$(document).ready(function(){
    //$(".wnSummaryLink").text("Full Story").show();
	$(".wnSummaryLink").html("<br />Full Story").show();
	//$("#WNCopyrightAlignment").prepend("<img src='http://ftpcontent.worldnow.com/ksfy/custom/footer/ft_logo.gif' border='0' style='margin-bottom:10px' />");
});

$("#WNCol2 #WNDS-20").ready(function(){
	$("#WNCol2 #WNDS-20 .wnDSHeader").css("position", "relative").find("h3 span:first").after("<div style='position:absolute; left:370px; top:0px;'><a href='/Global/category.asp?C=185288&nav=menu1798_3' style='font-size:11px; font-weight:100; color:#505050'>More &gt;&gt;</a></div>");
	$("#WNCol2 #WNDS-20 .wnDSHeader h3 a").mouseover(function(){
		$(this).css("text-decoration","underline");
	}).mouseout(function(){
		$(this).css("text-decoration","none");
	});
});

