var toDay = new Date();
var DayView = new Date(2009, 06, 08, 09, 59);
var DayHidden = new Date(2009, 06, 09, 09, 59);

var now=toDay.getTime();


var rightbar;
var leftbar;

var coupletcode;
var smalltop = 197;
var bigtop = 260;

rightbar = 4;
leftbar = 4;


coupletcode = "<div style='position: relative;z-index:600; top:0px; margin:0 auto;float:right;margin-right:-2px'><DIV id=duilansmall style='right: " + rightbar + "px;  POSITION: absolute; TOP:" + smalltop + "px; visibility: visible;z-index:600'><EMBED src='/images/small090706.swf' quality=autohigh WIDTH=256 HEIGHT=60 TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'></EMBED></div><DIV id=duilanbig style='right: " + leftbar + "px;  POSITION: absolute; TOP:" + bigtop + "px; visibility:hidden;z-index:6000' align='left'><EMBED src='/images/big090706.swf'  quality=autohigh WIDTH=300 HEIGHT=150 TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'></EMBED></div></div>";





if(now>DayView&&now<DayHidden){
		document.write(coupletcode);}





function siyetexiao0706small() {
	document.getElementById("duilansmall").style.visibility = "visible";
	document.getElementById("duilanbig").style.visibility = "visible";
}
function  siyetexiao0706big(){
	document.getElementById("duilansmall").style.visibility = "visible";
	document.getElementById("duilanbig").style.visibility = "hidden";
}
