
function openPopUp(url,name,width,height) {
   newWin = window.open(url,name,"width="+width+",height="+height+",toolbar=0,resizable=no,scrollbars=auto,titlebar=0,close=0,status=0");
   newWin.focus();
}

function oasisAdvert(s,x,y,adServer) {
     
	  adServerBaseURL = "http://campaigns.moneyam.com/";
	  var date = new Date();
	  var cb = date.getTime()/1000;

//      document.write ("<div style='border:1px solid #bbb;width:"+x+";height:"+y+";'>");
	  document.write ("<IFRAME SRC='" + adServerBaseURL + "oasisi-i.php?s=" + s + "&w=" + x + "&h="         + y + "&t=_blank&cb=" + cb +"' WIDTH=" + x + " HEIGHT=" + y + " FRAMEBORDER='no' BORDER=0 MARGINWIDTH=        0 MARGINHEIGHT=0 SCROLLING='no'>");
	  document.write("<A HREF='" + adServerBaseURL + "oasisc.php?s=" + s + "&w=" + x + "&h=" + y + "        &t=_blank&cb="+ cb +"' TARGET='_blank'>");
	  document.write("<IMG SRC='" + adServerBaseURL + "oasisi.php?s=" + s + "&w=" + x + "&h=" + y +         "&t=_blank&cb="+ cb +"' BORDER=0 WIDTH=" + x + " HEIGHT=" + y + ">");
	  document.write("</A>");
	  document.write("</IFRAME>");
//      document.write("</div>");
}





