function hostToImageshack()
{
    var form = document.getElementById('imageShackForm');
    form.submit();
}
