if (!window.google || !google.gears) {
document.write('Not Detected');
} else {
document.write(google.gears.factory.getBuildInfo());
}