var params = { allowfullscreen: 'true' };
if("https:" == document.location.protocol){
	var videoPath = 'https://secure.jobdig.com/video/';
	var playerPath = 'https://secure.jobdig.com/';
} else {
	var videoPath = 'http://www.jobdig.com:81/';	
	var playerPath = 'http://www.jobdig.com/';	
}
if(typeof employer == "undefined"){
	if("https:" == document.location.protocol){
		var flashvars= { 
			autostart: 'false',
			file: videoPath+fileName+".flv"
		};
	} else {
		var flashvars= { 
			autostart: 'false',
			streamscript: 'lighttpd',
			file: videoPath+fileName+".flv"
		};
	}
	swfobject.embedSWF(playerPath+"flvplayer.swf", "player", "340", "280", "8.0.0", "/includes/expressInstall.swf",flashvars,params);
} else {
	if("https:" == document.location.protocol){
		var flashvars= { 
			autostart: 'false',
			file: videoPath+'ads/'+fileName+".flv"
		};
	} else {
		var flashvars= { 
			autostart: 'false',
			streamscript: 'lighttpd',
			file: videoPath+'ads/'+fileName+".flv"
		};
	}
	if(employer == "large"){
		width = "324"
		height = "268"
	} else {
		height = "215"
		width = "260"
	}
	swfobject.embedSWF(playerPath+"flvplayer.swf", "player", width, height, "8.0.0", "/includes/expressInstall.swf",flashvars,params);
}
