/*------------------------------------------------------------------------------------
* 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'
 			});
		});
		
	//-->
	
// Cycle
	$j(function() {
			
		   $j('#footerAdd img').removeClass("imgheight");
			$j('#footerAdd').cycle({ 
			fx:    'fade',
			speed:   4100, 
    		timeout: 1000, 
			pager: '#fW_Controls'
 			});
		});
		
	//-->	
// Font replacement setting Start
// put cochin.swf on js Fonder
// This Function Replace All H1 to new Fixt Font.
	 var cochin = {
      src: '/js/cochin.swf'
      ,ratios:  [9, 4.25, 15, 4.16, 21, 4.12, 23, 4.11, 34, 4.1, 46, 4.08, 47, 4.07, 48, 4.08, 78, 4.07, 79, 4.06, 83, 4.07, 4.06]
    };
    sIFR.activate(cochin);
 
    sIFR.replace(cochin, {selector: 'h1 ',wmode: 'transparent'
      ,css: [
	 '.sIFR-root {font-size:32px; font-weight:normal; color:#292624; height:10px;}',
    'h1 {}'
   	 ]

    });	
	
// Font replacement setting Start -->