/*	DISPLAYS 'THINK CREATIVE' BANNER	*/

function banner()
{
	document.write("<DIV ID='Banner' STYLE='position:absolute; width:200px; height:39px; z-index:3; left: 1px'>")
	document.write("<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' CODEBASE='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#3,0,0,0' WIDTH='640' HEIGHT='38'>")
		document.write("<PARAM NAME='SRC' VALUE='../first/thinkcreative.swf'>")
		document.write("<EMBED SRC='../first/thinkcreative.swf' PLUGINSPAGE='http://www.macromedia.com/shockwave/download/' TYPE='application/x-shockwave-flash' width='640' height='38'></EMBED>")
	document.write("</OBJECT></DIV>")
}