function postIt(toPostName, toPostComment, subscriberStatus) {
if ((toPostName.length > 0) && (toPostComment.length > 0)) {
var sub_window=window.open('http://www.prophecy-i.com/guestbook/guestbook.php?action=gb_post&gbid=851&subscriber=' + subscriberStatus + '&gb_post_name=' + escape(toPostName) + '&gb_post_comment=' + escape(toPostComment),'PostToGuestbook','width=260,height=260,resizable=0,margin=0');
ask_reload='Changes to the guestbook will not be visable to you until it is reloaded. Reload now?'; if (confirm(ask_reload)) { reloadMyself(); } } else {
alert('Both the Name AND Comment field must be filled in.');
}
}
function reloadMyself() {
document.location.reload(true);
}
document.write('