if (navigator.userAgent.indexOf('Safari') == -1) {
var ad_url = "http://pub.chez.com/cgi-bin/perl/frame.pl/popup/default";
var ref = window.document.referrer;
if(parent.PPAdFrame) {
if(parent.memberPage && parent.memberPage.document.title )
{
parent.document.title=parent.memberPage.document.title;
}
if(parent.PPAdFrame && parent.PPAdFrame.location && (ref != "" && (ref+"?" != window.location) && (ref.substr(ref.length-1,1) != "/")) ) {
parent.PPAdFrame.location.replace(ad_url);
}
}
else
if(top.PPAdFrame && top.PPAdFrame.location) {
if ((ref != "" && (ref+"?" != top.window.location) && (ref.substr(ref.length-1,1) != "?"))) {
top.PPAdFrame.location.replace(ad_url);
}
}
if (window.top.location.href.indexOf("www.chez.com") != -1 && window.top.location.href.indexOf("pub.chez.com") == -1)
{
ad_frame = 1;
window.top.document.body.rows = "105, *";
}
function resizePPAdFrame()
{
window.top.document.body.rows = "105, *";
}
if (ad_frame == 1)
{
setInterval("resizePPAdFrame()", 105);
}
}