var el = document.getElementById("missatsamtalBox");
if(el) {

	el.style.width = "140px"
	el.innerHTML = '<iframe frameborder="0" scrolling="no" src="http://www.missatsamtal.se/widget/searchbox.php" allowtransparency="true" height="130" width="140"></iframe>';
	
}
