			Shadowbox.loadSkin('classic', 'shadowbox/skin');
			Shadowbox.loadLanguage('en','shadowbox/lang');
			
	
			window.onload = Shadowbox.init;			
		
			$(document).ready(function() { 
				$('#video_link1').click(function() {
					var c = this.href; 
					//alert(c);
					//return false; 
						Shadowbox.open({
		        			player:     'iframe',
		       		 		title:      ' ',
		        			content:    c,
		        			height:     405,
		        			width:      720,
		        			overlayColor: 'black'
		   				 });	
		   				 return false; 				
					 });
					 $('#video_link2').click(function() {
					var c = this.href; 
					//alert(c);
					//return false; 
						Shadowbox.open({
		        			player:     'iframe',
		       		 		title:      ' ',
		        			content:    c,
		        			height:     540,
		        			width:      960,
		        			overlayColor: 'black'
		   				 });	
		   				 return false; 				
					 });
					 $('#video_link3').click(function() {
					var c = this.href; 
					//alert(c);
					//return false; 
						Shadowbox.open({
		        			player:     'iframe',
		       		 		title:      ' ',
		        			content:    c,
		        			height:     576,
		        			width:      1024,
		        			overlayColor: 'black'
		   				 });	
		   				 return false; 				
					 });
					 
					 $('#video_link4').click(function() {
					var c = this.href; 
					//alert(c);
					//return false; 
						Shadowbox.open({
		        			player:     'iframe',
		       		 		title:      ' ',
		        			content:    c,
		        			height:     540,
		        			width:      960,
		        			overlayColor: 'black'
		   				 });	
		   				 return false; 				
					 });
			});
			
jQuery(document).ready(function(){			 
		jQuery("#new-york").mouseover(function(){
          jQuery("#screening_flier").attr("src","/imgs/new-york.jpg");  
        });
        
        jQuery("#berlin").mouseover(function(){
          jQuery("#screening_flier").attr("src","/imgs/berlin.jpg");  
        });
        
        jQuery("#paris").mouseover(function(){
          jQuery("#screening_flier").attr("src","/imgs/paris_flier.jpg");  
        });
        
        jQuery("#london").mouseover(function(){
          jQuery("#screening_flier").attr("src","/imgs/london.jpg");  
        });
        
        jQuery("#san-diego").mouseover(function(){
          jQuery("#screening_flier").attr("src","/imgs/san-diego.jpg");  
        });
        
        jQuery("#la").mouseover(function(){
          jQuery("#screening_flier").attr("src","/imgs/san-jose.jpg");  
        });
        
        jQuery("#portland").mouseover(function(){
          jQuery("#screening_flier").attr("src","/imgs/portland_flier.jpg");  
        });
        
        jQuery("#seattle").mouseover(function(){
          jQuery("#screening_flier").attr("src","/imgs/seattle.jpg");  
        });
        
        jQuery("#austin").mouseover(function(){
          jQuery("#screening_flier").attr("src","/imgs/austin.jpg");  
        });
        
        jQuery("#tampa").mouseover(function(){
          jQuery("#screening_flier").attr("src","/imgs/tampa.jpg");  
        });
});			
			
