$wn(document).ready(function(){
	// SUBMIT BUTTONS
	$(".wnDVQuickSignup input.wnSubmit").each(function(){
		$(this).replaceWith("<input type='image' class='wnSubmit swap' value='Submit' src='http://ftpcontent.worldnow.com/noco/custom/button_submit.gif'>")
	});
	$(".wnDVQuickForm input.wnSubmit").each(function(){
		$(this).replaceWith("<input type='image' class='wnSubmit swap' value='Submit' src='http://ftpcontent.worldnow.com/noco/custom/button_submit.gif'>")
	});
	$(".wnPollForm input.wnSubmit").each(function(){
		$(this).replaceWith("<input type='image' class='wnSubmit swap' value='Submit' src='http://ftpcontent.worldnow.com/noco/custom/button_vote.gif'>")
	});
	
	// HEADLINES IN COL2 CONTAINERS
	$wn("#WNCol2 #WNDS7 .wnDVSummary").each(function(){
		if($wn(this).find(".wnImage").length){
			$wn(this).find(".wnRole-STORY").insertAfter($wn(this).find(".wnImage"))
		}
	});
	$wn("#WNCol2 #WNDS82 .wnDVSummary").each(function(){
		if($wn(this).find(".wnImage").length){
			$wn(this).find(".wnRole-STORY").insertAfter($wn(this).find(".wnImage"))
		}
	});

	// ELEMENTs IN COL3
	$wn("#WNCol3 .wnDVSummary").each(function(){
		if($wn(this).find(".wnImage").length){
			$wn(this).find("h4").insertAfter($wn(this).find(".wnImage"))
		}
	});
	
	//Breaking News
	if($("#WNDS-30").length){
		$("#WNBrandingImage").attr("src","http://ftpcontent.worldnow.com/noco/custom/hdr_branding_breakingnews.jpg");
	}
/* OPTIMUS V1 CODE */
	//Breaking News
	if($("#DisplaySizeId-30").length){
		$("#WNBrandingImage").attr("src","http://ftpcontent.worldnow.com/noco/custom/hdr_branding_breakingnews.jpg");
	}
	/* OPTIMUS UPDATE */
	// ELEMENTS IN COL3
	$wn("#WNCol3").find(".feature").each(function () {
		if ($wn(this).find(".summaryImage").length) {
			$wn(this).find(".headline").insertAfter($wn(this).find(".summaryImage:last"))
		}
	});
});

