$(document).ready(function() {
	$("#companySearch").ajaxForm({target:'#companyResults'}); 
	$("input.numeric").numeric();
	$("#homeForm,#uslform").each(function() {$("#homeForm").validate();});
	$("#frontTestimonial").cycle({fx: 'fade', timeout:5000 });
	if($.browser.safari)
	var bookmark = false;
	else
	var bookmark = true;
	if( $('#mine-1').size()) {
	$('#mine-1 > ul').tabs({ cache: true });
	$('#mine-1').show();
	}
	$('.rounded,.accountBox').corner("cc:#ffffff");


});

(function(){ /*Use Object Detection to detect IE6*/ var m = document.uniqueID /*IE*/ && document.compatMode /*>=IE6*/ && !window.XMLHttpRequest /*<=IE6*/ && document.execCommand ; try{ if(!!m){ m("BackgroundImageCache", false, true) /* = IE6 only */ } }catch(oh){}; })();
