Jukebar 0.99b
*Will fix homepage later*

Do you want your visitors to be able to listen to some music while browsing your site?
Dont want to go through all the hazzle of selecting a bunch of songs, converting them, writing scripts and 
setting everything up?

Well, this is for you then I guess.

Just include http://services.yi.se/jukebar/jukebar.html somewhere on your site (in a frame).
At the top for instance? Or bottom?
Well, its up to you.


Height for it all is 29 pixels, so for example:

---

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
<html>
<head>
<title>YI Systems 2008</title>
</head>
<frameset rows="29,*" framespacing=0 frameborder=0 border=0 noresize>
<frame src="http://services.yi.se/jukebar/jukebar.html" name="jukebar" framespacing=0 frameborder=0 border=0 scrolling=no noresize>
<frame src="site.php" name="main" framespacing=0 frameborder=0 border=0 scrolling=yes noresize>
</frameset>
<noframes>
<body>
Get a browser that supports frames...
</body>
</noframes>
</frameset>
</html>

---
You can also add different parameters to the URL in order to change the behaviour of Jukebar.
For example, add the parameter slogan=Mikes%20homepage to the URL like this:
jukebar.html?slogan=Mikes%20homepage



Possible parameters are as follows:

autoplay: Autoplay random song when user enters the page. True or false.
loop: Loop songs, true or false.
slogan: Slogan of your site.
title: The title of your site. (not really used other than within the <title> tag of the HTML code generated)
genre: Which genre is the default one? Can be; rock, pop, electronica or trance.

If there is anything else you can contact me at my mail.

// Erik Söderström