Ajax and opera webbrowser, ajax no worky

hi,
i just recently got a small internet tablet nokia n800 that uses opera.
however, when browsing to my sites that use ajax, they dont work well. a
person in another forum posted this bit of code…

function DoAjaxStuff() {
new Ajax.Request(’/stuff’, { method: ‘get’,
requestHeaders:[‘Referer’, document.location.href],
asynchronous: true });
}

now how can i implement that in my rails code?

thanks