$(document).ready(function() 
{
	/*=================================================
	== Turn homepage news into large link targets ==
	=================================================*/	

		if($("#left-col #news li h2 a").length)
		{
			$("#left-col #news li h2 a").bigTarget();
		}

});