function jukebox(title) {
	document.write('<object type="application/x-shockwave-flash" data="/flash/vertplayer.swf?&song_url=' + title + '.mp3&b_bgcolor=faffe1&b_fgcolor=c62426&" width="17" height="17" style="vertical-align: bottom">');
	document.write('<param name="movie" value="/flash/vertplayer.swf?&song_url=' + title + '.mp3&b_bgcolor=c62426&b_fgcolor=faffe1&" />');
	document.write('<img src="noflash.gif" width="17" height="17" alt="" />');
	document.write('</object>');
}