var img=new Image();
img.src='/support/rootpages/index/dyk/dyk_bg.png';
var img_384=new Image();
img_384.src='/support/rootpages/index/dyk/dyk_bg_384.png';
var dykCt=0;
function nextDyk(){
	var sDyk1='<span class="padl1">&nbsp;</span>The average SAT score of incoming UB Engineering freshmen in 2007 was 20 points higher than in the previous year !!!';
	var sDyk2='<span class="padl1">&nbsp;</span>The UB School of Engineering plays a major role in the University\'s strategic program,<br /><span id="span_title">UB2020: Framework for the Future</span>.<br />We actively participate in four of the eight Strategic Strengths and lead three of them.<br /><span class="padl1">&nbsp;</span>For more information: <a id="a_overview" href="http://www.buffalo.edu/ub2020/overview/">UB2020 Overview</a>';
	var sDyk3='<span class="padl1">&nbsp;</span>Admission to UB Engineering‘s graduate programs is highly selective.<br />Less than one in three applicants is offered admission.';
	var sDyk4='<span style="padding-left:1em;">&nbsp;</span>The UB School of Engineering has very active Internship and Co-op programs.<br />Each year over 100 students work in companies or other groups to gain valuable work experience.';
	var sDyk4_384='<span class="_384_  padl1">&nbsp;</span>The UB School of Engineering has very active Internship and Co-op programs.  Each year over 100 students work in companies or other groups to gain valuable work experience.<br /><span class="padl1">&nbsp;</span>In 2007, UB Engineering Interns and Co-op students worked at Fortune 500 Companies including: American Axle, Coca-Cola, Corning Inc., Delphi Thermal Systems, Fisher-Price/Mattel, General Motors, Goldman Sachs, Google, IBM, Intel, Lockheed Martin, Microsoft, Morgan Stanley, Motorola, Pfizer, Praxair, and UPS.<br /><span class="padl1">&nbsp;</span>Additionally, six of our students worked internationally in Canada, France, Malaysia, Spain, and Switzerland.';
		var aDyk=new Array(sDyk1,sDyk2,sDyk3,sDyk4_384);
	dykCt=(++dykCt%aDyk.length);
	var sDyk=aDyk[dykCt];
	var oDivDyk=document.getElementById('div_dyk');
	if(sDyk.indexOf('384')>1){
		oDivDyk.className='div_dyk_384';
	}else{
		oDivDyk.className='noclass';
	}
	document.getElementById('p_description').innerHTML=aDyk[dykCt];
	return;
}

	

