function initGuestbook()
{
	var frm = document.forms[0];
	if ( !frm ) {
		return;
	}
	frm.setAttribute( 'action', 'guestbook_add.php' );
}
