function generateCode() {

	var baseLink = 'http://www.sinovum.se/chinese/';
	
	
	var date = document.getElementById("_year_").options[document.getElementById("_year_").selectedIndex].value;
	date += "/" + document.getElementById("_month_").options[document.getElementById("_month_").selectedIndex].value;
	date += "/" + document.getElementById("_day_").options[document.getElementById("_day_").selectedIndex].value;
	
	var wide = document.getElementById('_size_').options[document.getElementById('_size_').selectedIndex].value;
	
	

	var t1 = '<div><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="'+(wide)+'" height="'+(wide*2 + 30)+'" id="counter" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="false" /><param name="movie" value="'+baseLink+'calendar.swf?';
	var t2 = '" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />	<embed src="'+baseLink+'calendar.swf?';
	var t3 = '" quality="high" bgcolor="#ffffff" width="'+(wide)+'" height="'+(wide*2 + 30)+'" name="counter" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" /></object><div style="width: '+wide+'px;text-align:center;"><a style="font-family: Verdana; font-size: 12px;text-decoration: none; color: #000000;" href="http://www.sinovum.se/index.php?option=com_content&task=blogcategory&id=16&Itemid=76">GET YOUR CHINESE SIGN HERE</a></div></div>';
	var total = t1 + 'dob=' + date + '&wide=' + wide;
	total += t2 + 'dob=' + date + '&wide=' + wide + t3;
	
	document.getElementById('_code_').value = total;
	document.getElementById('_sampleFlash_').innerHTML = document.getElementById('_code_').value;
	
	
	var link = "<" + "script type='text/javascript' src='"+baseLink+"swf.js'><" + '/script><' + "script type='text/javascript'>showCode('"+ date +"', "+wide+");<" + '/script><div style="width: '+wide+'px;text-align:center;"><a style="font-family: Verdana; font-size: 12px;text-decoration: none; color: #000000;" href="http://www.sinovum.se/index.php?option=com_content&task=blogcategory&id=16&Itemid=76">GET YOUR CHINESE SIGN HERE</a></div></div>';
	document.getElementById('_code_').value = link;
	
	
	
}
