function getAjaxWaitImage(){
    return getComPictureHost() + '/img/loading_icon.gif';
}

function getMsgBGImage1(){
    return getComPictureHost() + "/img/popup/rbox_1.gif";
}

function getMsgBGImage2(){
    return getComPictureHost() + "/img/popup/rbox_2.gif";
}

function getMsgBGImage3(){
    return getComPictureHost() + "/img/popup/rbox_3.gif";
}

function getMsgBGImage4(){
    return getComPictureHost() + "/img/popup/rbox_4.gif";
}

function getMsgBGImage6(){
    return getComPictureHost() + "/img/popup/rbox_6.gif";
}

function getMsgBGImage7(){
    return getComPictureHost() + "/img/popup/rbox_7.gif";
}

function getMsgBGImage8(){
    return getComPictureHost() + "/img/popup/rbox_8.gif";
}

function getMsgBGImage9(){
    return getComPictureHost() + "/img/popup/rbox_9.gif";
}

function getDefaultImage(){
    return getHost() + "/images/defaultImage/nophoto.jpg";
}

