	
		
		$(document).ready(function() {
    	// initialise plugins
		jQuery(function(){
			jQuery('ul.sf-menu').superfish();
		});
		
		    $('.slideshow').cycle({
                fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
				 speed:  1500,
				  timeout:  700 
        });
        
        		    $('.slideshow2').cycle({
                fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
				 speed:  3000,
				  timeout:  1000 
        });
		$("#slider").easySlider({
				auto: true, 
				continuous: true
			});
			
			$('form').jqTransform({imgPath:'style/img/'});
			$("#ajax-contact-form").submit(function(){

var str = $(this).serialize();

   $.ajax({
   type: "POST",
   url: "secure/contact.php",
   data: str,
   success: function(msg){
    
$("#note").ajaxComplete(function(event, request, settings){

if(msg == 'OK') // Message Sent? Show the 'Thank You' message and hide the form
{
result = '<div class="notification_ok">Your message has been sent. Thank you!</div>';
$("#fields").hide();
}
else
{
result = msg;
}

$(this).html(result);

});

}

 });

return false;

});

});


	


			Cufon.replace('h3#pictxt', { fontFamily: 'FS Ingrid', color: '-linear-gradient(#736da2, #330099)' });
			Cufon.replace('h1', { fontFamily: 'FS Ingrid' });
			Cufon.replace('label', { fontFamily: 'FS Ingrid' });

