function readNormNews(nid) {
	window.location = "/thisis/wsunews/news/?nid=" + nid ;
}

function print_view_norm_story(nid) {
	window.open("/thisis/wsunews/print/?nid="+nid,"wsunews_print","scrollbars=1,toolbar=0,status=0,location=0,menubar=0,directories=0,resizable=1,height=400px,width=500px") ;
}

function email_friend_norm_story(nid) {
	window.open("/thisis/wsunews/email/?nid="+nid,"wsunews_email_friend","scrollbars=1,toolbar=0,status=0,location=0,menubar=0,directories=0,resizable=0,height=430px,width=500px") ;
}

function hl_over(o) {
	o.style.backgroundColor = "#fef9e3" ;
	o.style.borderBottom = "1px solid #fbeabe" ;
}

function hl_out(o) {
	o.style.backgroundColor = "#FFF" ;
	o.style.borderBottom = "1px solid #FFF" ;	
}

function hl_out_academe(o) {
	o.style.backgroundColor = "#d4e5ef" ;
	o.style.borderBottom = "1px solid #d4e5ef" ;	
}

function get_expert_profile(eid) {
	
}