//Images Preloader

newimage0 = new Image();
newimage0.src = "http://music.50webs.net/images/layout/nav_selected.jpg";
newimage1 = new Image();
newimage1.src = "http://music.50webs.net/images/layout/search_hover.jpg";
newimage2 = new Image();
newimage2.src = "http://music.50webs.net/images/layout/textarea_bg_hover.jpg";

//Bookmark
function addFav() {
pgTitle = ":: 50Webs Music ::"; 
pgUrl = "http://music.50webs.net/";
if (window.sidebar){ 
window.sidebar.addPanel(pgTitle, pgUrl, "");
}else if(window.external) {
window.external.AddFavorite(pgUrl, pgTitle);
}else if (window.opera == false){
alert('Sorry, your browser does not support this fucntion. Please add it manually.');
}
}

//ActiveX Control
theObjects = document.getElementsByTagName("object"); 
for (var i = 0; i < theObjects.length; i++) { 
theObjects[i].outerHTML = theObjects[i].outerHTML; 
}