/*------------------------------------------------------------------------------------

* 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:   3100, 
    		timeout: 2000, 
			pager: '#fW_Controls'

 			});

		});

		

	//-->

	

// Cycle

/*	$j(function() {
		    $j('#footerAddcor img').removeClass("imgheight");
			$j('#footerAddcor').cycle({ 
			fx:    'fade',
			speed:   3100, 
    		timeout: 4000, 
			pager: '#fW_Controls'
 			});

		});
	*/
	

	// Cycle

	/*$j(function() {

			

		   $j('#footerAddEvent img').removeClass("imgheight");
		   $j('#footerAddEvent').cycle({ 
			fx:    'fade',
			speed:   3100, 
    		timeout: 4000, 
			pager: '#fW_Controls'

 			});

		});*/

	

// Font replacement setting Start

// put cochin.swf on js Fonder

// This Function Replace All H1 to new Fixt Font.	

	    var sifr_HelveticaNeue = {

      src: '/js/sifr_HelveticaNeue.swf'

      ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]

    };

    sIFR.activate(sifr_HelveticaNeue);

 

    sIFR.replace(sifr_HelveticaNeue, {selector: 'h1 ',wmode: 'transparent'

      ,css: [

	 '.sIFR-root {}',

    'h1 {}'

   	 ]



    });

	

// Font replacement setting Start -->