// JavaScript Document
$(function() {
	// setup scrolling for the playlist elements
	$("#pl").scrollable({items:'div.entries', size:4, clickable:false});//.circular({api: true}).autoscroll({autoplay: true});

	// setup player 
	$f("player2", {src: 'flowplayer-3.1.1.swf', wmode: 'opaque'}, {

	// this first PNG clip works as a splash image 
	clip: {baseUrl: 'http://hmevideos.mov-e.org/video/Mov-E_Com.flv', autoPlay: true} 

	// playlist plugin  
	}).playlist("div.entries");
});

$(function() {
	$f().playlist(".entries", {loop: true});
});

