$(document).ready(function() {
    	if ($('.yoxview').length > 0) {
		$('.yoxview').yoxview();
    	}    

	$(".signmeup").colorbox({width:"650px", height:"600px", iframe:true});

	if ($('#gallery').length > 0) {
    		slideShow();
	}
 });
