function openwin(x) { //opens the detailed news in a small new window in the middle of the screen
	var popupURL = x;
	var w=(screen.width-468)/2
	var h=(screen.height-300)/2
	variabels="width=468 ,height=300,left=" +w+ ",top=" +h+ ",screenX=" +w+ ",screenY=" +h+ "resizable=0,toolbar=0,location=0, directories=0,status=0,menubar=0,scrollbars=1"
	var pnpopup = window.open(x,"news",variabels);
	if( navigator.appName.substring(0,8) == "Netscape" ) 
	pnpopup.focus();
	pnpopup.location = popupURL;
}

 /*
Fading Scroller- By DynamicDrive.com
For full source code, 100's more DHTML scripts, and TOS,
visit http://www.dynamicdrive.com
*/

var delay=6000 //set delay between message change (in miliseconds)
var fcontent=new Array()
//fcontent[0]="<a href='/english/twitter-eng.html' target=_blank class='ticker'><em>The Hebrew University at Twitter - follow us !</em></a>"
//fcontent[0]="<a href='http://www.huji.ac.il/cgi-bin/dovrut/dovrut_search_eng.pl?mesge126253594232688760' target=_blank class='ticker'><em>The Robert H. Smith Faculty of Agriculture, Food and Environment</em></a>"

fcontent[0]="<a href='english/research-china.html' target=_blank class='ticker'><em>Post Doctoral Positions sponsored by the China Scholarship Council</em></a>"
fcontent[1]="<a href='english/newsbulletin.html#flies' target=_blank class='ticker'><em>Hebrew University researchers developing &quot;breakfast of champions&quot;</em></a>"
//fcontent[1]="<a href='english/newsbulletin.html#symbiosis_course' target=_blank class='ticker'><em>Advances in Symbiosis Research - Training School</em></a>"
fcontent[2]="<a href='english/newsbulletin.html#PeresVisit' target=_blank class='ticker'><em>President Peres praises Research at Robert H. Smith Agriculture Faculty</em></a>"
fcontent[3]="<a href='english/newsbulletin.html#KrillPrize' target=_blank class='ticker'><em>HU Researcher wins Krill Prize for excellence</em></a>"
//fcontent[4]="<a href='http://www.agri.huji.ac.il/english/letter-smith.html' target=_blank class='ticker'><em>The Robert H. Smith Faculty of Agriculture, Food and Environment</em></a>"
//fcontent[5]="<a href='http://www.agri.huji.ac.il/english/letter-smith.html' target=_blank class='ticker'><em>mourns the untimely passing of Robert H. Smith, a benefactor and friend</em></a>"
fcontent[4]="<a href='http://www.hunews.huji.ac.il/articles.asp?cat=6&artID=950' class='ticker' target=_blank><em>High-fat diet can disrupt biological clock</em></a>"
fcontent[5]="<a href='http://www.hunews.huji.ac.il/articles.asp?cat=6&artID=931' class='ticker' target=_blank><em>Hebrew U. scientists enhance flower aroma</em></a>"
fcontent[6]="<a href='http://www.huji.ac.il/cgi-bin/dovrut/dovrut_search_eng.pl?mesge121990563932688760' class='ticker' target=_blank><em>Fishing for profits on world caviar market</em></a>"
fcontent[7]="<a href='http://www.huji.ac.il/cgi-bin/dovrut/dovrut_search_eng.pl?mesge119072645232688760'  class='ticker' target=_blank><em>Faculty Declared Green Campus</em> </a>"
//fcontent[1]="<a href='http://www.agri.huji.ac.il/english/newsbulletin.html' class='ticker' target=_blank><em>Faculty named for Robert H. Smith</em> </a>"
//fcontent[2]="<a href='http://www.huji.ac.il/cgi-bin/dovrut/dovrut_search_eng.pl?mesge118871821232688760' class='ticker' target=_blank><em>New Method for Fighting Skin Wrinkles </em></a>"

//fcontent[0]="<span class='ticker'>3 day Science Camp during Hanuka<br/>For details and registration, call 08-9489064</span>"
//fcontent[0]="<a href='/news/news-hakalot.html' target=_blank class='ticker'>Special Arrangements for Students with Problems Caused by the War (in Hebrew)</a>" 
//fcontent[1]="<a href='http://www.huji.ac.il/cgi-bin/dovrut/dovrut_search_eng.pl?mesge115512534532688760'  class='ticker'>University phone help line Aug 13-21 for war related problems</a>"
//fcontent[0]="<a href='/news/kedar.html' target=_blank class='ticker'>Congratulations to Prof. Nahum Kedar on winning the Israel Prize for Agriculture</a>"
//fcontent[1]="<em>21/5/2006 Open Day at the Faculty</em>"
//fcontent[1]="<a href='mailto:tamir@agri.huji.ac.il' target=_blank class='ticker'>we want your comments, and CORRECTIONS!</a>"
//fcontent[1]="<a href='mailto:tamir@agri.huji.ac.il' target=_blank class='ticker'>contact Ruti Tamir(9489275) with website corrections</a>"
//fcontent[2]="<a name='openday' target=_blank class='ticker'>Open House March 18 2004!</a>"


//leads to another website
//leads to another page from this website
//fcontent[1]="<a href='/english/newsbulletin.html' target=_blank class='ticker'>New Plant Science Institute Dedicated</a>"
//leads to a detailed news that opens up in a small new window
//fcontent[2]="<a href=javascript:openwin('news-win-eng.html') class='ticker'>Digital Video Camera for Loan </a>"

var fwidth=260 //set scroller width
var fheight=30//set scroller height

