var old_link = -1;

function vidLoc(id,link,type,play)
{
	if ( old_link > 0 ) {
		if ( old_link%2 != 0 ) {
			document.getElementById('ep'+old_link).className = 'ep1';
		} else {
			document.getElementById('ep'+old_link).className = 'ep2';
		}
	}

	document.getElementById('ep'+link).className = 'eps';
	
	old_link = link * 1;
	
if ( type == 1 ){
$('#player'+play).html('<object width="640" height="480"><param name="movie" value="http://v.kiwi.kz/v/'+id+'/"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><param name="wmode" value="transparent"></param><embed src="http://v.kiwi.kz/v/'+id+'" type="application/x-shockwave-flash" width="640" height="480" allowFullScreen="true" allowScriptAccess="always"  wmode="transparent"></embed></object><div style="margin-bottom: 5px; margin-top: 10px;">');
} 

if ( type == 2 ){
document.getElementById('player'+play).innerHTML = '<OBJECT width="640" height="480"><PARAM name="movie" value="http://video.rutube.ru/'+id+'"></PARAM><PARAM name="wmode" value="window"></PARAM><PARAM name="allowFullScreen" value="true"></PARAM><EMBED src="http://video.rutube.ru/'+id+'" type="application/x-shockwave-flash" wmode="window" width="640" height="480" allowFullScreen="true" ></EMBED></OBJECT><div style="margin-bottom: 5px; margin-top: 10px;">';
} 

if ( type == 3 ){
document.getElementById('player'+play).innerHTML = '<object width="640" height="480"><param name="video" value="http://static.video.yandex.ru/lite/'+id+'/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/'+id+'/" type="application/x-shockwave-flash" width="640" height="480" allowFullScreen="true" scale="noscale"></embed></object>';
} 

if ( type == 5 ){
$('#player'+play).html('<iframe src="http://vkontakte.ru/video_ext.php?'+id+'" width="640" height="480" frameborder="0"></iframe>');
} 

if ( type == 6 ){
document.getElementById('player'+play).innerHTML = '<object width="640" height="480" type="application/x-shockwave-flash" data="http://img.mail.ru/r/video2/player_v2.swf?2" ><param name="movie" value="http://img.mail.ru/r/video2/player_v2.swf?2" /><param name="flashvars" value="movieSrc=mail/'+id+'" /><param name="devicefont" value="false"/><param name="menu" value="false"/><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /></object>';
} 

}

