﻿// javaScript Code : Random Music Player
// Author : Loghman Avand @ www.7Learn.com
r = Math.floor(Math.random() * music.length);
document.write('<embed type="audio/x-pn-realaudio-plugin"  SRC='+music[r]+' width=125 height=45 style="border:1px solid #999"  autostart=true ><br/>'+Name[r]);
document.write('<p style="margin:15px 0 0 5px;text-align:left">'+
'<a href="http://www.7Learn.com/" style="text-decoration:none;color:#4A5D68;padding-top:50px;text-align:left">More JavaScript Codes !</a></p></div></center>');
