var divh = document.getElementById('content_container').offsetHeight - 10;

if (divh < 0)
  divh = 700;

if (document.getElementById('sidebar_container'))
   document.getElementById('sidebar_container').style.display = "none";
document.write('<div style="width:163px;"><b class="box_ff_ef"><b class="box_ff_ef1"></b><b class="box_ff_ef2"></b><b class="box_ff_ef3"></b><b class="box_ff_ef4"></b><b class="box_ff_ef5"></b></b><div class="box_ff_ef_content">');
var randDls = Math.floor(Math.random()*20);
document.write('<iframe src="http://top.warez.com/recent' + randDls + '.html?' + divh + '" width="154" height="'+divh+'" scrolling="no" frameborder="no" name="recent_frame" id="recent_frame"></iframe>');
document.write('</div><b class="box_ff_ef"><b class="box_ff_ef5"></b><b class="box_ff_ef4"></b><b class="box_ff_ef3"></b><b class="box_ff_ef2"><b></b></b><b class="box_ff_ef1"><b></b></b></b></div>');

onload=function() {

if (document.domain == 'creative.warez.com') {
    generalizeDomain();
}
}

function modifySky ()
{
 var divSide = getSideBarElement();
 var content = getSideBarContent();

 if (content != false)
 divSide.innerHTML = content;

divSide.style.visibility = 'visible';
}

function getSideBarContent()
{
  var url = ''+window.location;
var separator = '/';
var domain = url.split(separator);

if ((domain[2] == "top.warez.com") || (domain[2] == "downloads.warez.com"))
{
    return '<img src="http://i.warez.com/main/title_new_dls.gif" align="top"><br/><div style="border:1px solid lightgrey; padding:2px;"><IFRAME SRC="http://google.warez.com/ads/recent.html" width="154" height="800" scrolling="no" frameborder="no" name="recent_frame"></IFRAME></div>';
}
else
{
  return false;
}
}

function getSideBarElement()
{
return document.getElementById('sidebar_container');
}

