var home = {
	init : function(){
		$('#swooshcard').flash({
			swf: '/sites/default/files/swoosh/TNT-SERIEnew.swf',
			height: 360,
			width: 822,
			wmode: 'transparent',
			flashvars: {
        xmlURL: "/swooshsfeednew/3234"
      }
		});
		
	$("#block-views-latestforumpost-block_1 .views-row").each(function(){
			var link = $(this).find(".views-field-subject a").attr("href");
			$(this).bind("click",function(){
			window.document.location =  link;
			});
	});
	
	}
};
