//-->
xpart1="Mich"; xpart2="ael"; xpart3=" Ahlb"; xpart4="erg";  
document.write(xpart1 + xpart2 + xpart3 + xpart4);
//  End -->