function headerHelloNew(){
document.write("")
document.write("שלום אורח")
document.write(" ")
document.write("התחבר")
}
function headerUserPic()
{
var userPic="null"
var existsPic=false
if(existsPic == true){
document.getElementById("userPic").src=userPic;
}
else
{
document.getElementById("userPic").src="/c/i/header/user_pict.gif";
}
}
function headerMessagesNum()
{
}
function headerHelloDisconnect()
{
}
function headerHelloYoetz(){
document.write(" ")
document.write("")
}