var esel = new Object();
// ---------------------------------------------------------  THAY ĐỔI ĐỊA CHỈ ĐÍCH
//esel.ad_url = escape('http://ad.doubleclick.net/clk;223198454;46935224;m');     // Nhập vào địa chỉ mà bạn muốn trỏ đến sau khi click vô quảng cáo
esel.ad_url = escape('http://ads.diadiem.com/www/delivery/ck.php?oaparams=2__bannerid=171__zoneid=692__OXLCA=1__cb=3673e46279__oadest=http%3A%2F%2Fad.doubleclick.net%2Fclk%3B223198454%3B46935224%3Bm');     // Nhập vào địa chỉ mà bạn muốn trỏ đến sau khi click vô quảng cáo
// ---------------------------------------------------------  END TARGET URL

esel.small_path = 'ovi/vn_s.swf';		//    đường dẫn file flash mép giấy (nhỏ)
esel.small_image = escape('ovi/ava_vn.swf');	//   đường dẫn hình ảnh nằm dưới mép giấy (khi chưa rê chuột)
esel.big_path = 'ovi/vn_b.swf';				//   đường dẫn file flash lúc kéo mép giấy
esel.big_image = escape('ovi/ovi.jpg');     //   đường dẫn file quảng cáo chính

// KHÔNG chỉnh gì thêm ở dưới này---------------FINISHED----STOP---------------------------------------------------
esel.small_width = '100';
esel.small_height = '100';
esel.small_params = 'ico=' + esel.small_image;
esel.big_width = '650';
esel.big_height = '650';
esel.big_params = 'big=' + esel.big_image + '&ad_url=' + esel.ad_url;
function sizeup987(){
	document.getElementById('eselcornerBig').style.top = '0px';
	document.getElementById('eselcornerSmall').style.top = '-1000px';
}
function sizedown987(){
	document.getElementById("eselcornerSmall").style.top = "0px";
	document.getElementById("eselcornerBig").style.top = "-1000px";
}
esel.putObjects = function () {
document.write('<div id="eselcornerSmall" style="position:fixed;width:'+ esel.small_width +'px;height:'+ esel.small_height +'px;z-index:9999;right:0px;top:0px;">');
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"');
document.write(' id="eselcornerSmallObject" width="'+esel.small_width+'" height="'+esel.small_height+'">');
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ esel.small_path +'?'+ esel.small_params +'"/>');
document.write(' <param name="wmode" value="transparent" />');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="FlashVars" value="'+esel.small_params+'"/>');
document.write('<embed src="'+ esel.small_path + '?' + esel.small_params +'" name="eselcornerSmallObject" wmode="transparent" quality="high" width="'+ esel.small_width +'" height="'+ esel.small_height +'" flashvars="'+ esel.small_params +'" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('</object></div></script>');
document.write('<div id="eselcornerBig" style="position:fixed;width:' + esel.big_width + 'px;height:' + esel.big_height + 'px;z-index:9999;right:0px;top:0px;">');
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"');
document.write(' id="eselcornerBigObject" width="'+ esel.big_width +'" height="'+ esel.big_height +'">');
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ esel.big_path +'?'+ esel.big_params +'"/>');
document.write(' <param name="wmode" value="transparent"/>');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="FlashVars" value="'+ esel.big_params +'"/>');
document.write('<embed src="'+ esel.big_path + '?' + esel.big_params +'" id="eselcornerBigEmbed" name="eselcornerBigObject" wmode="transparent" quality="high" width="'+ esel.big_width +'" height="'+ esel.big_height +'" flashvars="'+ esel.big_params +'" swliveconnect="true" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('</object>');
document.write('<div style="position: absolute; left: 0px; top: 0px; visibility: hidden;" id="beacon_3673e46279">');
document.write('<img width="0" height="0" style="width: 0px; height: 0px;" alt="" src="http://ads.diadiem.com/www/delivery/lg.php?bannerid=171&amp;campaignid=126&amp;zoneid=692&amp;=http%3A%2F%2Fwww.diadiem.com%2Findex.aspx&cb=3673e46279"></div>');
document.write('</div>');
setTimeout('document.getElementById("eselcornerBig").style.top = "-1000px";',1000);
}
esel.putObjects();