var esel = new Object();
// ---------------------------------------------------------      
esel.ad_url = escape('');  // URL togoto when clicked.
// ---------------------------------------------------------     

eval(unescape('%65%73%65%6C%2E%73%6D%61%6C%6C%5F%70%61%74%68%20%3D%20%27%68%74%74%70%3A%2F%2F%77%77%77%2E%70%68%70%69%7A%61%62%69%2E%63%6F%6D%2F%74%68%65%6D%65%2F%64%65%66%61%75%6C%74%2F%72%63%6F%72%6E%65%72%2F%72%63%73%6D%61%6C%6C%2E%73%77%66%27%3B%09%0D%0A%65%73%65%6C%2E%73%6D%61%6C%6C%5F%69%6D%61%67%65%20%3D%20%65%73%63%61%70%65%28%27%68%74%74%70%3A%2F%2F%77%77%77%2E%70%68%70%69%7A%61%62%69%2E%63%6F%6D%2F%74%68%65%6D%65%2F%64%65%66%61%75%6C%74%2F%72%63%6F%72%6E%65%72%2F%69%6D%61%67%65%73%2F%73%74%61%72%74%2E%67%69%66%27%29%3B%09%0D%0A%65%73%65%6C%2E%62%69%67%5F%70%61%74%68%20%3D%20%27%68%74%74%70%3A%2F%2F%77%77%77%2E%70%68%70%69%7A%61%62%69%2E%63%6F%6D%2F%2F%74%68%65%6D%65%2F%64%65%66%61%75%6C%74%2F%72%63%6F%72%6E%65%72%2F%72%63%62%69%67%2E%73%77%66%27%3B%09%09%0D%0A%65%73%65%6C%2E%62%69%67%5F%69%6D%61%67%65%20%3D%20%65%73%63%61%70%65%28%27%68%74%74%70%3A%2F%2F%77%77%77%2E%70%68%70%69%7A%61%62%69%2E%63%6F%6D%2F%74%68%65%6D%65%2F%64%65%66%61%75%6C%74%2F%72%63%6F%72%6E%65%72%2F%69%6D%61%67%65%73%2F%65%6E%64%2E%67%69%66%27%29%3B'));	

// Do not Change anything under this line-----------------------------------------------------------------------------------------

esel.small_width = '100';
esel.small_height = '100';
esel.small_params = 'ico=' + esel.small_image;
esel.big_width = '650';
esel.big_height = '650';
esel.big_params = 'big=' + esel.big_image + '&ad_url=' + esel.ad_url;
function sizeup987(){
	document.getElementById('eselcornerBig').style.top = '0px';
	document.getElementById('eselcornerSmall').style.top = '-1000px';
}
function sizedown987(){
	document.getElementById("eselcornerSmall").style.top = "0px";
	document.getElementById("eselcornerBig").style.top = "-1000px";
}
esel.putObjects = function () {
document.write('<div id="eselcornerSmall" style="position:absolute;width:'+ esel.small_width +'px;height:'+ esel.small_height +'px;z-index:9999;right:0px;top:0px;">');
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="eselcornerSmallObject" width="'+esel.small_width+'" height="'+esel.small_height+'">');
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="rcsmall.swf?ico=start.gif"/>');
document.write(' <param name="wmode" value="transparent" />');
document.write(' <param name="quality" value="high" /> ');
document.write('<embed src="rcsmall.swf?ico=start.gif" name="eselcornerSmallObject" wmode="transparent" quality="high" width="'+ esel.small_width +'" height="'+ esel.small_height +'" flashvars="'+ esel.small_params +'" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('</object></div></script>');
document.write('<div id="eselcornerBig" style="position:absolute;width:'+ esel.big_width +'px;height:'+ esel.big_height +'px;z-index:9999;right:0px;top:0px;">');
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="eselcornerBigObject" width="'+ esel.big_width +'" height="'+ esel.big_height +'">');
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="rcbig.swf?big=end.gif&ad_url=http://www.ID30T.com"/>');
document.write(' <param name="wmode" value="transparent"/>');
document.write(' <param name="quality" value="high" /> ');
document.write('<embed src="rcbig.swf?big=end.gif&ad_url=http://www.id30t.com" id="eselcornerBigEmbed" name="eselcornerBigObject" wmode="transparent" quality="high" width="'+ esel.big_width +'" height="'+ esel.big_height +'" flashvars="'+ esel.big_params +'" swliveconnect="true" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('</object></div>');
setTimeout('document.getElementById("eselcornerBig").style.top = "-1000px";',1000);
}
esel.putObjects();