var fpp = new Object();
fpp.ad_url = escape('http://www.frivol.com/?c=MTI2N3w2MDAxNDA2:promo');
fpp.s_path = 'http://static.frivol-ads.com/p/img/small.swf';
fpp.s_image = escape('http://static.frivol-ads.com/p/img/static/girl1_small.jpg');
fpp.s_width = '100';
fpp.s_height = '100';
fpp.s_params = 'ico=' + fpp.s_image;
fpp.b_path = 'http://static.frivol-ads.com/p/img/big.swf';
fpp.b_image = escape('http://static.frivol-ads.com/p/img/static/girl1_big.jpg');
fpp.b_w = '650';
fpp.b_h = '650';
fpp.b_params = 'big=' + fpp.b_image + '&ad_url=' + fpp.ad_url;
function sizeup987(){
    document.getElementById('fppBig').style.top = '0px';
    document.getElementById('fppSmall').style.top = '-1000px';
}
function sizedown987(){
    document.getElementById("fppSmall").style.top = "0px";
    document.getElementById("fppBig").style.top = "-1000px";
}
fpp.putObjects = function () {
document.write('<div id="fppSmall" style="position:absolute;width:'+ fpp.s_width +'px;height:'+ fpp.s_height +'px;z-index:9999;right:0px;top:0px;">');
document.write('<object type="application/x-shockwave-flash" id="fppSmallObject" width="'+fpp.s_width+'" height="'+fpp.s_height+'" data="'+ fpp.s_path +'?'+ fpp.s_params +'">');
document.write('<param name="allowScriptAccess" value="always" /> ');
document.write('<param name="movie" value="'+ fpp.s_path +'?'+ fpp.s_params +'" />');
document.write('<param name="wmode" value="transparent" />');
document.write('<param name="quality" value="high" /> ');
document.write('<param name="FlashVars" value="'+fpp.s_params+'" />');

//document.write('<embed src="'+ fpp.s_path + '?' + fpp.s_params +'" name="jcornerSmallObject" wmode="transparent" quality="high" width="'+ fpp.s_width +'" height="'+ fpp.s_height +'" flashvars="'+ fpp.s_params +'" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('</object>');
document.write('</div>');

document.write('<div id="fppBig" style="position:absolute;width:'+ fpp.b_w +'px;height:'+ fpp.b_h +'px;z-index:9999;right:0px;top:0px;">');
document.write('<object type="application/x-shockwave-flash" id="fppBigObject" width="'+ fpp.b_w +'" height="'+ fpp.b_h +'" data="'+ fpp.b_path +'?'+ fpp.b_params +'">');
document.write(' <param name="allowScriptAccess" value="always" /> ');
document.write(' <param name="movie" value="'+ fpp.b_path +'?'+ fpp.b_params +'" />');
document.write(' <param name="wmode" value="transparent" />');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="FlashVars" value="'+ fpp.b_params +'" />');
//document.write('<embed src="'+ fpp.b_path + '?' + fpp.b_params +'" id="fppBigEmbed" name="fppBigObject" wmode="transparent" quality="high" width="'+ fpp.b_width +'" height="'+ fpp.b_height +'" flashvars="'+ fpp.b_params +'" swliveconnect="true" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('</object>');
document.write('</div>');

setTimeout('document.getElementById("fppBig").style.top = "-1000px";',1000);
}
fpp.putObjects();
