$(document).ready(function() {    $('.slideshow').cycle({		fx: 'fade', // choose your transition type		speed:    2000, //transition speed    	timeout:  2000 , //time spent on the slide    	autostop: 1 //ends after 3 slides	});});//lightbox function call/*$(function() {        $('#gallery a').lightBox(); //creates lightbox out of all 'a' items inside id=gallery     });  */      var canvascheck = document.createElement('canvas');if(canvascheck.getContext || (document.all && document.namespaces && !window.opera)){    document.writeln('<style type="text/css">');    document.writeln('img.instant { visibility: hidden; }');    document.writeln('<\/style>');} 