var ad_format =  my_auctionads_ad_width+'x'+my_auctionads_ad_height;	
var newcode;
var my_auctionads_ad_kw;
if(my_auctionads_ad_kw) 
  {
     my_auctionads_ad_kw = my_auctionads_ad_kw.replace(new RegExp("\\s+", "g"),"_");
     my_auctionads_ad_kw = escape(my_auctionads_ad_kw);
  }
var my_auctionads_options;
if(!my_auctionads_options) { my_auctionads_options = ""; }
var my_auctionads_pagecount;
if(!my_auctionads_pagecount) { my_auctionads_pagecount = ""; }
var my_auctionads_SID;
if(!my_auctionads_SID) { my_auctionads_SID="";}
var my_auctionads_country;
if(!my_auctionads_country){my_auctionads_country="";}
var my_auctionads_ad_RC;
if(!my_auctionads_ad_RC){my_auctionads_ad_RC="";}
if(ad_format == "0x0"){  my_auctionads_ad_width = "525"; my_auctionads_ad_height = my_auctionads_pagecount*155;} // this is 5 more than do_funct
if(ad_format == "500x500"){  my_auctionads_ad_width = "525"; my_auctionads_ad_height = "540";}
if( (ad_format == "0x0") || (ad_format == "500x500") || (ad_format == "160x600") || (ad_format == "120x600") || (ad_format == "300x250") || (ad_format == "336x280") || (ad_format == "125x125") || (ad_format == "180x150") || (ad_format == "120x240") || (ad_format == "250x250") || (ad_format == "728x90") || (ad_format == "468x60") || (ad_format == "234x60")) 
{
  newcode = "<iframe name='my_auctionads_ad_frame' width='"+my_auctionads_ad_width+"' height='"+my_auctionads_ad_height+"' frameborder='0' marginwidth='0' marginheight='0' vspace='0' hspace='0' allowtransparency='true' scrolling='no' src=\""+my_auctionads_base+"/ads/show.php?test=&loc="+my_auctionads_loc+"&campaign="+my_auctionads_ad_campaign+"&format="+ad_format+"&b="+my_auctionads_color_border+"&bg="+my_auctionads_color_bg+"&h="+my_auctionads_color_heading+"&d="+my_auctionads_color_text+"&l="+my_auctionads_color_link+"&ad_kw="+my_auctionads_ad_kw+"&open="+my_auctionads_options+"&pgcount="+my_auctionads_pagecount+"&sellerid="+my_auctionads_sellerid+"&minprice="+my_auctionads_minprice+"&maxprice="+my_auctionads_maxprice+"&SID="+my_auctionads_SID+"&Country="+my_auctionads_country+"&rc="+my_auctionads_ad_RC+"\"></iframe>";
} //                                                                                                                                                                                                                                                                                                    
document.write(newcode);



	