كود
<!-- HaYeF.By alsafrani.blogspot JavaScript -->
<SCRIPT LANGUAGE="JavaScript">
song = new Array(2);
title = new Array(2);
song[0] ='رابط الصوت'
song[1] ='رابط الصوت'
title[0] = 'الدنيا تشهد'
title[1] = 'اسماء الله الحسني'
index = Math.floor(Math.random() * song.length);document.write("<DL>");
document.write("<EMBED SRC="+song[index]+" width=200 height=55 autostart=true loop=infinite BGCOLOR='#000000'");
document.write(' TEXT="#FFFFFF">');
document.write("<BR>");
document.write("<font face=tahoma size=2 color=black>KuwaiT إستمع وتمتع</font> : ");
document.write("<font face=tahoma size=2 color=red>");
document.write(title[index]);
document.write("</font>")
document.write("</DL>");
</SCRIPT>
<!-- HaYeF.By alsafrani.blogspot JavaScript -->
تقدر تزيد الروابط والصوت كمثال
song[2] الرابط
title[2] اسم الصوت
ولا تنسي تزيد الارقام في هذي الاكواد مهم جدا
song = new Array(2);
title = new Array(2);