//// JavaScript Document
//
//window.onresize = reklamEkle;
//function reklamEkle() {
//var dHeight = (document.body.offsetHeight);
//var dWidth = (document.body.offsetWidth);
//$('#divSag').remove();
//$('#divSol').remove();
//$('#divSag1').remove();
//$('#divSol1').remove();
//
//if (dWidth > 1200) {
//var sagBosluk = ((parseInt((dWidth - 1000) / 2)) - 100) + 'px';
//var ustBosluk = (parseInt(dHeight - 250)) + 'px';
//var strAdd='';
//strAdd += '<span  id="divSag"  onclick="window.location=\'http://www.vatanbilgisayar.com/productDetails.aspx?I_ID=53811\';" style="cursor:pointer;position: absolute; top:148px; right: ' + parseInt(
//
//sagBosluk) + 'px;z-index:1;" > <img src="/index/ACER17051120.jpg" /> </span>';
//
//strAdd += '<span  id="divSol"  onclick="window.location=\'http://www.vatanbilgisayar.com/productDetails.aspx?I_ID=53852\';" style="cursor:pointer;position: absolute; top:148px; left: ' + parseInt(
//
//sagBosluk) + 'px;z-index:1;" ><img src="/index/SAMSUNG17051120.jpg" /></span>';
//
//
// $('body').append(strAdd);
//}
//}
