
/*------------------------------------------------------------------------------------
* Filename: common.js
* Version: 1.0.0 
* Website: canberrastadium
* Author: Tanvir Ahmad Ronty
 ------------------------------------------------------------------------------------*/
var $j = jQuery.noConflict();

// Cycle
	$j(function() {
			
		   $j('#banner img').removeClass("imgheight");
			$j('#banner').cycle({ 
			fx:    'fade',
			speed:   4100, 
    		timeout: 4000, 
			pager: '#fW_Controls'
 			});
		});
		
	//-->

