$wn(document).ready(function(){
	// SEARCH BOX SUBMIT BUTTONS
	$("#WNContainerMemberSearch-cols2345top input.wnSubmit").replaceWith("<input type='image' class='wnSubmit swap' value='Submit' src='http://ftpcontent.worldnow.com/wltzcw/custom/search_submit.gif' />");

	// COL.4 NESTED CATEGORY
	$("#WNCol4 .wnDVNestedCategory .wnDVSummary").each(function(){
		$(this).find(".wnImage").prependTo($(this));
	});
});

