function addSpotlightTag(tag) {
	var axel = Math.random();
	var a = axel * 10000000000000;
	document.getElementById('spotlighttagimg').src=tag+a;
}

function changeVideo(video)
{
	document.getElementById('video_nav_andy').src="images/video_nav_andy_off.gif";
	document.getElementById('video_nav_jan').src="images/video_nav_jan_off.gif";
	document.getElementById('video_nav_kot').src="images/video_nav_kot_off.gif";
	document.getElementById('video_nav_eason').src="images/video_nav_eason_off.gif";
	document.getElementById('video_nav_joey').src="images/video_nav_joey_off.gif";
	document.getElementById('video_nav_'+video).src="images/video_nav_"+video+"_on.gif";
	
	var s1 = new SWFObject("swf/mediaplayer.swf","ply","298","242","8","#FFFFFF");
		s1.addParam("allowfullscreen","true");
		s1.addParam("allowscriptaccess","always");
		s1.addParam("flashvars","image=images/video_"+video+".jpg&file=../flv/video_"+video+".flv&autostart=true&width=298&height=242");
 
		s1.write("container");
}