// JavaScript Document

// copy of dyp-debate-link.js but this is for old version of jquery,
// as homepage uses that
jQuery(document).ready(function() 
{
	
	jQuery("#cat-12").click(function()
		{
			window.location.href = "/debate/"; 
			
		}
	);
});
