function OnButton1()
{
    document.Form1.action = "http://tk.publicaster.com/DC/OptinFormActionNew.aspx?OptinFormID=960"    // Second target

    document.Form1.submit();        // Submit the page

    return true;
}