$(document).ready(function(){
Cufon.replace('.featured h2, .tagline h3, .half h3, .promo strong, .main h1, .main h2, .blocktext h4');
$('.rotate').cycle({ 
    fx:    'fade',
	timeout:  6000,
	next:   '.button',
	pause: 1,
	pager:  '.pager'
 });

$('input.query').click(function(){ $(this).attr({ value: '' }); });

 });
