	if(window.top.location.toString().indexOf("zcribe.net") < 1) {

		$(function() {
		    setTimeout(function() {
			$('.bgslideshow').cycle({ 
			    fx:'fade',
			    delay: 1000,
			    pause:  0,
			    random: 1,
			    speed: 2000,
			    timeout:	2000
			});
			});
		});
	}
