/**************************************************************************************************
| Software Name        : Mindset Movers Website
| Software Author      : Rotapix.com
| Website              : http://www.mindsetmovers.com/
| E-mail               : support@rotapix.com
|**************************************************************************************************
| File Description     : jquery effects
| File Includes        : javascript [ includes/js/jquery.js ]
|**************************************************************************************************
| Copyright (c) 2009 www.mindsetmovers.com All rights reserved.
|**************************************************************************************************
| IMPORTANT: Editing or Changing this document by someone other than a 
| Rotapix Interactive Media Employee VOIDS this websites warranty.
| For more information about this, please email support@rotapix.com 
|**************************************************************************************************/


// form validator
$(document).ready(function(){
	//validator
	$("#contactform").validate();
	//pdf form
	$("a.pdfform").fancybox({
	'hideOnContentClick': false
	});
});
