<!--
######################################################################################################
#
# Program:  Sample Live365 player window suitable for 3rd party customization.
#	This example is written in HTML with JavaScript coding.
#
# (c) Copyright 2003-10 Live365, Inc.
# 950 Tower Lane #1550
# Foster City, CA 94404.
# All rights reserved.
#
########################################################################################################
-->
<html>
<head>
<link rel="stylesheet" type="text/css" href="mini.css">
<meta http-equiv="Content-Language" content="en-us">
<title>Your Station Name Here!</title>
<script language="JavaScript">
<!-- start scripting

	var gVersion = "100.0.0.0";
	
// end scripting -->
</script>
<script language="JavaScript" src="http://www.live365.com/scripts/cookiemonster.js"></script>
<script language="JavaScript" src="http://www.live365.com/scripts/version.js"></script>
<script language="JavaScript" src="http://www.live365.com/scripts/clientdetect.js"></script>
<script language="JavaScript" src="http://www.live365.com/scripts/vb_sniff_lite.js"></script>
<script language="JavaScript" src="http://www.live365.com/scripts/hosts.js"></script>
<script language="JavaScript" src="http://www.live365.com/scripts/player.js"></script>
<script language="JavaScript" src="http://www.live365.com/scripts/customplayer.js"></script>
<script language="JavaScript">
<!-- start scripting

/*** REQUIRED PARAMETERS ***/
station_broadcaster		= 'live365premium';											// DJ name
station_id				= 222733;													// station numeric ID
stream_id				= 904867;													// stream numeric ID

/*** OPTIONAL PARAMETERS ***/														// CSS and images
local_css				= 'http://www.live365.com/scp/pro_template2/mini/pls.css';	// CSS URL
imageDir				= 'images/';												// Button images URL
gPreBtnVertSpace		= 4;														// Vertical offset above Play/Stop buttons in pixels
gPLSWidth				= 360;														// Width of Playlist iframe in pixels
gPLSHeight				= 80;														// Height of Playlist iframe in pixels
gPlayerColor			= '#1E5389';												// Color of visible embedded player in #RRGGBB



// end scripting -->
</script>	
</head>
<STYLE type="text/css" media="screen"><!--
		
		#widget { position: absolute; top: 226px; left: 405px; visibility: visible; display: block }
		#link1 { position: absolute; top: 226px; left: 425px; visibility: visible; display: block }
		#link2 { position: absolute; top: 226px; left: 445px; visibility: visible; display: block }
		#poweredBy { position: absolute; top: 192px; left: 408px; visibility: visible; display: block }
		
--></STYLE>


<body bgcolor="#000000" topmargin="0" leftmargin="0" onload="HandleAction('play');" scroll="no">
<div id="widget">
	<!--Replace "station=name" with your username in the URL below to activate the widget link-->
	<a href="http://www.live365.com/widgets/index.live?station=live365premium" target="_blank" alt="Add to your website or Facebook as a widget!" title="Add to your website or Facebook as a widget!"><img src="images/dot.gif" border="0" width="20" height="20"></a>
</div>
<div id="link1">
	<!--Link off the player to any destination-->
	<a href="http://www.facebook.com" target="_blank" alt="Customize this link to any destination" title="Customize this link to any destination"><img src="images/dot.gif" border="0" width="20" height="20"></a>
</div>
<div id="link2">
	<!--Link off the player to any destination-->
	<a href="http://www.twitter.com" target="_blank" alt="Customize this link to any destination" title="Customize this link to any destination"><img src="images/dot.gif" border="0" width="20" height="20"></a>
</div>
<div id="poweredBy">
	<!--Link off the player to any destination-->
	<a href="http://www.live365.com" target="_blank" alt="Powered by Live365.com" title="Powered by Live365.com"><img src="images/dot.gif" border="0" width="58" height="25"></a>
</div>

<table width="478" border="0" cellspacing="0" cellpadding="0" background="images/background.jpg" height="260">
<tr> 
<td valign="top" style="padding: 106px 0 0 15px">
<script language="JavaScript">
<!-- start scripting
	DrawPLS("mode=1");			// Draw PLS track metadata
// end scripting -->
</script>

	<table border="0" cellpadding="0" cellspacing="0">
	<form name="controls">
	<script language="JavaScript">
	<!-- start scripting
		DrawControls();
	// end scripting -->
	</script>
	</form>
	</table>
</td>
</tr> 
</table>
</body>
</html>

