
	  var w=window;
	  var d=document;

	  function quoted(str) {
		  return (str != null) ? '"' + str + '"' : '""';
		  }

		
		if (w.p_sc)
		{
			var p_playing_url='http://www.blueforge.org:40800/iplaying/my_custom_shoutcast.php'+
					'?uid='+w.p_uid;
		}
		else
		{
			var p_playing_url='http://www.blueforge.org:40800/iplaying/my_custom_playing.php'+
					'?uid='+w.p_uid;
		}
		
	d.write('<iframe  allowtransparency="true" background-color="transparent" name="now_playing_frame" vspace="0" hspace="0" width="'+w.p_playing_width+
				   '" height="'+w.p_playing_height+
				   '" frameborder="'+w.p_playing_border+
				   '" marginwidth="0" marginheight="0" allowtransparency="true"'+
				   ' scrolling="no" src='+quoted(p_playing_url)+'></iframe>');