function pre_load(images) {
        var div = document.getElementById("hiddendiv");
        for (var i = 0; i < images.length; i++) {div.innerHTML += "<img src=\"" + images[i] + "\" />";}

}

img_form_hover = new Array(templateURL+"/img/form/hover_bottom_xml.png",
templateURL+"/img/form/hover_bottom_u.png",
templateURL+"/img/form/hover_bottom_php.png",
templateURL+"/img/form/hover_bottom_link.png",
templateURL+"/img/form/hover_bottom_java.png",
templateURL+"/img/form/hover_bottom_em.png",
templateURL+"/img/form/hover_bottom_code.png",
templateURL+"/img/form/hover_bottom_blockquote.png",
templateURL+"/img/form/hover_bottom_b.png",
templateURL+"/img/form/hover_bottom_as.png",
templateURL+"/img/form/bottom_sub_enable.png",
templateURL+"/img/remove_from_uc_animation.gif",
templateURL+"/img/add_to_uc_animation.gif",
templateURL+"/img/remove_from_uc_button_over.png",
templateURL+"/img/add_to_uc_button_over.png",
templateURL+"/img/form/hover_bottom_abc.png");
pre_load(img_form_hover);
function submitrun()
{
document.getElementById('commentform').submit();
}