/*
 * sportstar.init.js - global functions
 * Copyright (c) 2008 sportstar.co.za & Richard Willis 
 */

$(document).ready(function() {
  // bind the ajax jcarousel
  try {
  $('#galcarousel').jcarousel();
  } catch(e){}
  
  // bind the superish menu
  $(".nav").superfish({
		animation : {height:"show",width:"show"},
    speed : 280
	});
  
  
});
