<!--
// ************ Begin Drop-in Component -- DO NOT MODIFY ANY OF THE FOLLOWING ************-

	function openNewWindow(URLtoOpen, windowName, windowFeatures) {
	  newWindow=window.open(URLtoOpen, windowName, windowFeatures);
	}

	function getKeyFacts(args){
	  var sendText = args.value;
	  window.document.collegeSearch.SetVariable("keyFactsVar", sendText);
	}

	function getReqInfo(args){
	  var sendText = args.value;
	  window.document.collegeSearch.SetVariable("reqInfoVar", sendText);
	}
	
document.write("<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' width='740' height='179' id='xray' ALIGN='top'>");
document.write(" <PARAM NAME=menu VALUE=false>");
document.write(" <PARAM NAME=quality VALUE=best>");
document.write(" <PARAM NAME=scale VALUE=exactfit>");
document.write(" <PARAM NAME=wmode VALUE=opaque>");
document.write(" <PARAM NAME=devicefont VALUE=true>");
document.write(" <PARAM NAME=bgcolor VALUE=#FFFFFF>");
document.write(" <PARAM NAME=swLiveConnect VALUE=true>");
document.write(" <PARAM NAME=movie VALUE='swfs/flash.swf'>");
document.write(" <EMBED name='collegeSearch' src='swfs/flash.swf' menu=false quality=best scale=exactfit wmode=opaque devicefont=true bgcolor=#FFFFFF width='740' height='179' swLiveConnect='true' ALIGN='top' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED>");
document.write("</OBJECT>");
-->