// begin AD code
var axel = Math.random() + "";
var ord = axel * 1000000000000000000;

function place728x90(zone,site,ord)
{
	var ad728HTML = '<iframe src="http://extratv.warnerbros.com/ads/iframeAd.php?adsize=728x90&adzone='+zone+'&ord='+ord+'&site='+site+'&tile=1" width="728" height="90" id="ad728x90f" frameborder="0" scrolling="no"></iframe>';
	var Ad728Div = document.getElementById("ad728x90");
	if( Ad728Div ) {
		Ad728Div.innerHTML = ad728HTML;
	}
}

function place300x250(zone,site,ord)
{
var ad300HTML = '<div id="ad-top">advertisement</div><iframe src="http://apps.telepixtv.com/ads/300x250interstitial.php?site='+site+'&ord='+ord+'&tile=3&adzone='+zone+'" width="300" height="250" id="ad300x250f" frameborder="0" scrolling="no"></iframe></div>';
var Ad300Div = document.getElementById("ad300x250");
	if( Ad300Div ) {
		if( typeof adSyncHTML != "undefined" ) {
			if( adSyncHTML != "" ) {
				ad300HTML = '<div id="ad-top">advertisement</div>' + adSyncHTML;
			}
		}
		Ad300Div.innerHTML = ad300HTML;
	}
}

function place300x250b(zone,site,ord)
{
var ad300HTML = '<div id="ad-top">advertisement</div><iframe src="http://extratv.warnerbros.com/ads/iframeAd.php?adsize=300x250&adzone='+zone+'&ord='+ord+'&site='+site+'&tile=5" width="300" height="250" id="ad300x250fb" frameborder="0" scrolling="no"></iframe>';
var Ad300Div = document.getElementById("ad300x250b");
	if( Ad300Div ) {
		if( typeof adSyncHTML != "undefined" ) {
			ad300HTML = adSyncHTML;
		}
		Ad300Div.innerHTML = ad300HTML;
	}
}

function place160x600(zone,site,ord)
{
	var ad160HTML = '<div id="ad-top">advertisement</div><iframe src="http://extratv.warnerbros.com/ads/iframeAd.php?adsize=160x600&adzone='+zone+'&ord='+ord+'&site='+site+'&tile=3" width="160" height="600" id="ad160x600f" frameborder="0" scrolling="no"></iframe>';
	var Ad160Div = document.getElementById("ad160x600");
	if( Ad160Div ) {
		Ad160Div.innerHTML = ad160HTML;
	}
}

function place300x70(zone,site,ord,tile)
{
	var tile = (tile == null) ? "4" : tile;
	var ad300HTML = '<iframe src="http://extratv.warnerbros.com/ads/iframeAd.php?adsize=300x70&adzone='+zone+'&ord='+ord+'&site='+site+'&tile='+tile+'" width="300" height="70" id="ad300x70f" frameborder="0" scrolling="no"></iframe>';
	var Ad300Div = document.getElementById("ad300x70");
	if( Ad300Div ) {
		Ad300Div.innerHTML = ad300HTML;
	}
}

function place88x31(zone,site,ord,tile)
{
	var tile = (tile == null) ? "6" : tile;
	var ad88HTML = ' sponsored by <div style="width: 88px; padding-left: 20px; display: inline;" align="center" class="sponsor_img"><iframe src="http://extratv.warnerbros.com/ads/iframeAd.php?adsize=88x31&adzone='+zone+'&ord='+ord+'&site='+site+'&tile='+tile+'" width="88" height="31" id="ad88x31f" frameborder="0" scrolling="no"></iframe></div>';
	var Ad88Div = document.getElementById("ad88x31");
	if( Ad88Div ) {
		Ad88Div.innerHTML = ad88HTML;
	}
}
// end AD code

// popup window to advertise with us
var newwindow;
function popadvertise(url)
{
	newwindow=window.open(url,'name','height=240,width=320');
	if (window.focus) {newwindow.focus()}
}
//end popup