// JavaScript Document
function homeBanner() {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="680" height="254">\n'); 
	document.write('<param name="movie" value="swf/banner.swf">\n'); 
	document.write('<param name="quality" value="high">\n'); 
	document.write('<param name="menu" value="0">\n'); 
	document.write('<PARAM NAME=wmode VALUE=transparent>\n'); 
	document.write('<embed src="swf/banner.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="680" height="254" wmode="transparent"></embed></object>\n');  
}

function homeAd01() {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="200" height="150">\n'); 
	document.write('<param name="movie" value="swf/add01.swf">\n'); 
	document.write('<param name="quality" value="high">\n'); 
	document.write('<param name="menu" value="0">\n'); 
	document.write('<PARAM NAME=wmode VALUE=transparent>\n'); 
	document.write('<embed src="swf/add01.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="200" height="150" wmode="transparent"></embed></object>\n');  
}

//Popup Ad Close Sript

  	function MM_showHideLayers() { //v9.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) 
  with (document) if (getElementById && ((obj=getElementById(args[i]))!=null)) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

