pageTracker._initData();
// Change the referrer to have the right keyword in it
if (pageTracker.qa.search(/images.google/) != -1 && pageTracker.qa.search(/prev/) != -1) {
regex = new RegExp("images.google.([^\/]+).*&prev=([^&]+)");
var match = regex.exec(pageTracker.qa);
pageTracker.qa = "http://images.google." + match[1] + unescape(match[2]);
}

