if(document.getElementById('leftcontentpost') != null){
	var leftcontentpost = document.getElementById('leftcontentpost');
	//alert("Left Content Loading...");
	document.getElementById("leftcontent").appendChild(leftcontentpost);
}

if(document.getElementById('rightcontentpost') != null){
	var rightcontentpost = document.getElementById('rightcontentpost');
//	alert("Right Content Loading...");
	document.getElementById("rightcontent").appendChild(rightcontentpost);
}

if(document.getElementById('adpush') != null){
	var adpush = document.getElementById('adpush');
//	alert("Advertisement Content Loading...");
	document.getElementById("ads").appendChild(adpush);
}

