$(document).ready(function(){ 
	 /*if ($.fn.theatre != null){
		
		$('.carousel td').theatre({
		  selector: 'img', 
		  effect: 'fade', 		//horizontal or vertical or fade or show or slide or 3d or custome effect name or Effect . 
		  speed: 1000, 			//Animation speed
		  still: 5000, 			//Default time standing still
		  autoplay: true, 	//Start animations automatically.
		  controls: false, 	//Display default next/previous/play/stop controls. Values: horizontal or vertical or none. Default: horizontal
		  width: '100%', 		//Set the width of the Stage or false to leave the original size. Default: false
		  height: '250px',
		  less_then: 12,
		  img_current: 0,
		  img_onside: 94		//Set the height of the Stage or false to leave the original size. Default: false
		  //itemWidth: false, //false - don't resize; 'max' - maximum size; arbitrary size ('100px', '50%', ...). Default: false
		  //itemHeight: false //false - don't resize; 'max' - maximum size; arbitrary size ('100px', '50%', ...). Default: false
		  //onMove: function(idx){ alert('Animate this')}//callback after animation
		});
	}*/
	
	if($("#snn")){
		$(".snn_button").click(function(){
	    	//var page = $('#office').val();
	    	var action = "/shop/checkout_fast";
	    	$("#entry_form").attr("action", action); 
	    	$("#entry_form").submit();
		});
	}
	
	$('img').bind('contextmenu', function(e){
    	return false;
	}); 
	
});
