You had an extra parenthesis on line 18 and forgot the $ in front of (this) later on the same line. It should read:
'OK': function() { window.location.replace($.cookie("confirmGo")); $(this).dialog('close'); },
Used jslint to locate those errors.
dxprog
2010-04-29 21:07:17