Example streaming links:
					
						- example SSL Secure Link with FreeRadio: https://FreeRadio.Fun/ssl/radioskye
						- example Icecast2 Non-Secure Link: http://comet.shoutca.st:8338/stream
					
					
	
	
	
	
	
	
	
		This is how Muses Radio Player will look in your site.
		If you're happy with it, continue reading :)
		
		
	    
	    
	    Here is your HTML code. You can copy and paste this code inside your website.
	    
			Please don't forget to load Muses swf files into your website folder first.
	    
		
    
		'+"\n"+
						''+"\n"+
						'';
				getItem('generated-code').value=code;
				getItem('rememberDownload').style.display="none";
			}
			function generateCode(){
				if(!validateForm()){
					return;
				}
				try { MRP.stop(); } catch(error) {};
				if(getItem('hosted').checked){
					generateMusesHostedCode();
				}else{
					generateUserHostedCode();
				}
			}
			function musesCallback(event,value){
				//getItem('muses-last-event').innerHTML='
Latest JS Event: "'+event+'"'+((value!="0" || event=='volume')?' - Value: "'+value+'"':'');
			}