 var pageNum = Math.round(Math.random() * 100000000);
 var adserver = "https://ads.quartermedia.de";
 var target = "/SITE=SPANIENABC.COM/AREA=/AAMSZ=";

 function Adcall(adsize)
 {
   var  random = Math.round(Math.random() * 100000000);

  document.write('<SCR');
  document.write('IPT SRC="' + adserver + '/jserver/acc_random=' + random + target +adsize+ "/pageid=" + pageNum + '">');
  document.write('</SCR');
  document.write('IPT>');


}


