// JavaScript Document
// launch 8th Wonder mp3 player
function launchFeedback(s_id,title){
	
player= window.open ('feedback.php?id='+s_id, title,'location=0,status=0,scrollbars=0,menubar=no,resizable=no,width=380,height=250');
	
}
