// JavaScript Document
$(document).ready(function() {
	
	$('div#onehalf_col_homepage').eq(1).append($('#homeNews'));
	
});
