function showklips() 
{
document.write('<table width="300" border="1" cellpadding="2" cellspacing="0"><tr><th height="18" valign="top" bgcolor="#990000" class="style58"><span class="style29">Нови велики песни<br>('+data+')</span></th></tr><tr><td valign="top" background="res/fon_sin-cheren.jpg" style="background-repeat:repeat-x">');
	for(x=0;x<5;x++){ 
	t=klips10[x].split('|');
	document.write('<a href="javascript:void(0)" onClick="var w=window.open(\'http://www.youtube.com/v/'+t[1]+'&autoplay=1&rel=0\',\'originalslide\',\'height=600,width=752,toolbar=no,scrollbars=no,copyhistory=no,resizable=yes,status=no,location=no\'); clearInterval(tempor); w.focus();"><p class="style22"><strong>'+t[0]+'</strong></p></a>');
	}

document.write('<a href="javascript:void(0)" onClick="var w=window.open(\'Player.html?stil=10\',\'originalslide\',\'height=600,width=1100,toolbar=no,scrollbars=no,copyhistory=no,resizable=yes,status=no,location=no\'); w.focus();"><div align="center">Всички...</div></a></td></tr></table>');

}
showklips();
