/*! MARAC Home v1 <http://nvinteractive.co.nz>
	Copyright (c) NV Interactive
	
	References:
		jquery-1.2.6.js
		
	Release Notes:

		
*/

marac_home_ui = function(){
	
	
	var init = function(){
		
		$("#internal_promotions").insertBefore("#highlights_wrapper");
		
		$("#news li[class!='last'] a").after("<span class='icon'>&nbsp;</span>");
		
		$("#footnote").insertAfter("#highlights_wrapper");
		
	}	
	
	return {
	/* Public API
	*/
	init: init
	}
		
}();



$(document).ready(marac_home_ui.init);
