function downloadmp3(encodedBand, encodedSong) {
	window.location = "http://hotfreemusic.info/c.php?type=mp3&subtype=old&file=" + encodedBand + "+" + encodedSong + "&curl=" + escape(window.location) + "&ref=" + escape(document.referrer), "Download", "width=1024,height=768,left=" + left + ",top=" + top + ",menubar=1,location=1,resizable=1,scrollbars=1,directories=1,scroll=1,status=1,menubar=1,locationbar=1,statusbar=1,titlebar=1,toolbar=1";
}
