function swapContent(){
	var html= document.getElementById('swapContent').innerHTML;
	document.getElementById('pos1').innerHTML = html;
	 document.getElementById('swapContent').innerHTML = "";
}
