function RunHome()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="200" height="189">\n');
	document.write('<param name="movie" value="home.swf?primaryHomeIDs='+primaryHomeIDs+'&primaryHomeNames='+primaryHomeNames+'&primaryHomeTags='+primaryHomeTags+'" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('<param name="menu" value="false">\n');
	document.write(' <embed src="home.swf?primaryHomeIDs='+primaryHomeIDs+'&primaryHomeNames='+primaryHomeTags+'&primaryHomeTags='+primaryHomeNames+'" width="200" height="189" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>\n');
	document.write('</object>\n');
}



function RunPort()
{

	
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="398" height="188" id="simplemovie">\n');
	document.write('<param name="movie" value="port.swf?portImages='+monkey+'" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="menu" value="false">\n');
	document.write('<embed src="port.swf?portImages='+monkey+'" quality="high" swliveconnect="true" name="simplemovie" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="398" height="188" style="border:6px solid #FFFFFF;"></embed>\n');
	document.write('</object>\n');
}
