function goSite(url){
	window.open(url, '', '');
}
function changeBg(color,domObj){
	domObj.style.backgroundColor=color;
}