function theDudeAbidesIntro(){
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=3,0,0,0" width=640 height=220>');
	document.write('<PARAM name="Movie" value="flash/intronumbers3.swf">');
	document.write('<PARAM NAME=quality VALUE=high>');
	document.write('<PARAM NAME=menu VALUE=true>');
	document.write('<PARAM NAME=loop VALUE=true>');
	document.write('<param name="SCALE" value="noborder">');
	document.write('<EMBED src="flash/intronumbers3.swf" width=640 height=220 scale=noborder quality=high menu=false loop=true pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>');
	document.write('</OBJECT>');
}

function theDudeAbidesNonflash(){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=3,0,0,0" width=100 height=50>');          
	document.write('<param name="Movie" value="flash/canyouseethis.swf">');
	document.write('<param name=quality value=high>');
	document.write('<param name=menu value=true>');
	document.write('<param name=loop value=true>');
	document.write('<param name="SCALE" value="noborder">');
	document.write('<embed src="flash/canyouseethis.swf" width=100 height=50 scale=noborder quality=high menu=false loop=true pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>');
	document.write('</object>');
}

function theDudeAbides(){
	document.writeln("  <object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://active.macromedia.com/flash2/cabs/swflash.cab#version=3,0,0,0\"  id=hub width=480 height=220 border=0 >");
	document.writeln(" <PARAM NAME=\"Movie\" value=\"flash/gta2frontpage.swf\">");
	document.writeln("  <PARAM NAME=quality VALUE=high>");
	document.writeln("  <PARAM NAME=menu VALUE=false>");
	document.writeln("  <PARAM NAME=loop VALUE=true>");
	document.writeln(" <embed src=\"flash/gta2frontpage.swf\" width=480 height=220  loop=false quality=high menu=false border=0>");
	document.writeln(" </embed></object>  ");
}