// JavaScript Document
changeSong=function(song,disc,drop){
		if(typeof parent.window !== 'undefined' && typeof parent.window.player_change === 'function'){
			parent.window.player_change(song,disc,drop); //Call the function only if it exists
		}
	}