$(document).ready( 
function(){
	$(".box").corners();
	$(".newsbox").corners();
	$("#header_img ul").innerfade({ speed: 'slow', timeout: 4000, type: 'random_start', containerheight: '289px'});
	$("#tracker form input").focus(function(){
		$(this).removeAttr("value");
		$(this).css("color","#241f1a");
	});
});
