Cufon.replace('.statement', { textShadow: '1px 1px #00385f', fontFamily: 'Rockwell'});
Cufon.replace('.home-brands-menu h3,.home-brands-menu ul li, #brands-menu li a,#brands-sub-menu li a, #single-brand #desc', { textShadow: '0px -1px #67202b', fontFamily: 'Rockwell'});
Cufon.replace('#news-menu h3, .title, .recruitment-title, .job-title', { textShadow: '0px -1px #67202b', fontFamily: 'ChunkFive'});
Cufon.replace('.play-btn', { textShadow: '1px 1px #000', fontFamily: 'ChunkFive'});
$(document).ready( function() {
	$(function() {
	    $('a[rel*=external]').click( function() {
	        window.open(this.href);
	        return false;
	    });
	});
	$(function(){
		$('.half_column').columnize();
	});
	$(".play-video, .play-btn").click(function() {
		play_video();
	});
	$('#thumbs').cycle({
    	        fx:     'fade',
    	        speed:  100,
    	        timeout: 1000,
    	        pager:  '.home-brands-menu',
				pagerEvent: 'mouseover',
                cleartype:1,
                cleartypeNoBg:1,
    	        pagerAnchorBuilder: function(idx, slide) {
    	            return '.home-brands-menu ul li:eq(' + (idx) + ') a';
    	        }
        });
	$('#thumbs').cycle('stop');	
	$('.home-brands-menu ul li a').mouseout(function() {   $('#thumbs').cycle('pause'); });
});
