function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function randomtip(){
	var length = $("#testimonial .bquote").length;
	var ran = Math.floor(Math.random()*length) + 1;
	$("#testimonial .bquote:nth-child(" + ran + ")").show();
}

$(document).ready(function(){	
	randomtip();
	if ( $('#zip').length ) {
		$("input[name='zip']").focus();
	}
});

$('a[rel="external"]').attr('target', '_blank'); 
$('a[rel="external nofollow"]').attr('target', '_blank'); 
$('a[rel="nofollow external"]').attr('target', '_blank'); 
