if (type=="468x60") {width=468; height=60;}
if (type=="728x90") {width=728; height=90;}
if (type=="125x125") {width=125; height=125;}
if (type=="234x60") {width=234; height=60;}
if (type=="120x600") {width=120; height=600;}
if (type=="160x600") {width=160; height=600;}
if (type=="180x150") {width=180; height=150;}
if (type=="120x240") {width=120; height=240;}
if (type=="200x200") {width=200; height=200;}
if (type=="250x250") {width=250; height=250;}
if (type=="300x250") {width=300; height=250;}
if (type=="336x280") {width=336; height=280;}

if (type=="120x90") {width=120; height=90;}
if (type=="120x90_4") {width=120; height=90;}
if (type=="160x90") {width=160; height=90;}
if (type=="160x90_4") {width=160; height=90;}
if (type=="180x90") {width=180; height=90;}
if (type=="180x90_4") {width=180; height=90;}
if (type=="200x90") {width=200; height=90;}
if (type=="200x90_4") {width=200; height=90;}
if (type=="468x15") {width=468; height=15;}
if (type=="468x15_4") {width=468; height=15;}
if (type=="728x15") {width=728; height=15;}
if (type=="728x15_4") {width=728; height=15;}

document.write('<iframe src="' + generate_url() + '" marginwidth="0" marginheight="0" width="' + width + '" height="' + height + '" border="0" frameborder="0" style="border:none;" scrolling="no"></iframe>');
function generate_url()
{
  var twads = "http://www.moreads.co.uk/remote/ADS.php?";
  twads += "CBID=" + CBID;
  twads += "&kw=" + kw;
  twads += "&order=" + order;
  twads += "&color=" + color;
  twads += "&bgc=" + bgc;
  twads += "&bdrc=" + bdrc;
  twads += "&type=" + type;
  twads += "&lcolor=" + lcolor;
  twads += "&lsb=" + lsb;
  twads += "&page=" + page;
  twads += "&ref=" + document.referrer;

  return twads;
}