$(document).ready(function(){
	$("div#logo").live("click",function(){
		document.location = "index.cfm";
	});
	
});
