myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
myGears = { createStore : function () { if ( 'undefined' == typeof google || ! google.gears ) return ; if ( 'undefined' == typeof localServer ) localServer = google.gears.factory.create( "beta.localserver" ); store = localServer.createManagedStore( this .storeName()); store.manifestUrl = "gears-manifest.php" ; store.checkForUpdate(); this .window(); }, getPermission : function () { if ( 'undefined' != typeof google && google.gears ) { if ( ! google.gears.factory.hasPermission ) google.gears.factory.getPermission( 'MySite' , 'images/logo.png' ); try { this .createStore(); } catch (e) {} // , } }, storeName : function () { var name = window.location.protocol + window.location.host; // gears beta name = name.replace(/[\/\\:*?<>|;,]+/g, '_' ); name = name.substring(0, 64); // - 64 return name; }, window : function (show) { var t = this , msg1 = tI( 'gears-msg1' ), msg2 = tI( 'gears-msg2' ), msg3 = tI( 'gears-msg3' ), num = tI( 'gears-upd-number' ), wait = tI( 'gears-wait' ); if ( ! msg1 ) return ; if ( 'undefined' != typeof google && google.gears ) { if ( google.gears.factory.hasPermission ) { msg1.style.display = msg2.style.display = 'none' ; msg3.style.display = 'block' ; if ( 'undefined' == typeof store ) t.createStore(); store.oncomplete = function (){wait.innerHTML = ( ' ' );}; store.onerror = function (){wait.innerHTML = ( ' : ' + store.lastErrorMessage);}; store.onprogress = function (e){ if (num) num.innerHTML = ( ' ' + e.filesComplete + ' / ' + e.filesTotal);}; } else { msg1.style.display = msg3.style.display = 'none' ; msg2.style.display = 'block' ; } } if ( show ) tI( 'gears-info-box' ).style.display = 'block' ; }, I : function (id) { return document .getElementById(id); } }; // gears_init.js // gears ( function () { if ( 'undefined' != typeof google && google.gears ) return ; var gf = false ; if ( 'undefined' != typeof GearsFactory ) { gf = new GearsFactory(); } else { try { gf = new ActiveXObject( 'Gears.Factory' ); if ( factory.getBuildInfo().indexOf( 'ie_mobile' ) != -1 ) gf.privateSetGlobalObject( this ); } catch (e) { if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes[ 'application/x-googlegears' ] ) { gf = document .createElement( "object" ); gf.style.display = "none" ; gf.width = 0; gf.height = 0; gf.type = "application/x-googlegears" ; document .documentElement.appendChild(gf); } } } if ( ! gf ) return ; if ( 'undefined' == typeof google ) google = {}; if ( ! google.gears ) google.gears = { factory : gf }; })(); * This source code was highlighted with Source Code Highlighter .
if ( 'undefined' == typeof google || ! google.gears ) return;
if ( 'undefined' == typeof localServer )
localServer = google.gears.factory.create("beta.localserver");
store = localServer.createManagedStore(this.storeName());
store.checkForUpdate();
this.window();
if ( ! google.gears.factory.hasPermission )
google.gears.factory.getPermission( 'MySite', 'images/logo.png' );
* This source code was highlighted with Source Code Highlighter .
- < div id = "gears-info-box" class = "info-box" style = "display: none;" >
- < div id = "gears-msg1" > < button class = "button" onclick = "window.location = 'http://gears.google.com/?action=install&return=http%3A%2F%2Fyousite% 2F '; " > Install Now </ button >
- < button class = "button" style = "margin-left: 10px;" onclick = "document.getElementById ('gears-info-box'). style.display = 'none';" > Cancel </ button > </ div >
- < div id = "gears-msg2" style = "display: none;" >
- < div class = "submit" > < button class = "button" onclick = "myGears.getPermission ();" > Enable Gears </ button >
- < button class = "button" style = "margin-left: 10px;" onclick = "document.getElementById ('gears-info-box'). style.display = 'none';" > Cancel </ button > </ div >
- < div id = "gears-msg3" style = "display: none;" >
- Local storage status: < span id = "gears-wait" > < span style = "color: # ff0000;" > Please wait! Loading files: </ span > </ span >
- < button class = "button" onclick = "document.getElementById ('gears-info-box'). style.display = 'none';" > Close </ button > </ div >
- </ div >
- </ div >
store.manifestUrl = "gears-manifest.php";
{
"betaManifestVersion": 1,
"version": " ",
"entries": [
{ "url" : "images/morgue/bg01.jpg" },
{ "url" : "images/bar/button.jpg" }
]}
Source: https://habr.com/ru/post/38391/
All Articles