loadcombibox();

function loadcombibox()
{
if(typeof(theme) != "undefined"){
document.write("<iframe title=\"shoutbox\" src='http://www.roundegg.com/sn_combi/reshoutout.aspx?sbo=" + combiid + "&vlogcol=" + vlogcol + "&vlogrow=" + vlogrow + "&language=" + language + "&combimode=" + combimode + "&theme=" + theme + "' width='" + combiwidth + "px' height='" + combiheight + "px' frameborder=\"0\" scrolling=\"no\"></iframe>");
}
else{
document.write("<iframe title=\"shoutbox\" src='http://www.roundegg.com/sn_combi/reshoutout.aspx?sbo=" + combiid + "&vlogcol=" + vlogcol + "&vlogrow=" + vlogrow + "&language=" + language + "&combimode=" + combimode + "' width='" + combiwidth + "px' height='" + combiheight + "px' frameborder=\"0\" scrolling=\"no\"></iframe>");
}

} 
           
              
          
           