What is wrong with google analytics AS?

[FONT=Courier New, Courier, mono]on(release) {
getURL(“javascript: pageTracker._trackVisit
(’/bannerads/advertisername/bannername’);”);
getURL(“http://www.advertisersite.com”);
}

This is what they put on their help page for tracking outbound clicks for the new google analytics code. Three errors in Flash

The old code for urchin tracker which doesn’t have errors
[/FONT][FONT=Courier New, Courier, mono]on(release) {
getURL(“javascript:urchinTracker
(’/bannerads/advertisername/bannername’);”);
getURL(“http://www.advertisersite.com”);
}[/FONT]
[FONT=Courier New, Courier, mono]

[/FONT]