function pornesteMuzica() {
//document.getElementById('div').innerHTML='<object width="1" height="1"><param name="movie" value="http://www.youtube.com/v/6inwzOooXRU&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/6inwzOooXRU&hl=en&fs=1&autoplay=1&loop=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="1" height="1"></embed></object>';
var numarMelodie=Math.round(Math.random()*10);
var melodii=Array ('oz0A8ZUU5U0','pp6mQN3NEII','s2ulVvbmQQQ','l2MLpZDSfmg','Jq1bGGvzsoU','oz0A8ZUU5U0','pp6mQN3NEII','s2ulVvbmQQQ','l2MLpZDSfmg','Jq1bGGvzsoU');
document.getElementById('div').innerHTML='<object width="1" height="1"><param name="movie" value="http://www.youtube.com/v/' + melodii[numarMelodie] + '&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/' + melodii[numarMelodie] + '&hl=en&fs=1&autoplay=1&loop=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="1" height="1"></embed></object>';
//alert('<object width="1" height="1"><param name="movie" value="http://www.youtube.com/v/'+melodii[numarMelodie]+'&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/'+melodii[numarMelodie]+'&hl=en&fs=1&autoplay=1&loop=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="1" height="1"></embed></object>');
window.status ='';
}
function opresteMuzica() {
document.getElementById('div').innerHTML='';
}

