// JavaScript Document 
$(function(){ 
	
	// innerfade - http://medienfreunde.com/lab/innerfade/   
	$('#fader').innerfade({ speed: 700, timeout: 4000, type: 'sequence', containerheight: '234px' });

	// prettyPhoto - http://www.no-margin-for-errors.com/projects/prettyPhoto-jquery-lightbox-clone/   
	$("a[rel^='prettyPhoto']").prettyPhoto();

}); 
 function getHotel(hotelId)
    {
        var location = 'Hotel.aspx?id=' + hotelId;
        window.location=location;
    }
 