// <![CDATA[

/*	FUNCTIONS THAT CAN BE CALLED
-------------------------------------------------------------- */


/*	DOM-READY FUNCTION
-------------------------------------------------------------- */
$(document).ready(function () {
	$('#show').cycle({
		fx:     'fade',
		random:  1
	});
	
	$('ul.cities').makeacolumnlists({cols:3,colWidth:0,equalHeight:false});
	
	$("#getaquote").validate();
	$("#contact_form").validate();

});

/*	WINDOW LOADED FUNCTION
-------------------------------------------------------------- */
$(window).load(function () {
		
	$('#map').html('<iframe width="620" height="288" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?q=The+Griffith+Company+213+W.+La+Cadena+Dr.+Riverside,+CA,+92501&amp;ie=UTF8&amp;s=AARTsJqa_lCUYG2K_uir9lUNxZTewjmPQw&amp;ll=34.016936,-117.341816&amp;spn=0.005122,0.009871&amp;z=16&amp;output=embed"></iframe>');

});

// ]]>