Need Help with this CODE?

Need help with this code to embed on my website… but it does not seem to work ? any help or or if anyone can change it so i can embed it i would be so grateful… not sure what im doing here as im not savey on coding but i just want the player to work on my website…

Example body { margin:0; padding:0; }
<script>
	jQuery(function() {
		setTimeout(function(){

				jQuery('#audio4_html5_white').audio4_html5({
					playerWidth:500,
					skin: 'whiteControllers',
					initialVolume:0.5,
					responsive:true,
					showRadioStation:false,
					showTitle:false,
					showPlaylistOnInit:false,<!----asas-->

					beneathTitleBackgroundColor_VisiblePlaylist:"#c55151",
					beneathTitleBackgroundOpacity_VisiblePlaylist:0,
					beneathTitleBackgroundColor_HiddenPlaylist:"#c55151",
					beneathTitleBackgroundOpacity_HiddenPlaylist:0,
					beneathTitleBackgroundBorderColor:"#000000",
					beneathTitleBackgroundBorderWidth:3,

					selectedCategMarginBottom:0,

					playlistTopPos:-35,
					playlistPadding:0,
					playlistBgColor:'#000000'
				});
		}, 1000);

	});
</script>
         <div class="audio4_html5">
                <audio id="audio4_html5_white" preload="metadata">
                      <div class="xaudioplaylist">
													<ul>
															<li class="xradiostream">http://stream.rockradio.si:9034/;</li>  <!-- Shoutcast -->
													</ul>
														<ul>
														    <li class="xradiostream">http://s10.voscast.com:9942/;</li>  <!-- Shoutcast1 -->
														</ul>

														<ul>
														    <li class="xradiostream">http://162.213.197.54:3012/;</li>  <!-- Shoutcast2 -->
														</ul>
														<ul>
														    <li class="xradiostream">http://208.77.21.33:12310/;</li>  <!-- Shoutcast3 -->
														</ul>
														<ul>
														    <li class="xradiostream">http://108.61.30.179:4000/;</li>  <!-- Shoutcast4 -->
														</ul>

														<ul>
														    <li class="xradiostream">http://46.252.154.133:8080/;</li>	<!-- Shoutcast5 -->
														</ul>
														<ul>
														    <li class="xradiostream">http://69.46.75.69:80/;</li>  <!-- Shoutcast6 -->
														</ul>

														<ul>
														    <li class="xradiostream">http://185.85.28.149:8000/;</li>  <!-- Shoutcast7 -->
														</ul>

														<ul>
														    <li class="xradiostream">http://74.208.71.58:8000/;</li>   <!-- Shoutcast8 -->
														</ul>
														<ul>
														    <li class="xradiostream">http://209.236.126.18:8002/;</li>  <!-- Shoutcast9 -->
																<li class="xstation">Big Blue Swing</li>
														</ul>

														<ul>
														    <li class="xradiostream">http://37.59.14.77:8352/stream</li>  <!-- Shoutcast10 -->
														</ul>
														<ul>
														    <li class="xradiostream">http://webradio.antennevorarlberg.at:80/lounge</li>    <!-- IceCast12 -->
														    <li class="xstation">Antenne Vorarlberg - Lounge</li>
														    <li class="xcategory">Lounge;Remix</li>
														</ul>


                      </div>
                  No HTML5 audio playback capabilities for this browser. Use <a href="https://www.google.com/intl/en/chrome/browser/">Chrome Browser!</a>
                </audio>
         </div>
   		<br style="clear:both;">