function title_over(what,orig) {
	var code='<strong><a href="login.php">login</a> to view this story</strong>';
	what.innerHTML=code;
}

