function sendPage(){
  BU_openBrWindow('http://www.bu.edu/phpbin/sendpage/mailer-smg.php?Root=/management/&Url='+escape(window.document.location),'send','width=510,height=545');
}



function BU_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}

/* for PDF tracking */

function trackMBAPDF() {
	var axel = Math.random()+"";
	var a = axel * 10000000000000;
	document.getElementById("tracker").innerHTML = ('<IMG SRC="http://ad.doubleclick.net/activity;src=1147318;type=other609;cat=mbapd139;ord=1;num='+ a + '?" WIDTH=1 HEIGHT=1 BORDER=0>');
	}
	
function trackEMBAPDF() {
	var axel = Math.random()+"";
	var a = axel * 10000000000000;
	document.getElementById('tracker').innerHTML = ('<IMG SRC="http://ad.doubleclick.net/activity;src=1147318;type=other609;cat=execu193;ord=1;num='+ a + '?" WIDTH=1 HEIGHT=1 BORDER=0>');
}
