<!--Button Generated by SearchBliss.com (following 2 functions)-->
function change(color){
	var el=event.srcElement
	if (el.tagName=="INPUT"&&el.type=="button")
	event.srcElement.style.backgroundColor=color
}
function jumpto2(url){
	window.location=url
}
