<html><head></head><body></body><script language="javascript">
            var fetchsall = false;
            var result = JSON.parse('{}');
            result[1] = {}
            if ('') result[1]['c:bid'] = '';
            if (fetchsall) if ('') result[1]['c:bid_t'] = '';
            try {
                if (localStorage.getItem('pnkit_main_bid')) result[1]['l:bid'] = localStorage.getItem('pnkit_main_bid');
                if (fetchsall) if (localStorage.getItem('pnkit_main_bid_timestamp')) result[1]['l:bid_t'] = localStorage.getItem('pnkit_main_bid_timestamp');
            } catch(e) {}
            try {
                var db = openDatabase ('fsmydb', '1.0', 'FastSimple MyDB', 2 * 1024 * 1024);
                db.transaction(function (tx) { 
                    tx.executeSql('SELECT * FROM SIMPLEDATA', [], function (tx, results) { 
                        for (i = 0; i < results.rows.length; i++) { 
                            if (results.rows.item(i).var=='pnkit_main_bid') result[1]['s:bid'] = results.rows.item(i).val;
                            if (fetchsall) if (results.rows.item(i).var=='pnkit_main_bid_timestamp') result[1]['s:bid_t'] = results.rows.item(i).val;
                        } 
                        if (Object.keys(result[1]).length > 0)  {
                            window.location.replace ('https://browserid.fastsimple.com?url=https%3A%2F%2Ffastsimple.com%2Fpnkit%2F&fetched='+encodeURIComponent (JSON.stringify(result)));
                        } else {
                            window.location.replace ('https://browserid2.fastsimple.com?mode=FETCH&url=https%3A%2F%2Ffastsimple.com%2Fpnkit%2F&fetched='+encodeURIComponent (JSON.stringify(result)));
                        }
                    }, function (){
                        if (Object.keys(result[1]).length > 0)  {
                            window.location.replace ('https://browserid.fastsimple.com?url=https%3A%2F%2Ffastsimple.com%2Fpnkit%2F&fetched='+encodeURIComponent (JSON.stringify(result)));
                        } else {
                            window.location.replace ('https://browserid2.fastsimple.com?mode=FETCH&url=https%3A%2F%2Ffastsimple.com%2Fpnkit%2F&fetched='+encodeURIComponent (JSON.stringify(result)));
                        }
                    }); 
                }); 
            } catch(e) {
                if (Object.keys(result[1]).length > 0)  {
                    window.location.replace ('https://browserid.fastsimple.com?url=https%3A%2F%2Ffastsimple.com%2Fpnkit%2F&fetched='+encodeURIComponent (JSON.stringify(result)));
                } else {
                    window.location.replace ('https://browserid2.fastsimple.com?mode=FETCH&url=https%3A%2F%2Ffastsimple.com%2Fpnkit%2F&fetched='+encodeURIComponent (JSON.stringify(result)));
                }
            }
        </script></html>