$(document).ready(function() {
    $('#photos').cycle({
        fx: 'fade',
        timeout: 5000
    });
    
    //PNG Fix
	//$(document).pngFix(); 
    
});

function fnExternalSite() {
    window.open("https://www.thebookingbutton.com.au/public/reservation/PropertyOverview.do?channelCode=QICITYCENTREDIRECT");
}

function checkAvailability()
{
     window.open("https://www.thebookingbutton.com.au/public/reservation/PropertyOverview.do?channelCode=QICITYCENTREDIRECT&dateFrom=" + $(".ddlMonths").val() + "-" + $(".ddlDays").val());
}