/* FTR */
$('h1').ftr("/swf/ftr/futura.swf",
		{
			size:18,
			leading: 18,
			color: "#333333",
			topOffset:3,
			extendHeight:4,
			multiline: true
		}
	);

$('.liftings h2').ftr("/swf/ftr/futura.swf",
		{
			size:18,
			leading: 18,
			color: "#333333",
			topOffset:3,
			extendHeight:4,
			multiline: true
		}
	);
	$('.main-content .box-header h2').ftr("/swf/ftr/futura.swf",
		{
			size:18,
			leading: 18,
			color: "#ffffff",
			topOffset:3,
			extendHeight:1,
			multiline: true
		}
	);
	$('#prizes h2').ftr("/swf/ftr/futura.swf",
		{
			size:18,
			leading: 18,
			color: "#029892",
			topOffset:3,
			extendHeight:6,
			multiline: true
		}
	);
	$('.content-lifts h2').ftr("/swf/ftr/futura.swf",
		{
			size:14,
			leading: 15,
			extendHeight:6,
			color: "#ffffff",
			multiline: true
		}
	);
	$('.narrow .box-header h3, .twocols .box-header h3').ftr("/swf/ftr/futura.swf",
		{
			size:14,
			leading: 15,
			color: "#ffffff",
			multiline: true
		}
	);

$(document).ready(function() {
	$('tr:even td').not('#header tr:even td').addClass('even');
	
	$('a[href$=".pdf"], a[href$=".ppt"]').click(function(e) {
		if(typeof _gaq == 'object'){
			_gaq.push(['_trackEvent', 'MSDInfo Attachment', 'Download', this.href]);
		}	
 	});
});


