// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults
/*
Highlight Link script
By Website Abstraction (http://wsabstract.com)
and Java-scripts.net (http://www.java-scripts.net)
*/

function highlight(which,color){
	if (document.all||document.getElementById)
	which.style.backgroundColor=color
}
