// TICT Custom Script (Home Page)
// (c) 20011 Tiger Media http://www.tigermedia.com.au
// All Rights Reserved.

// Home Page Ticker

j$ = jQuery.noConflict();

j$(document).ready(function($){
     	$(function(){
			$("ul#ticker01").liScroll();
		});
});
