function writeFlash(elementID, flash)
{
	switch(flash)
	{
		case "tv":	document.getElementById(elementID).innerHTML="<embed src='http://www.ultimatearcade.com/tv.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' play='true' loop='true' scale='scale' wmode='transparent' devicefont='false' bgcolor='undefined' name='tv' menu='false' allowfullscreen='false' allowscriptaccess='always' flashvars='mySkinColor=FF9900' salign='' type='application/x-shockwave-flash' width='323px' align='left' height='338' style='z-index:2; position:relative; top:0px;'/>";
					break;
					
		case "tv-beta":	document.getElementById(elementID).innerHTML="<embed src='http://www.ultimatearcade.com/tv-beta.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' play='true' loop='true' scale='scale' wmode='transparent' devicefont='false' bgcolor='undefined' name='tv' menu='false' allowfullscreen='false' allowscriptaccess='always' flashvars='mySkinColor=FF9900' salign='' type='application/x-shockwave-flash' width='323px' align='left' height='338' style='z-index:2; position:relative; top:0px;'/>";
						break;		
						
		case "tv-halloween":	document.getElementById(elementID).innerHTML="<embed src='http://www.ultimatearcade.com/tv-halloween.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' play='true' loop='true' scale='scale' wmode='transparent' devicefont='false' bgcolor='undefined' name='tv' menu='false' allowfullscreen='false' allowscriptaccess='always' flashvars='mySkinColor=FF9900' salign='' type='application/x-shockwave-flash' width='323px' align='left' height='338' style='z-index:2; position:relative; top:0px;'/>";
								break;								
	}
}