<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="html" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"/>
<xsl:variable name="title" select="/playlists/@title"/>
<xsl:template match="/">
<xsl:element name="html">
<head>
<title><xsl:value-of select="$title"/></title>
<script type="text/javascript" src="http://stat.radioblogclub.com/radio.blog/radio.blog.js"></script>
<script type="text/javascript" src="http://stat.radioblogclub.com/radio.blog/tools/mubility/detach.js"></script>
</head>
<body>

<div id="radioblog_0" style="margin: auto; width:600px; height:400px;"></div>
<div style="font:10px arial,sans-serif; color:#666666; margin:auto; width:600px; text-align:center;">
<a href="javascript:RadioBlog.detach('radioblog_0');" style="text-decoration:none; color:#666666;">Detach this Radio.blog</a> | <a href="javascript:void(window.open('http://www.radioblogclub.com/blogthis/?playlist='+document.location.href));" style="text-decoration:none; color:#666666;">Share this Radio.blog</a>
</div>

<script type="text/javascript">
RadioBlog.playlist = document.location.href;
RadioBlog.cover = '1';
RadioBlog.width = '100%';
RadioBlog.height = '100%';
RadioBlog.color.body = '#FFFFFF';
RadioBlog.color.border = '#BBBBBB';
RadioBlog.color.button = '#999999';
RadioBlog.color.player_text = '#666666';
RadioBlog.color.playlist_text = '#666666';
RadioBlog.color.new_tracks = '#000000';
RadioBlog.start(document.getElementById('radioblog_0'));
</script>

</body>
</xsl:element>
</xsl:template>

</xsl:stylesheet>