function ad_home() {
  var begin = new Date();
  var ord = begin.getTime() +  "?"; 
//  document.write("<TABLE BORDER='0'><TR><td background='/eiu/images/mast_head/lnav_bg.gif'><div style='font-family:tahoma,arial,sans-serif; font-size:7pt; font-weight:bold; color:white'><NOBR>Promotional Content</div></NOBR></TD></TR>")
  for (x=1; x<4; x++) {
	s="<A HREF='http://ad.doubleclick.net/jump/dataservices.dart/home;pos="+x+ ";tile="+x+ ";ord=" + ord + "'><IMG SRC='http://ad.doubleclick.net/ad/dataservices.dart/home;pos="+x+ ";tile="+x+ ";ord=" + ord + "' border=0 vspace=2></A><BR/>\n"
	//use document's protocol, http or https
	s= s.replace( /\=\'http\:/gi, "='" + location.protocol )

	document.write(s)
  }
//  document.write("</TABLE>\n")
}

function ad_all() {
  var begin = new Date();
  var ord = begin.getTime() +  "?"; 

//  document.write("<TABLE BORDER='0'><TR><td background='/eiu/images/mast_head/lnav_bg.gif'><div style='font-family:tahoma,arial,sans-serif; font-size:7pt; font-weight:bold; color:white'><NOBR>Promotional Content</div></NOBR></TD></TR>")
  for (x=1; x<6; x++) {
	s="<A HREF='http://ad.doubleclick.net/jump/dataservices.dart/;pos="+x+ ";tile="+x+ ";ord=" + ord + "'><IMG SRC='http://ad.doubleclick.net/ad/dataservices.dart/;pos="+x+ ";tile="+x+ ";ord=" + ord + "' border=0 vspace=2></A><BR/>\n"
	//use document's protocol, http or https
	s= s.replace( /\=\'http\:/gi, "='" + location.protocol )

	document.write(s)
  }
//  document.write("</TABLE>\n")
}

function pop_up (){
//use this function to generate pop-ups
//  myWindow = window.open("/eiu/survey/survey_popup.htm", "pop_up", "width=350,height=250,resizable=yes");
}
