$(document).ready(function(){ 
	
	$("ul.menu").superfish({
		speed:       'fast',
		delay:		 400,
		animation:   {height:'show'}, 	
		autoArrows:    false,  
		hoverClass:    'menu-over'
	}); 
	
	$('#interface-middle-streamer-container').innerfade(
	{ 
		animationtype: 'fade', 
		speed: 1000, 
		timeout: 4000, 
		type: 'random', 
		containerheight:  '299px',
		runningclass: 'innerfade'
	}); 	
	
	video_o = $('#video').length;
	
	if(video_o)
	{
		var so = new SWFObject('/website/swf/player-viral.swf','mpl','320','240','9');
		so.addParam('allowfullscreen','true');
		so.addParam('allowscriptaccess','always');
		so.addParam('wmode','opaque');
		so.addParam('menu', 'false');
		so.addVariable('file','/website/swf/film.f4v');
		so.addVariable('stretching','fill');
  		so.addVariable('controlbar','bottom');
  		so.addVariable("autostart","false");
		so.write('video');
	}	
	
}); 
