var $j = jQuery.noConflict();

$j(function() {
	// setup scrolling for the playlist elements
	$j("#pl").scrollable({items:'div.entries', size:1, clickable:true, autoplay:true});
	// setup player 
	$f("player", "assets/flash/flowplayer-3.1.5.swf", {
		clip: {baseUrl: 'http://www.trx.com/tellusyourproblems/video/'}
		//clip: {baseUrl: '../'} <--old
	// playlist plugin  
	}).playlist("div.entries");
});