new Ajax.Request(
targetUrl,
{
method:'get',
requestHeaders: ['Cache-Control','no-cache','If-Modified-Since','0'],
asynchronous:true,
onComplete:updates
}
);
new Ajax.Request(
targetUrl,
{
method:'get',
requestHeaders: ['Cache-Control','no-cache','If-Modified-Since','0'],
asynchronous:true,
onComplete:updates
}
);