function insertFlashItem(){	
	link1='/exhibitors_and_competitions/competitive_exhibits/';
	link2='/exhibitors_and_competitions/winners.php';
	link3='/exhibitors_and_competitions/commercial_exhibitor_and_concessionaires/';
	link4='/public_area/';
	link5='/exhibitors_and_competitions/winners.php';
	
	document.write('<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH="800" HEIGHT="670" BORDER="0">');
	document.write('	<PARAM NAME="movie" 	VALUE="/exhibitors_and_competitions/flash/USF_btns.swf">');
	document.write('	<PARAM NAME="FlashVars" VALUE="link1='+link1+'&link2='+link2+'&link3='+link3+'&link4='+link4+'&link5='+link5+'">');	
	document.write('	<PARAM NAME="quality" 	VALUE="high">');
	document.write('	<PARAM NAME="bgcolor" 	VALUE="#F6F3E2">');
	document.write('<EMBED SRC="/exhibitors_and_competitions/flash/USF_btns.swf" FlashVars="link1='+link1+'&link2='+link2+'&link3='+link3+'&link4='+link4+'&link5='+link5+'" QUALITY="high" TYPE="application/x-shockwave-flash" WIDTH="800" HEIGHT="670" BGCOLOR="#F6F3E2"></EMBED>');
	document.write('</OBJECT>');	
}

