var interfaceStr1 = '';
var closeStr1,MoveDIV1;
interfaceStr1 += '<div id="cCornerWin" style="Z-INDEX:100; LEFT:0px; WIDTH:600px; POSITION:absolute; TOP:0px;padding:0px;margin:0px;" align="center">'; 
interfaceStr1 += '  <div style="text-align:right;padding:0px;margin:0px;" onclick="closeMiddleCornerWin();"><img src="http://www.bbwfish.com/images/Icon_close.gif" /></div>';

//interfaceStr1 += '<a href="http://www.bbwfish.com/NewspaperList.asp" target="_blank"><img src="http://www.bbwfish.com/images/gg/gg_sdg_2011_1_5.gif" border="0" style="z-index:100" /></a>';

//FLASH
interfaceStr1 += '<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="600" height="250">'
interfaceStr1 += '<param name="movie" value="http://www.bbwfish.com/images/advertise/Density.swf" />'
interfaceStr1 += '<embed src="http://www.bbwfish.com/images/advertise/Density.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="600" height="250"></embed>'
interfaceStr1 += '</object>'
				  

interfaceStr1 += '</div>';

document.write(interfaceStr1);
function closeMiddleCornerWin(){
	document.getElementById("cCornerWin").style.display = 'none';
	if(document.getElementById("cCornerWin").style.display == 'none'){
		//rightBottomAdWin('bottomRightCornerWin'); 
		//closeStr = setTimeout("closeCorner()",8000);
		clearTimeout(MoveDIV1);
		clearTimeout(closeStr1);
	}
}
function rightBottomAd(){ 
	var abc = document.getElementById("cCornerWin"); 
	abc.style.top = document.documentElement.scrollTop + document.documentElement.clientHeight - 400+"px";  
	//abc.style.left = document.body.clientWidth - 450+"px";
	abc.style.left = (document.body.clientWidth-600)/2+"px";
	MoveDIV1 = setTimeout(function(){rightBottomAd();},10); 
}
rightBottomAd();
closeStr1 = setTimeout("closeMiddleCornerWin()",15000);
