var recentFilms;
var recentFilmsHeight;
var recentTimeOut;

$(function(){
	recentFilms = '.films ul';
	recentFilmsHeight = $(recentFilms).height();
	
	if ($('.main').height()-100 < recentFilmsHeight)
	{ 
		$(recentFilms).append($(recentFilms).html()).hover(
		function(){
			recentShowsSlide(recentFilms, recentFilmsHeight);	
		},
		function(){
			clearTimeout(recentTimeOut);
		});
	}
	
	var flashvars = {};
	var params = {wmode: 'opaque'};
	var attributes = {};

	swfobject.embedSWF("/ufiles/file/topHeadLogo.swf", "topHeadLogo", "1000", "233", "9.0.0", "expressInstall.swf", flashvars, params, attributes);

})
