

$(document).ready(function(){
	$('#photos').cycle({timeout:7000});
	
	var MenuArray = new Array(
		{pageid : 130738},
        {pageid : 130739},
        {pageid : 130740},
        {pageid : 130741},
        {pageid : 130742},
        {pageid : 130743},
        {pageid : 130744}
    );
    
    var options = {
        sid:445,
        direction:"down",
        settings:MenuArray,
        zindex:100000
    };
    $('#L1').menu(options);
});



jQuery.log = function(message) {
	if(window.console && $.browser.mozilla) {
    	console.debug(message);
    }
};
