function linker(website){

	if(website.toString() == ''){
		window.location.reload(); 
	}else{
		window.location.href = 'http://www.dotmmo.com/clickout.php?webSite='+website;
	}

}
