// JavaScript Document
function flash_bottom(){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="930" height="75">');
document.write('<param name="movie" value="http://www.greengc.com.au/flash/counter_2012.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="wmode" value="transparent" />');
document.write('<embed src="http://www.greengc.com.au/flash/counter_2012.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="930" height="75" wmode="transparent"></embed>');
document.write('<noembed>You do not have the Flash plugin installed to view the file correctly. You may download the plugin from here: http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash</noembed>');
document.write('</object>');
}

function flash_quiz(){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="343" height="320" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0">');
document.write('<param name="movie" value="http://www.greengc.com.au/quiz2.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="wmode" value="transparent" />');
document.write('<embed type="application/x-shockwave-flash" width="343" height="320" src="quiz2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent"></embed>');
document.write('<noembed>You do not have the Flash plugin installed to view the file correctly. You may download the plugin from here: http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash</noembed>');
document.write('</object>');
}
