var base = "/";$(document).ready(function(){
	$('.q').focus(function() {
		if($(this).val() == $(this).attr('title')) $(this).val('');
	});	
//	setTimeout("showCufon()", 100);
});
function showCufon() {
	$('h1').show();
}

function goTo(url) {
	window.location = url;
}
