function fShowUnion(){}function fShowImage(sPic,sWidth,sHeight,sUrl){var sHtml='\
		<a href="'+sUrl+'" target="_blank">\
			<img src="'+sPic+'" width="'+sWidth+'" height="'+sHeight+'" border="0">\
		</a>\
	';document.write(sHtml);}function fShowFlash(sSwf,sWidth,sHeight,sStyle){var sHtml='\
	<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="'+sWidth+'" height="'+sHeight+'" style="'+sStyle+'">\
		<param name="movie" value="'+sSwf+'" />\
		<param name="quality" value="high" />\
		<param name="wmode" value="transparent" />\
		<embed src="'+sSwf+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+sWidth+'" height="'+sHeight+'"></embed>\
	</object>\
	';document.write(sHtml);}function fSaTopInit(){fGetGoogleTopAd();}fSaTopInit();