(364 . 32)(364 . 3)
7876 }
7877
7878 })(jQuery);
7879
7880
7881 jQuery(document).ready(function($){
7882 if ( 'undefined' != typeof google && google.gears ) return;
7883
7884 var gf = false;
7885 if ( 'undefined' != typeof GearsFactory ) {
7886 gf = new GearsFactory();
7887 } else {
7888 try {
7889 gf = new ActiveXObject('Gears.Factory');
7890 if ( factory.getBuildInfo().indexOf('ie_mobile') != -1 )
7891 gf.privateSetGlobalObject(this);
7892 } catch (e) {
7893 if ( ( 'undefined' != typeof navigator.mimeTypes ) && navigator.mimeTypes['application/x-googlegears'] ) {
7894 gf = document.createElement("object");
7895 gf.style.display = "none";
7896 gf.width = 0;
7897 gf.height = 0;
7898 gf.type = "application/x-googlegears";
7899 document.documentElement.appendChild(gf);
7900 }
7901 }
7902 }
7903 if ( gf && gf.hasPermission )
7904 return;
7905
7906 $('.turbo-nag').show();
7907 });