 function getBodyId() {
    var bdy = document.getElementsByTagName ("body");
    //alert(bdy[0].id);
	return bdy[0].id;
}