$(function(){ 
	$("#podcast").click(function(){ 
		location.href="/us/en/it-risk-security/publications.jhtml";
	});
	$("a.pub_navigate span").remove();
	$("a.pub_right img").attr("src","/en_GX/gx/information-security-survey/assets/bigRightWhite.gif").show();
	$("a.pub_left img").attr("src","/en_GX/gx/information-security-survey/assets/bigLeftWhite.gif").show();
	
});
