$(document).ready(function(){					
	$('.fade').append('<span class="hover"></span>').each(function () {
		var $span = $('> span.hover', this).css('opacity', 0);
		$(this).hover(
			function () { $span.stop().fadeTo(200, 1); }, 
			function () { $span.stop().fadeTo(200, 0); }
		);
	});
	
	var d = new Date();
	var start = d.getTime(); 
	
	var flashvars = {
		configJSON: '%7B%22playlist%22%3A%5B%7B%22caption%22%3A%22%22%2C%22filepath%22%3A%22altac%22%2C%22views%22%3A0%2C%22title%22%3A%22ALTAC%20Live%22%2C%22type%22%3A%22livestream%22%2C%22thumbnail%22%3A%22http%3A%5C%2F%5C%2Fwww%2Esynapsewebsite%2Ecom%5C%2Fimages%5C%2Fvideo%5C%2Fvideo%5Fthumb%2Ejpg%22%2C%22data%22%3A%22%22%2C%22rating%22%3A0%2E00%2C%22id%22%3A1%2C%22category%22%3A%22%207%22%2C%22connectionpath%22%3A%22rtmp%3A%5C%2F%5C%2Fhosting1%2Esynapseip%2Etv%5C%2Fsynapsewebsite%2Dlive%22%7D%5D%2C%22clip%22%3A%7B%22caption%22%3A%22%22%2C%22filepath%22%3A%22altac%22%2C%22views%22%3A0%2C%22title%22%3A%22ALTAC%20Live%22%2C%22type%22%3A%22livestream%22%2C%22thumbnail%22%3A%22http%3A%5C%2F%5C%2Fwww%2Esynapsewebsite%2Ecom%5C%2Fimages%5C%2Fvideo%5C%2Fvideo%5Fthumb2%2Ejpg%22%2C%22data%22%3A%22%22%2C%22rating%22%3A0%2E00%2C%22id%22%3A1%2C%22category%22%3A%22%207%22%2C%22connectionpath%22%3A%22rtmp%3A%5C%2F%5C%2Fhosting1%2Esynapseip%2Etv%5C%2Fsynapsewebsite%2Dlive%22%7D%2C%22ads%22%3A%5B%5D%2C%22config%22%3A%7B%22playlist%22%3A%22http%3A%5C%2F%5C%2Fwww%2Esynapsewebsite%2Ecom%5C%2Fplayer%5C%2Fplaylist%2Ecfm%22%2C%22contentpath%22%3A%22http%3A%5C%2F%5C%2Fwww%2Esynapsewebsite%2Ecom%5C%2Fplayer%5C%2F%22%2C%22swfpath%22%3A%22http%3A%5C%2F%5C%2Fwww%2Esynapsewebsite%2Ecom%5C%2Fplayer%5C%2FVideoPlayer%2Eswf%22%2C%22actionpath%22%3A%22http%3A%5C%2F%5C%2Fwww%2Esynapsewebsite%2Ecom%5C%2Fplayer%5C%2Factions%2Ecfm%22%7D%2C%22categories%22%3A%5B%7B%22id%22%3A7%2C%22name%22%3A%22Live%22%7D%5D%7D'
		,start					: start
		,autoHide				: 1			// set to true to hide controller on mouse out
		,showInfo 				: 0			// set to false to hide info button
		,showPlaylist 			: 0 		// set to false to hide the playlist
		
		,buttonColor 			: 0x6eb8ed 	// controller button color
		,buttonColorHover 		: 0x98d4ff 	// controller button color on rollover
		,barColorTop 			: 0x013556 	// controller bar top gradient color
		,barColorBottom 		: 0x012a44 	// controller bar bottom gradient color
		,trackColor 			: 0x011827 	// track color
		,progressColor 			: 0x6eb8ed 	// progress bar color
		,bufferColor 			: 0x0a476e 	// buffer bar color
		,handleColor 			: 0x6eb8ed 	// scrubber handle color
		,C1 					: 0			// controller corner radius (top left -> clockwise)
		,C2 					: 0
		,C3 					: 0
		,C4 					: 0
		
		,mediaBackground 		: 0x000000 	// background color of media
		,info_buttonColor 		: 0x002856 	// info button color
		,info_buttonColorHover 	: 0x165093 	// info button color on rollover
		,info_titleColor 		: 0xffffff 	// info title color
		,info_viewsColor 		: 0x999999 	// info views color
		,info_starColor 		: 0x999999 	// star color
		,info_starColorHover 	: 0x95cdff 	// star color on rollover
		,info_starColorActive 	: 0x265cbb 	// star color active
		,titleColor 			: 0xFFFFFF 	// playlist title color
		,viewsColor 			: 0x999999 	// playlist views color
		,starColor 				: 0x999999 	// playlist star colors
		,starColorHover 		: 0x95cdff 	// playlist star color on rollover
		,starColorActive 		: 0x265cbb 	// playlist star color active
	};
	var params = {
		wmode: "transparent",
		allowFullScreen: "true",
		allowScriptAccess: "always"
	};
	var attributes = {};
	
	swfobject.embedSWF("http://www.synapsewebsite.com/player/VideoPlayer.swf?v=1.9.3", "video", "640", "384", "10.0.0", "expressInstall.swf", flashvars, params, attributes);
	swfobject.createCSS("#video","outline:none"); 
});
