var tack = {
		
	init : function() {
		
		this.setupLinks();

	},
	
	setupLinks : function() {
		$("a[rel=flash]").click(function(){
			window.open(this.href);	
			pageTracker._trackPageview("/OUTGOING/updateFlash");
			return false;
		});
		$("a[rel=qbrick]").click(function(){
			window.open(this.href);	
			pageTracker._trackPageview("/FLASH/CREDITS/QBrick");
			return false;
		});
		$("a[rel=press]").click(function(){
			window.open(this.href);	
			pageTracker._trackPageview("/FLASH/CREDITS/www.draftfcb.se/global");
			return false;
		});
		$("a[rel=fwa]").click(function(){
			window.open(this.href);	
			pageTracker._trackPageview("/OUTGOING/FWA");
			return false;
		});
		$('a').focus(function() {
			this.blur();
		});
	}
	

};

$(document).ready(function() {
	tack.init();
});

if (window!=top){top.location.href='http://en.tackfilm.se';}