var flashPeel = new Object();

// REPLACE '6' WITH YOUR WEBMASTER ID!
flashPeel.webmasterID = "6";








/*******************************************************************\
/*******************************************************************\
THIS FILE IS FOR THE RAINBOWPIMPS TOUR!
/*******************************************************************\
/*******************************************************************/

// No need to edit anything below this line!

flashPeel.siteName = "rainbowpimps";

flashPeel.small_path = 'http://rainbowpimps.com/affiliate_area/flashPeel/small.swf';
flashPeel.small_image = escape('http://rainbowpimps.com/affiliate_area/flashPeel/small.gif');
flashPeel.small_width = '100';
flashPeel.small_height = '100';
flashPeel.small_params = 'ico=' + flashPeel.small_image;

flashPeel.big_path = 'http://rainbowpimps.com/affiliate_area/flashPeel/large.swf';
flashPeel.big_image = "http://rainbowpimps.com/affiliate_area/flashPeel/" + flashPeel.siteName + "/large.jpg"
flashPeel.big_width = '650';
flashPeel.big_height = '650';
flashPeel.big_params = 'big=' + flashPeel.big_image + '&siteName=' + flashPeel.siteName + '&webmasterID=' + flashPeel.webmasterID;

function sizeup987(){
	document.getElementById('jcornerBig').style.top = '0px';
	document.getElementById('jcornerSmall').style.top = '-1000px';
}

function sizedown987(){
	document.getElementById("jcornerSmall").style.top = "0px";
	document.getElementById("jcornerBig").style.top = "-1000px";
}

flashPeel.putObjects = function () {
// <jcornerSmall>
document.write('<div id="jcornerSmall" style="position:absolute;width:'+ flashPeel.small_width +'px;height:'+ flashPeel.small_height +'px;z-index:9999;right:0px;top:0px;">');
// object
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"');
document.write(' id="jcornerSmallObject" width="'+flashPeel.small_width+'" height="'+flashPeel.small_height+'">');
// object params
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ flashPeel.small_path +'?'+ flashPeel.small_params +'"/>');
document.write(' <param name="wmode" value="transparent" />');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="FlashVars" value="'+flashPeel.small_params+'"/>');
// embed
document.write('<embed src="'+ flashPeel.small_path + '?' + flashPeel.small_params +'" name="jcornerSmallObject" wmode="transparent" quality="high" width="'+ flashPeel.small_width +'" height="'+ flashPeel.small_height +'" flashvars="'+ flashPeel.small_params +'" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('</object></div>');
document.write('</script>');
// </jcornerSmall>
// <jcornerBig>
document.write('<div id="jcornerBig" style="position:absolute;width:'+ flashPeel.big_width +'px;height:'+ flashPeel.big_height +'px;z-index:9999;right:0px;top:0px;">');
// object
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"');
document.write(' id="jcornerBigObject" width="'+ flashPeel.big_width +'" height="'+ flashPeel.big_height +'">');
// object params
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ flashPeel.big_path +'?'+ flashPeel.big_params +'"/>');
document.write(' <param name="wmode" value="transparent"/>');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="FlashVars" value="'+ flashPeel.big_params +'"/>');
// embed
document.write('<embed src="'+ flashPeel.big_path + '?' + flashPeel.big_params +'" id="jcornerBigEmbed" name="jcornerBigObject" wmode="transparent" quality="high" width="'+ flashPeel.big_width +'" height="'+ flashPeel.big_height +'" flashvars="'+ flashPeel.big_params +'" swliveconnect="true" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('</object></div>');
// </jcornerBig>
setTimeout('document.getElementById("jcornerBig").style.top = "-1000px";',1000);
}
flashPeel.putObjects();
