PageRankr 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +2 -1
- data/PageRankr.gemspec +3 -1
- data/README.md +25 -1
- data/Rakefile +3 -1
- data/lib/page_rankr/backlinks/yahoo.rb +1 -1
- data/lib/page_rankr/version.rb +1 -1
- data/spec/edge_cases_spec.rb +5 -1
- data/spec/fixtures/vcr_cassettes/alexa_ranks_edge_case_1.yml +47 -0
- data/spec/fixtures/vcr_cassettes/failure_backlinks.yml +407 -0
- data/spec/fixtures/vcr_cassettes/failure_indexes.yml +312 -0
- data/spec/fixtures/vcr_cassettes/failure_ranks.yml +77 -0
- data/spec/fixtures/vcr_cassettes/success_backlinks.yml +1259 -0
- data/spec/fixtures/vcr_cassettes/success_indexes.yml +380 -0
- data/spec/fixtures/vcr_cassettes/success_ranks.yml +589 -0
- data/spec/page_rankr_spec.rb +30 -6
- data/spec/spec_helper.rb +6 -0
- metadata +107 -79
- data/Gemfile.lock +0 -42
@@ -0,0 +1,312 @@
|
|
1
|
+
---
|
2
|
+
- !ruby/struct:VCR::HTTPInteraction
|
3
|
+
request: !ruby/struct:VCR::Request
|
4
|
+
method: :get
|
5
|
+
uri: http://ajax.googleapis.com:80/ajax/services/search/web?q=site%3Aplease-dont-register-a-site-that-breaks-this-test.com&rsz=1&v=1.0
|
6
|
+
body: !!null
|
7
|
+
headers: !!null
|
8
|
+
response: !ruby/struct:VCR::Response
|
9
|
+
status: !ruby/struct:VCR::ResponseStatus
|
10
|
+
code: 200
|
11
|
+
message: OK
|
12
|
+
headers:
|
13
|
+
cache-control:
|
14
|
+
- no-cache, no-store, max-age=0, must-revalidate
|
15
|
+
pragma:
|
16
|
+
- no-cache
|
17
|
+
expires:
|
18
|
+
- Fri, 01 Jan 1990 00:00:00 GMT
|
19
|
+
date:
|
20
|
+
- Mon, 15 Aug 2011 10:07:58 GMT
|
21
|
+
content-type:
|
22
|
+
- text/javascript; charset=utf-8
|
23
|
+
x-embedded-status:
|
24
|
+
- '200'
|
25
|
+
x-content-type-options:
|
26
|
+
- nosniff
|
27
|
+
x-frame-options:
|
28
|
+
- SAMEORIGIN
|
29
|
+
x-xss-protection:
|
30
|
+
- 1; mode=block
|
31
|
+
server:
|
32
|
+
- GSE
|
33
|
+
transfer-encoding:
|
34
|
+
- chunked
|
35
|
+
body: ! '{"responseData": {"results":[],"cursor":{"moreResultsUrl":"http://www.google.com/search?oe\u003dutf8\u0026ie\u003dutf8\u0026source\u003duds\u0026start\u003d0\u0026hl\u003den\u0026q\u003dsite:please-dont-register-a-site-that-breaks-this-test.com"}},
|
36
|
+
"responseDetails": null, "responseStatus": 200}'
|
37
|
+
http_version: '1.1'
|
38
|
+
- !ruby/struct:VCR::HTTPInteraction
|
39
|
+
request: !ruby/struct:VCR::Request
|
40
|
+
method: :get
|
41
|
+
uri: http://www.bing.com:80/search?q=site%3Aplease-dont-register-a-site-that-breaks-this-test.com
|
42
|
+
body: !!null
|
43
|
+
headers: !!null
|
44
|
+
response: !ruby/struct:VCR::Response
|
45
|
+
status: !ruby/struct:VCR::ResponseStatus
|
46
|
+
code: 200
|
47
|
+
message: OK
|
48
|
+
headers:
|
49
|
+
cache-control:
|
50
|
+
- private, max-age=0
|
51
|
+
content-type:
|
52
|
+
- text/html; charset=utf-8
|
53
|
+
content-encoding:
|
54
|
+
- gzip
|
55
|
+
expires:
|
56
|
+
- Mon, 15 Aug 2011 10:06:58 GMT
|
57
|
+
p3p:
|
58
|
+
- CP="NON UNI COM NAV STA LOC CURa DEVa PSAa PSDa OUR IND"
|
59
|
+
date:
|
60
|
+
- Mon, 15 Aug 2011 10:07:58 GMT
|
61
|
+
transfer-encoding:
|
62
|
+
- chunked
|
63
|
+
connection:
|
64
|
+
- keep-alive
|
65
|
+
- Transfer-Encoding
|
66
|
+
vary:
|
67
|
+
- Accept-Encoding
|
68
|
+
set-cookie:
|
69
|
+
- _SS=SID=8749DE7DE1A44E699FAB9B3976DCA369; domain=.bing.com; path=/
|
70
|
+
- MUID=5556ECAF54FE4F8EBBD441F0F01B49EC; expires=Wed, 14-Aug-2013 10:07:57 GMT;
|
71
|
+
domain=.bing.com; path=/
|
72
|
+
- OrigMUID=5556ECAF54FE4F8EBBD441F0F01B49EC%2c1d3907b60b704cbdaf13fcfc9972a165;
|
73
|
+
expires=Wed, 14-Aug-2013 10:07:57 GMT; domain=.bing.com; path=/
|
74
|
+
- OVR=flt=0&flt2=0&flt3=0&flt4=0&flt5=0&flt6=0&flt7=0&flt8=0&flt9=0&flt10=0&flt11=0&ramp1=0&release=or3&preallocation=0&R=1;
|
75
|
+
domain=.bing.com; path=/
|
76
|
+
- SRCHD=D=1904287&MS=1904287&AF=NOFORM; expires=Wed, 14-Aug-2013 10:07:57 GMT;
|
77
|
+
domain=.bing.com; path=/
|
78
|
+
- SRCHUID=V=2&GUID=80A7B155E536425FB1394202DD10627F; expires=Wed, 14-Aug-2013
|
79
|
+
10:07:57 GMT; path=/
|
80
|
+
- SRCHUSR=AUTOREDIR=0&GEOVAR=&DOB=20110815; expires=Wed, 14-Aug-2013 10:07:57
|
81
|
+
GMT; domain=.bing.com; path=/
|
82
|
+
body: ! '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html
|
83
|
+
lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:Web="http://schemas.live.com/Web/"><head><meta
|
84
|
+
content="text/html; charset=utf-8" http-equiv="content-type" /><script type="text/javascript">//<![CDATA[
|
85
|
+
|
86
|
+
si_ST=new Date
|
87
|
+
|
88
|
+
//]]></script><script type="text/javascript">//<![CDATA[
|
89
|
+
|
90
|
+
_G={ST:(si_ST?si_ST:new Date),Mkt:"en-US",RTL:false,Ver:"7_07_0_1019875",IG:"1d3907b60b704cbdaf13fcfc9972a165",EventID:"EAE419E3FF044F339E51A91CA9194821",P:"SERP",DA:"Bl2",CID:"5556ECAF54FE4F8EBBD441F0F01B49EC",SUIH:"RzvICpdMzcuakzgGBYhv1g",PCId:"1",cUrl:"http:\/\/c.bing.com\/c.gif?DI=15074",akamaiSyncUrl:"http:\/\/cms.abmr.net\/pix?cid=1237&uid=",gpUrl:"\/fd\/ls\/GLinkPing.aspx?"};_G.lsUrl="/fd/ls/l?IG="+_G.IG+"&CID="+_G.CID+"&PM=Y";curUrl="http:\/\/www.bing.com\/search";function
|
91
|
+
si_T(a){if(document.images){_G.GPImg=new Image;_G.GPImg.src=_G.gpUrl+''IG=''+_G.IG+''&CID=''+_G.CID+''&PM=Y''+a;}return
|
92
|
+
true;};sb_gh=function(){return location.hash};sb_sh=function(a){location.hash=a};_w=window;_d=document;sb_de=_d.documentElement;sb_ie=!!_w.ActiveXObject;sb_i6=sb_ie&&!_w.XMLHttpRequest;function
|
93
|
+
_ge(a){return _d.getElementById(a)}sb_st=_w.setTimeout;sb_ct=_w.clearTimeout;sb_gt=function(){return(new
|
94
|
+
Date).getTime()};function si_PP(e,c){if(!_G.PPS){for(var d=''"'',b=["PC","FC","BC","BS","H","FE","LE","C1","C2","BP","KP"],a=0;a<b.length;a++)d+='',"''+b[a]+''":''+(_G[b[a]+"T"]?_G[b[a]+"T"]-_G.ST:-1);_G.PPImg=new
|
95
|
+
Image;_G.PPImg.src=_G.lsUrl+''&Type=Event.CPT&DATA={"pp":{"S":"''+(c?c:"L")+d+'',"CT":''+(e-_G.ST)+'',"IL":''+_d.images.length+(_w.sb_ppCPL?'',"CP":1'':"")+"}}"+(_G.P?"&P="+_G.P:"")+(_G.DA?"&DA="+_G.DA:"");_G.PPS=1;sb_st(function(){sj_evt.fire("onPP")},1)}}_w.onbeforeunload=function(){si_PP(new
|
96
|
+
Date,"A")};sj_evt=new function(){var a={},b=this;function c(b){return a[b]||(a[b]=[])}b.fire=function(e){for(var
|
97
|
+
a=c(e),d=a.e=arguments,b=0;b<a.length;b++)if(a[b].d)sb_st(sj_wf(a[b],d),a[b].d);else
|
98
|
+
a[b](d)};b.bind=function(f,a,d,e){var b=c(f);a.d=e;b.push(a);d&&b.e&&a(b.e)};b.unbind=function(e,d){for(var
|
99
|
+
c=0,b=a[e];b&&c<b.length;c++)if(b[c]==d){b.splice(c,1);break}}};
|
100
|
+
|
101
|
+
//]]></script><style type="text/css">body{color:#000;background:#fff url(/fd/s/a/sw1.png)
|
102
|
+
repeat-x 0 -91px;font:small/normal Arial,Helvetica,Sans-Serif;margin:0;min-width:987px}a{color:#04c;text-decoration:none}a:visited{color:#639}a:hover,h3
|
103
|
+
a{text-decoration:underline}h1,h2,h3,h4,h5,h6{font-size:small;font-weight:200;margin:0}h1{font-size:93%}h2,h3{font-size:125%}h1,h1
|
104
|
+
a,h1 a:visited,h2,h2 a,h2 a:visited{color:#e66400}h2{margin:0 0 .62em}img{border:0}cite,.sb_cite{color:#388222;font-style:normal;word-wrap:break-word}strong{font-weight:700}.sb_count,.sb_meta{color:#737373}.sb_meta
|
105
|
+
a,.sb_meta a:visited{color:#5077bb}.sb_alert{color:#d90026}.sb_alert a{font-style:italic}#sw_hdr,#sw_content,#sw_main,#sw_foot{width:100%;float:left}#sw_content{position:static;z-index:3;min-height:344px}#sw_canvas{padding:0
|
106
|
+
0 0 15px;clear:both}#sw_main{_display:inline;margin:0 0 0 -15px;padding:0 0
|
107
|
+
1.54em 15px}.sb_results,.sb_results ul,.sb_results li{list-style-type:none;margin:0;padding:0}.sb_results
|
108
|
+
p,.sb_results .sb_meta{margin:0;line-height:1.2em;word-wrap:break-word}.sp_pss
|
109
|
+
li{display:inline}.sb_pag{padding:0;margin:0;width:100%;float:left}.sb_pag ul,.sb_pag
|
110
|
+
li{list-style:none;margin:0;padding:0}.sb_pag li{float:left}.sb_pag h4{display:none}.sb_pag
|
111
|
+
a,.sb_pag span{display:block;padding:.3em .7em;margin:0 .38em 0 0;text-align:center}a.sb_pagP,a.sb_pagN,span.sb_pagSp{padding:.38em
|
112
|
+
.5em}.sb_pag a:hover,a.sb_pagS{text-decoration:none;background:#ededed}a.sb_pagS{color:#000}a.sb_pagP{margin-right:.7em;padding-left:0}a:hover.sb_pagP,a:hover.sb_pagN{text-decoration:underline;background-color:transparent}a.sb_pagP:visited,a.sb_pagN:visited{color:#04c}#sw_hdr{min-height:70px;_height:70px;padding:0
|
113
|
+
0 30px 0}#sw_im{position:absolute;z-index:-1;height:100px;width:620px;top:0;left:190px;background:no-repeat;opacity:0;filter:alpha(opacity=0)}.sw_logo{background:url(/fd/s/a/sw1.png)
|
114
|
+
no-repeat 0 -48px;_display:inline;height:40px;width:112px;margin:-39px 52px
|
115
|
+
0 20px;float:left}.sw_logoT{color:#000;font-size:170%;line-height:normal;position:absolute;z-index:-1}#sw_hdr
|
116
|
+
.sw_box{padding:49px 0 0;margin:0;float:left;position:relative;z-index:1001;width:100%;line-height:1.38em}#sw_hdr
|
117
|
+
.sw_bd{margin-top:-2.43em}.sb_form_align{margin:-50px 0 0 600px;padding:0 0
|
118
|
+
0 .53em}.sw_box .sb_form_align{text-align:right;padding:0}.sw_t,.sw_t *,.sw_t
|
119
|
+
a:visited{color:#fff}.sw_t{line-height:1.52em;width:100%;float:left}.sw_tc{background:#525051
|
120
|
+
url(/fd/s/a/sw1.png) 0 -91px;background:-webkit-gradient(linear,left top,left
|
121
|
+
bottom,from(#768b9e),to(#9fabb9));position:absolute;left:0;z-index:-2;height:1.5em;width:100%}.sw_t
|
122
|
+
ul{float:left;margin:0;padding:0 0 0 20px}.sw_t li{padding:0 .85em 0 0;display:inline;zoom:1}ul.sw_tm{padding:0}ul.sw_tn{float:right;white-space:nowrap;padding:0
|
123
|
+
20px}.sw_tn li,.sw_tl{padding:0 0 0 .85em}.sw_u{font-weight:bold;padding:0 .77em
|
124
|
+
0 0}.sw_tl{position:relative;display:inline;z-index:1003}.sw_tl a:hover,.sw_tl
|
125
|
+
a:hover .sw_tla{text-decoration:none}.sw_tl a:hover span{text-decoration:underline}#sw_tll
|
126
|
+
span{margin:0 0 -2px .38em}.sw_tlia,.sw_tliw,.sw_tlif{width:17px;height:16px;display:-moz-inline-box;display:inline-block;vertical-align:middle;background:url(/fd/s/a/sw1.png)
|
127
|
+
-77px -12px}.sw_tlif{width:13px;height:13px;background-position:0 -29px}#sw_tlm,.sw_tlin,#sw_tfbb{display:none}.sw_tla{font-size:75%;margin-left:.38em}.sw_me{width:4.5em;text-align:center}#sw_meCtrl
|
128
|
+
.sw_meIc{background:url(/fd/s/a/sw1.png) -43px -12px;display:inline-block;height:15px;margin:0
|
129
|
+
.08em 0 .33em;width:15px;vertical-align:middle}#hp_sw_hdr .sw_meWrap{margin-right:.85em;padding-left:.85em}#sw_meCtrl
|
130
|
+
span{margin:0}a#sw_meCtrl{padding:0 5px}.sw_bd{position:relative;float:left;font-size:medium}.sw_b{float:left;border:1px
|
131
|
+
#e5e5e5 solid;background:#fff;padding:.19em .19em 1.06em 0}.sw_b input{float:left;border:0;margin:0
|
132
|
+
0 -.88em;font-size:100%;padding:.19em .31em .25em .56em;height:1.25em;line-height:1.25em;width:23.45em;-webkit-appearance:none;outline:none}.sw_b
|
133
|
+
.sw_qbtn{background:#e66400 url(/fd/s/a/sw1.png) 0 -1px;cursor:pointer;height:27px;width:27px;padding:27px
|
134
|
+
0 0;margin:0 0 -14px;overflow:hidden;font-size:0}#sw_as{left:-1px;position:relative;clear:both;display:none;font-size:small}</style><script
|
135
|
+
type="text/javascript">//<![CDATA[
|
136
|
+
|
137
|
+
function sj_wf(a){var b=arguments;return function(){a.apply(null,[].slice.apply(b).slice(1))}};function
|
138
|
+
sj_be(a,b,c,d){if(a.addEventListener)a.addEventListener(b,c,d);else if(a.attachEvent)a.attachEvent("on"+b,c);else
|
139
|
+
a["on"+b]=c}function sj_ue(a,b,c,d){if(a.removeEventListener)a.removeEventListener(b,c,d);else
|
140
|
+
if(a.detachEvent)a.detachEvent("on"+b,c);else a["on"+b]=null};function sj_anim(k){var
|
141
|
+
a=this,j,d,h,g,c,e,i,b,f;a.init=function(m,g,k,l,h){j=m;c=g;e=k;i=l;f=h;if(!b)b=c;!d&&a.start()};a.start=function(){h=sb_gt();g=Math.abs(e-c-b)/i*25;d=setInterval(a.next,25)};a.stop=function(){clearInterval(d);d=0};a.next=function(){var
|
142
|
+
d=sb_gt()-h;b=c+(e-c)*d/g;if(d>=g){a.stop();b=e;f&&f()}k(j,b)}};function sj_so(b,a){b.style.filter=a>=100?"":"alpha(opacity="+a+")";b.style.opacity=a/100};function
|
143
|
+
sj_fader(){return new sj_anim(function(b,a){sj_so(b,a)})};function sj_ce(d,c,b){var
|
144
|
+
a=_d.createElement(d);if(c)a.id=c;if(b)a.className=b;return a};function sj_jb(h,f){for(var
|
145
|
+
b=arguments,e,d,a=2,g={n:h};a<b.length;a+=2){e=b[a];d=b[a+1];sj_be(e,d,sj_wf(c,g,f,e,d))}a<3&&c(g,f);function
|
146
|
+
c(a,d,b,e){b&&sj_ue(b,e,c);sj_evt.bind("onP1",function(){if(!a.l){a.l=1;var
|
147
|
+
b=sj_ce("script");b.src=(d?"/fd/sa/"+_G.Ver:"/sa/"+_G.AppVer)+"/"+a.n+".js";sj_b.appendChild(b)}},1,5)}};function
|
148
|
+
sj_gx(){return sb_i6?new ActiveXObject("MSXML2.XMLHTTP"):new XMLHttpRequest};function
|
149
|
+
sj_sp(a){if(sb_ie)a.cancelBubble=true;else a.stopPropagation()};function sj_ev(a){return
|
150
|
+
sb_ie?event:a}function sj_et(a){return sb_ie?event.srcElement:a.target}function
|
151
|
+
sj_mi(a){return sb_ie?event.fromElement:a.relatedTarget}function sj_mo(a){return
|
152
|
+
sb_ie?event.toElement:a.relatedTarget};function sj_pd(a){if(sb_ie)event.returnValue=false;else
|
153
|
+
a.preventDefault()};function sj_we(a,c,b){while(a&&a!=(b||sj_b)){if(a==c)return!0;a=a.parentNode}return!1};function
|
154
|
+
sj_go(a,c,d){var b=0;while(a.offsetParent&&a!=(d||sj_b)){b+=a["offset"+c];a=a.offsetParent}return
|
155
|
+
b};function si_fbInit(d,c,e){var a=this;a.appNs=d;a.wfId=e;var b=0;a.loadCard=function(){if(!b){sj_jb(c,1);b=1}};a.openCard=function(){}};(function(){var
|
156
|
+
e,a=0,c=sj_evt,b=[];_w.si_PP&&b.push("onPP");for(;a<b.length;a++)c.bind(b[e=a],d,1);!a&&d();function
|
157
|
+
d(){--e<1&&c.fire("onP1")}})();function lb(){var e=sj_evt,f="onSbBusy",b;e.bind(f,d,1);function
|
158
|
+
d(a){b=a[1];e.unbind(f,d)}for(var a=1;a<4;++a){var g="sb_form"+(a>1?a:""),c=_ge(g);c&&!(b&&_ge(g+"_q")==b)&&c.reset&&c.reset()}_w.si_sendCReq&&sb_st(si_sendCReq,800);_w.lbc&&lbc()}(function(){var
|
159
|
+
a=sj_evt,c="onSbBusy",b=null;a.bind(c,function(){sb_ct(b);b=sb_st(sj_wf(a.fire,"onSbIdle"),1100)});sj_be(_d,"keydown",function(b){a.fire(c,sj_et(b))})})();sj_evt.bind("onHTML",function(){var
|
160
|
+
a=_ge("sb_form");a&&sj_be(a,"submit",sj_wf(sj_evt.fire,"onSearch",a))});function
|
161
|
+
init(){};
|
162
|
+
|
163
|
+
//]]></script><title>site:please-dont-register-a-site-that-breaks-this-test.com
|
164
|
+
- Bing</title><style type="text/css">#content{margin:0 0 0 -15px;padding:0 271px
|
165
|
+
0 0;max-width:666px}#results_area{float:left;width:100%}#results_container{padding:0
|
166
|
+
15px}#sidebar{float:left;margin:0 -271px 0 0;padding:0 15px 0 26px;width:230px;word-wrap:break-word}.sb_vdl{width:100%;margin-top:.4em}#results:after,.sb_vdl:after{clear:both;content:''.'';display:block;height:0;visibility:hidden}.sb_vdl
|
167
|
+
ul{max-width:34%;_width:34%;margin:0 1.51em 0 3.11em;_margin:0 2.55em 0 1.18em;float:left}.sb_vdl
|
168
|
+
li{text-indent:-.77em;_text-indent:0;a:0}.sb_ph{margin:0 0 .93em;text-align:right;color:#737373}.sb_ph
|
169
|
+
h1{float:left;color:#737373;text-transform:uppercase}.sc_bullet{margin:0 0 0
|
170
|
+
.47em;font-size:93%}.sb_ph a{color:#737373;text-decoration:underline}</style><link
|
171
|
+
href="/s/wlflag.ico" rel="icon"/><link href="/search?q=site%3aplease-dont-register-a-site-that-breaks-this-test.com&format=rss"
|
172
|
+
rel="alternate" title="XML" type="text/xml"/><link href="/search?q=site%3aplease-dont-register-a-site-that-breaks-this-test.com&format=rss"
|
173
|
+
rel="alternate" title="RSS" type="application/rss+xml"/><!-- FD: 64ACC858B02A6CDAA716BA0234EB233E
|
174
|
+
--></head><body class="en en-US" onload="if(_w.lb)lb();"><script type="text/javascript">//<![CDATA[
|
175
|
+
|
176
|
+
_G.PCT=new Date
|
177
|
+
|
178
|
+
//]]></script><script type="text/javascript">//<![CDATA[
|
179
|
+
|
180
|
+
si_fb=new si_fbInit(''FD.1'',''fbbsqr_c'',''wf11'');sj_b=_d.body;
|
181
|
+
|
182
|
+
//]]></script><!--snr2--><script type="text/javascript">//<![CDATA[
|
183
|
+
|
184
|
+
_G.AppVer="7_07_0_1019990";
|
185
|
+
|
186
|
+
//]]></script><div id="sw_page"><div id="sw_width"><div id="sw_hdr"><div id="sw_im"></div><div
|
187
|
+
class="sw_t"><div class="sw_tc"></div><ul id="sch_scopes"><li><a href="/?scope=web&FORM=Z9FD"
|
188
|
+
onmousedown="return si_T(''&ID=FD,23.1'')">Web</a></li><li><a href="/images/search?q=site%3aplease-dont-register-a-site-that-breaks-this-test.com&FORM=BIFD"
|
189
|
+
onmousedown="return si_T(''&ID=FD,25.1'')">Images</a></li><li><a href="/videos/search?q=site%3aplease-dont-register-a-site-that-breaks-this-test.com&FORM=BVFD"
|
190
|
+
onmousedown="return si_T(''&ID=FD,27.1'')">Videos</a></li><li><a href="/shopping/search?q=site%3aplease-dont-register-a-site-that-breaks-this-test.com&mkt=en-US&FORM=BPFD"
|
191
|
+
onmousedown="return si_T(''&ID=FD,29.1'')">Shopping</a></li><li><a href="/news/search?q=site%3aplease-dont-register-a-site-that-breaks-this-test.com&FORM=BNFD"
|
192
|
+
onmousedown="return si_T(''&ID=FD,31.1'')">News</a></li><li><a href="/maps/default.aspx?q=site%3aplease-dont-register-a-site-that-breaks-this-test.com&mkt=en-US&FORM=BYFD"
|
193
|
+
onmousedown="return si_T(''&ID=FD,33.1'')">Maps</a></li><li><a href="/explore?q=site%3aplease-dont-register-a-site-that-breaks-this-test.com&FORM=BXFD"
|
194
|
+
onmousedown="return si_T(''&ID=FD,35.1'')">More</a></li></ul><ul class="sw_tm"><li>|</li><li><a
|
195
|
+
href="http://www.msn.com/" onmousedown="return si_T(''&ID=FD,39.1'')">MSN</a></li><li><a
|
196
|
+
href="http://mail.live.com/" onmousedown="return si_T(''&ID=FD,41.1'')">Hotmail</a></li></ul><ul
|
197
|
+
class="sw_tn"><li><div class="sw_tl"><a href="javascript:void(0)" id="sw_tll"><span>Sign
|
198
|
+
in</span><span class="sw_tla">▼</span></a><ul _IID="FD.2" id="sw_tlm"
|
199
|
+
onmouseout="this._m=false;" onmouseover="this._m=true;"></ul></div></li><li><div
|
200
|
+
class="sw_tl sw_meWrap"><a href="/rewards/signup/web?publ=BING&crea=ME"
|
201
|
+
id="sw_meCtrl" onmousedown="return si_T(''&ID=FD,50.1'')"><span class="sw_me"
|
202
|
+
id="sw_meTxt">Rewards</span><span class="sw_meIc"></span></a></div></li><li><a
|
203
|
+
href="/settings.aspx?ru=http%3a%2f%2fwww.bing.com%3a80%2fsearch%3fq%3dsite%253Aplease-dont-register-a-site-that-breaks-this-test.com&SH=1&FORM=SEFD"
|
204
|
+
onmousedown="return si_T(''&ID=FD,43.1'')">Brookline, Massachusetts</a></li><li><a
|
205
|
+
href="/settings.aspx?ru=http%3a%2f%2fwww.bing.com%3a80%2fsearch%3fq%3dsite%253Aplease-dont-register-a-site-that-breaks-this-test.com&FORM=SEFD1"
|
206
|
+
onmousedown="return si_T(''&ID=FD,42.1'')">Preferences</a></li></ul><div
|
207
|
+
id="sw_tfbb"></div></div><form action="/search" class="sw_box" id="sb_form"><a
|
208
|
+
href="/?FORM=Z9FD1" class="sw_logo" onmousedown="return si_T(''&ID=FD,37.1'')"><span
|
209
|
+
class="sw_logoT">Bing</span></a><div class="sw_bd"><div class="sw_b"><input
|
210
|
+
class="sw_qbox" id="sb_form_q" name="q" title="Enter your search term" type="text"
|
211
|
+
value="site:please-dont-register-a-site-that-breaks-this-test.com" /><input
|
212
|
+
class="sw_qbtn" id="sb_form_go" name="go" tabindex="0" title="Search" type="submit"
|
213
|
+
value="" /></div><input id="sa_qs" name="qs" type="hidden" value="ns" /><div
|
214
|
+
id="sw_as"></div></div><input name="form" type="hidden" value="QBRE" /></form></div><div
|
215
|
+
id="sw_content"><div></div><script type="text/javascript">//<![CDATA[
|
216
|
+
|
217
|
+
_G.FCT=new Date
|
218
|
+
|
219
|
+
//]]></script><script type="text/javascript">//<![CDATA[
|
220
|
+
|
221
|
+
_G.BCT=new Date
|
222
|
+
|
223
|
+
//]]></script><style type="text/css">#no_results h1{color:#000;font-size:125%;margin:10px
|
224
|
+
0 30px;word-wrap:break-word}#no_results h2{font-size:small;font-weight:bold;color:#000;margin:15px
|
225
|
+
0 0;float:none}#sw_content{background:#fff;padding:0 0 29px;min-height:320px}#content{padding:7px
|
226
|
+
254px 0 20px;min-height:200px;margin:0}#results_area{width:590px}#sidebar{margin:0
|
227
|
+
-230px 0 22px}#no_results ul,#no_results ul li{display:block}#no_results ul{clear:both;margin:0;padding:0;list-style-type:none}#no_results
|
228
|
+
ul li{font-size:small;margin:6px 0 0}#no_results ul li span{color:#000}#no_results
|
229
|
+
.ans li{background:none;padding:0}#content .sb_alert{color:#000;border:none;font-size:small}#content
|
230
|
+
.sb_alert a{font-weight:normal;font-style:normal}#content .sb_alert strong{font-style:normal}#no_results
|
231
|
+
.qscolumn{float:none;max-width:100%}#sb_foot{font-size:83.9%;clear:both;float:left;width:100%;border-top:solid
|
232
|
+
1px #e5e5e5}#sw_footL,#sw_footL a{color:#737373}#sb_foot ul{display:block;list-style:none;margin:5px
|
233
|
+
10px;padding:0;float:right}#sb_foot li{display:inline}#sb_foot a{margin:.4em}a#sb_feedback{color:#e66400}#sw_canvas{padding-top:1.2em}.sb_pt{color:#e66400;border-bottom:#e6e6e6
|
234
|
+
solid 1px;float:left;font-size:medium;line-height:1.69em;margin:-1.89em 0 0;position:relative;width:100%;min-height:1.69em}.sb_pt
|
235
|
+
h1,.sb_pt .sb_ptn{min-width:140px;_width:140px;float:left;font-size:125%;padding:0
|
236
|
+
20px;white-space:nowrap}.sb_ptr{font-size:81%;position:absolute;right:20px;top:.5em}.sb_ptr
|
237
|
+
a,.sb_ptr a:visited{color:#000;padding:0 0 0 .77em}.sb_pt sup{font-size:50%;margin-left:.4em}</style><style
|
238
|
+
type="text/css">.sw_a{margin-right:15em}</style><div class="sb_pt" id="sw_abar"><h1><a
|
239
|
+
href="/" onmousedown="return si_T(''&ID=FD,2.1'')">Web</a></h1></div><div><!--
|
240
|
+
snr --><div id="content"><div id="results_area"><div id="results"><div id="no_results"><h1>No
|
241
|
+
results found for <strong>site:please-dont-register-a-site-that-breaks-this-test.com</strong>.</h1><h2>Search
|
242
|
+
tips:</h2><ul><li><span>Ensure words are spelled correctly.</span></li><li><span>Try
|
243
|
+
rephrasing keywords or using synonyms.</span></li><li><span>Try less specific
|
244
|
+
keywords.</span></li><li><span>Make your queries as concise as possible.</span></li></ul><h2>Other
|
245
|
+
resources that may help you:</h2><ul><li><span>Get additional search tips by
|
246
|
+
visiting <a href="http://onlinehelp.microsoft.com/en-US/bing/ff808535.aspx"
|
247
|
+
onmousedown="return si_T(''&ID=SERP,5046.1'')">Web Search Help</a>.</span></li><li><span>If
|
248
|
+
you cannot find a page that you know exists, <a href="/docs/submit.aspx?FORM=SURE"
|
249
|
+
onmousedown="return si_T(''&ID=SERP,5047.1'')">send the address to us</a>.</span></li></ul></div></div></div><div
|
250
|
+
id="sidebar"></div><br> </br><div><a href="http://go.microsoft.com/fwlink/?LinkId=74170"
|
251
|
+
target="_blank" onmousedown="return si_T(''&ID=SERP,5044.1'')">Bing Privacy
|
252
|
+
Policy</a></div></div></div></div><div id="sb_foot" onmouseover="si_fb.loadCard()"><ul
|
253
|
+
id="sw_footL"><li><span>© 2011 Microsoft</span> | </li><li><a href="http://go.microsoft.com/fwlink/?LinkId=74170"
|
254
|
+
onmousedown="return si_T(''&ID=FD,61.1'')">Privacy</a> | </li><li><a href="http://g.msn.com/0TO_/enus"
|
255
|
+
onmousedown="return si_T(''&ID=FD,63.1'')">Legal</a> | </li><li><a href="http://advertising.microsoft.com/advertise-on-bing"
|
256
|
+
onmousedown="return si_T(''&ID=FD,65.1'')">Advertise</a> | </li><li><a href="http://g.msn.com/AIPRIV/en-us"
|
257
|
+
target="_blank" onmousedown="return si_T(''&ID=FD,67.1'')">About our ads</a>
|
258
|
+
| </li><li><a href="http://onlinehelp.microsoft.com/en-US/bing/ff808535.aspx"
|
259
|
+
id="sb_help" target="_blank" onmousedown="return si_T(''&ID=FD,69.1'')">Help</a>
|
260
|
+
| </li><li><a href="https://feedback.live.com/default.aspx?locale=en-US&productkey=wlsearchweb&P1=dsatnoresultsweb&P2=site%3aplease-dont-register-a-site-that-breaks-this-test.com&P3=0&P4=NOFORM&P5=5556ECAF54FE4F8EBBD441F0F01B49EC&P6=Brookline,
|
261
|
+
Massachusetts&P9=42.343341827%2f-71.122756958&P10=0&P11=&searchtype=Web+Search&optl1=1&backurl=http%3a%2f%2fwww.bing.com%2fsearch%3fq%3dsite%3aplease-dont-register-a-site-that-breaks-this-test.com%26FORM%3dFEEDTU"
|
262
|
+
id="sb_feedback" onclick="si_fb.openCard(this);return false" onfocus="si_fb.loadCard()"
|
263
|
+
onmousedown="return si_T(''&ID=FD,71.1'')">Tell us what you think</a></li></ul></div></div></div><div
|
264
|
+
id="sb_fb"></div><script type="text/javascript">//<![CDATA[
|
265
|
+
|
266
|
+
_G.BST=new Date
|
267
|
+
|
268
|
+
//]]></script><script type="text/javascript">//<![CDATA[
|
269
|
+
|
270
|
+
sj_cook=new function(){var a=this;a.get=function(d,c){var a=_d.cookie.match(new
|
271
|
+
RegExp("\\b"+d+"=[^;]+"));if(c&&a){var b=a[0].match(new RegExp("\\b"+c+"=([^&]*)"));return
|
272
|
+
b?b[1]:null}return a?a[0]:null};a.set=function(c,d,m,k,j,g){var e,f=d+"="+m,b=a.get(c);if(b){var
|
273
|
+
h=a.get(c,d);e=h?b.replace(d+"="+h,f):b+"&"+f}else e=c+"="+f;var i=location.hostname.match(/([^.]+\.[^.]*)$/),l=g&&g>0?g*6e4:6.3072e10;_d.cookie=e+(i?";domain="+i[0]:"")+(k?";expires="+(new
|
274
|
+
Date((new Date).getTime()+Math.min(l,6.3072e10))).toGMTString():"")+(j?";path="+j:"")}};sc_fadeCb=function(){};function
|
275
|
+
sc_bgL(){var a=g_img,b=_ge(a.id),d=sj_evt,c=d.bind,f=d.unbind,i=d.fire,e="onBgLoad",g="onSbBusy",h="onSbIdle";c("onP1",j,1,500);function
|
276
|
+
j(){var d=new Image,o=sj_fader(),m=0,p=0,j;c("onSearch",function(){a.x=true;d=null;o.stop();sb_ct(j)});function
|
277
|
+
l(){f(g,l);if(!m){sb_ct(j);f(e,n);c(h,k)}}function k(){c(e,n,1);f(h,k);c(g,l)}k();function
|
278
|
+
n(e){m=1;function c(){b.style.backgroundImage="url(''"+d.src+"'')";b.className+="
|
279
|
+
sw_imLd";i("onBgSet")}d.onerror=d.onload=null;if(e[2]>a.d){sj_so(b,0);c();j=sb_st(sj_wf(o.init,b,0,100,10,sc_fadeCb),500)}else{c();sj_so(b,100);sc_fadeCb()}sj_cook.set(a.cN,a.crN,a.hash,0,"/")}d.onload=function(){p=sb_gt()-q;i(e,d,p)};var
|
280
|
+
q=sb_gt();d.src=a.url}}sj_evt.bind("onP1",function(){!(_w.g_img&&g_img.cN)&&sj_evt.fire("onBgSet")},1);g_img={url:''\/fd\/hpk2\/Busan_EN-US67002425o.jpg'',id:''sw_im'',d:10,cN:''_SS'',crN:''hIm'',hash:''425''};sc_bgL();;sj_evt.bind("onP1",function(){var
|
281
|
+
a=_ge("sw_tll");a&&sj_jb("multipleLogins_c",1,a,"mouseover",a,"click")},1,5);function
|
282
|
+
sj_ic(b){var a=sj_ce("style");_d.getElementsByTagName("head")[0].appendChild(a);if(sb_ie)a.styleSheet.cssText=b;else
|
283
|
+
a.appendChild(_d.createTextNode(b))};_ge("sa_qs").value="bs";sj_evt.bind("onASConfig",function(d){var
|
284
|
+
b=d[1],a=_ge(b.i),c=sj_evt.fire;a.setAttribute("autocomplete","off");sj_be(a,"keyup",function(a){c("onASKeyup"+b.i,a.keyCode)});sj_be(a,"click",sj_wf(c,"onASClick"+b.i));sj_jb.apply(null,[b.r,1,a,"mousedown",a,"keydown"].concat(b.ol?[_w,"load"]:[]))},1);sj_evt.fire(''onASConfig'',{r:''AutoSug'',lmh:''\/profile\/history?q=site%3aplease-dont-register-a-site-that-breaks-this-test.com'',ePN:1,eAN:1,eLO:1,h:1,m:8,mkt:''en-US'',ml:45,mh:128,d:100,t:1,u:''http:\/\/api.bing.com\/qsonhs.aspx?FORM=ASAPIW'',f:''sb_form'',i:''sb_form_q'',c:''sw_as'',p0:''DN,AN'',eHS:1,cHS:3,sid:''8749DE7DE1A44E699FAB9B3976DCA369''});sa_loc={H_PN:''Popular
|
285
|
+
now'',H_AS:''Web results'',L_MH:''Manage search history'',L_P:''Preferences'',T_SQ:''Trending''};;sj_evt.bind(''onP1'',function(){sa_DNS=new
|
286
|
+
Image;sa_DNS.src=''http://api.bing.com/qsonhs.aspx?FORM=ASAPIW&q=''},1,5);sj_evt.fire("onHTML");function
|
287
|
+
si_sendCReq(){_G.muidI=new Image;_G.muidI.onload=function(){var d=_d.cookie;if(/\bTUID\b/i.test(d))return
|
288
|
+
1;_G.muidI2=new Image;_G.muidI2.src=_G.gpUrl+"CM=TMF&IG="+_G.IG+(_G.CID?"&CID="+_G.CID:"");_G.muidI3=new
|
289
|
+
Image;var b="MUID",a=sj_cook.get(b),c=a.substring(b.length+1,a.length);_G.muidI3.src=_G.akamaiSyncUrl.replace(/&/g,"&")+c;return
|
290
|
+
1};_G.muidI.src=_G.cUrl};sf_fbCfg={sId:"0"};sj_evt.bind("onP1",function(){_w.logfb&&_w.logfb("fi");var
|
291
|
+
a=sj_ce("iframe");a.height=0;a.width=0;a.frameBorder=a.scrolling="no";sj_b.appendChild(a);a.src="/fd/fb/r?v="+_G.Ver+"&sId="+sf_fbCfg.sId},1,_w.sf_fbCfg&&sf_fbCfg.wt?sf_fbCfg.wt:1500);sj_evt.bind("xd:fba:checkbar",function(b){if(b&&b.length>=2){var
|
292
|
+
a=sj_ce("iframe");a.id="sw_tfbbi";var c=_ge("sw_tfbb");if(c){a.height="0";a.scrolling=a.frameBorder="no";a.src="/fd/fb/b?fv="+_G.Ver+"#"+b[1];c.appendChild(a)}}});RMS2=new
|
293
|
+
function(){var b=[],d="",g="readyState",e="onreadystatechange",f,h,a=_w.RmsConfig||{};this.RegisterResources=function(c,h,g,e){d=_d.domain;for(var
|
294
|
+
a=0;a<c.length;a++)b.push({n:g,u:c[a],c:e[a]});if(!f){f=true;sj_evt.bind("onP1",j,1,1e3)}};function
|
295
|
+
i(e,g){var d=6,c="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",a=e?e.split(""):[],f,b=~~(g/d);while(a.length<=b)a.push(c.charAt(0));f=c.indexOf(a[b])|1<<g%d;a[b]=c.charAt(f);return
|
296
|
+
a.join("")}function k(a){var b=sj_cook.get("RMS",a.n);sj_cook.set("RMS",a.n,i(b,a.c),0,"/",0)}function
|
297
|
+
j(){if(_d.domain!=d)return;a.P&&a.P();h=new Date;c(0)}function c(f){var i=b[f];if(i){var
|
298
|
+
d=sj_gx();if(!d)return;d.open("get",i.u,true);var j=sb_st(function(){if(d[g]!=4){d[e]=function(){};d.abort();c(f+1)}},5e3);d[e]=function(){if(d[g]==4){sb_ct(j);k(b[f]);c(f+1)}};d.send(null)}else
|
299
|
+
a.I&&a.I(h)}};RMS2.RegisterResources([''\/fd\/sa\/1112031442\/brand4_c.css'',''\/fd\/sa\/0908192802\/noResults2_c.css'',''\/fd\/sa\/0721115826\/Shared.js'',''\/fd\/sa\/0108182120\/PostContent.js''],[],''F'',[3,9,1,2]);;
|
300
|
+
|
301
|
+
//]]></script><script type="text/javascript">//<![CDATA[
|
302
|
+
|
303
|
+
RMS2.RegisterResources([''/sa/1030222733/serpAll_c.css''],[],''A'',[4]);;
|
304
|
+
|
305
|
+
//]]></script><script type="text/javascript">//<![CDATA[
|
306
|
+
|
307
|
+
(function(){function a(){!_w.sb_ppCPL&&sb_st(function(){si_PP(new Date)},0)}var
|
308
|
+
b=_w.onload||function(){};onload=function(c){_G.BPT=new Date;b(c);a()};_G.HT=new
|
309
|
+
Date})()
|
310
|
+
|
311
|
+
//]]></script></body></html>'
|
312
|
+
http_version: '1.1'
|
@@ -0,0 +1,77 @@
|
|
1
|
+
---
|
2
|
+
- !ruby/struct:VCR::HTTPInteraction
|
3
|
+
request: !ruby/struct:VCR::Request
|
4
|
+
method: :get
|
5
|
+
uri: http://data.alexa.com:80/data?cli=10&dat=snbamz&url=please-dont-register-a-site-that-breaks-this-test.com
|
6
|
+
body: !!null
|
7
|
+
headers: !!null
|
8
|
+
response: !ruby/struct:VCR::Response
|
9
|
+
status: !ruby/struct:VCR::ResponseStatus
|
10
|
+
code: 200
|
11
|
+
message: OK
|
12
|
+
headers:
|
13
|
+
content-length:
|
14
|
+
- '278'
|
15
|
+
content-type:
|
16
|
+
- text/xml
|
17
|
+
body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n\r\n<ALEXA VER=\"0.9\"
|
18
|
+
URL=\"please-dont-register-a-site-that-breaks-this-test.com/\" HOME=\"0\" AID=\"=\">\r\n<RLS
|
19
|
+
PREFIX=\"http://\" more=\"0\">\n</RLS>\n<SD TITLE=\"A\" FLAGS=\"\" HOST=\"please-dont-register-a-site-that-breaks-this-test.com\">\n</SD>\n\n</ALEXA>"
|
20
|
+
http_version: '1.1'
|
21
|
+
- !ruby/struct:VCR::HTTPInteraction
|
22
|
+
request: !ruby/struct:VCR::Request
|
23
|
+
method: :get
|
24
|
+
uri: http://siteanalytics.compete.com:80/please-dont-register-a-site-that-breaks-this-test.com/
|
25
|
+
body: !!null
|
26
|
+
headers: !!null
|
27
|
+
response: !ruby/struct:VCR::Response
|
28
|
+
status: !ruby/struct:VCR::ResponseStatus
|
29
|
+
code: 302
|
30
|
+
message: FOUND
|
31
|
+
headers:
|
32
|
+
date:
|
33
|
+
- Mon, 15 Aug 2011 10:07:53 GMT
|
34
|
+
server:
|
35
|
+
- Apache
|
36
|
+
vary:
|
37
|
+
- Host,User-Agent,Cookie
|
38
|
+
content-length:
|
39
|
+
- '0'
|
40
|
+
location:
|
41
|
+
- http://siteanalytics.compete.com/m/profiles/site/please-dont-register-a-site-that-breaks-this-test.com/nodata/
|
42
|
+
content-type:
|
43
|
+
- text/html; charset=utf-8
|
44
|
+
body: !!null
|
45
|
+
http_version: '1.1'
|
46
|
+
- !ruby/struct:VCR::HTTPInteraction
|
47
|
+
request: !ruby/struct:VCR::Request
|
48
|
+
method: :get
|
49
|
+
uri: http://toolbarqueries.google.com:80/search?ch=63624986523&client=navclient-auto&features=Rank&q=info%3Aplease-dont-register-a-site-that-breaks-this-test.com
|
50
|
+
body: !!null
|
51
|
+
headers: !!null
|
52
|
+
response: !ruby/struct:VCR::Response
|
53
|
+
status: !ruby/struct:VCR::ResponseStatus
|
54
|
+
code: 200
|
55
|
+
message: OK
|
56
|
+
headers:
|
57
|
+
date:
|
58
|
+
- Mon, 15 Aug 2011 10:07:56 GMT
|
59
|
+
pragma:
|
60
|
+
- no-cache
|
61
|
+
expires:
|
62
|
+
- Fri, 01 Jan 1990 00:00:00 GMT
|
63
|
+
cache-control:
|
64
|
+
- no-cache, must-revalidate
|
65
|
+
content-type:
|
66
|
+
- text/html; charset=ISO-8859-1
|
67
|
+
set-cookie:
|
68
|
+
- PREF=ID=49cc2d7fba9e1db5:FF=0:TM=1313402876:LM=1313402876:S=M7TTlOR-2gelEeTH;
|
69
|
+
expires=Wed, 14-Aug-2013 10:07:56 GMT; path=/; domain=.google.com
|
70
|
+
server:
|
71
|
+
- gws
|
72
|
+
content-length:
|
73
|
+
- '0'
|
74
|
+
x-xss-protection:
|
75
|
+
- 1; mode=block
|
76
|
+
body: !!null
|
77
|
+
http_version: '1.1'
|
@@ -0,0 +1,1259 @@
|
|
1
|
+
---
|
2
|
+
- !ruby/struct:VCR::HTTPInteraction
|
3
|
+
request: !ruby/struct:VCR::Request
|
4
|
+
method: :get
|
5
|
+
uri: http://data.alexa.com:80/data?cli=10&dat=snbamz&url=www.google.com
|
6
|
+
body: !!null
|
7
|
+
headers: !!null
|
8
|
+
response: !ruby/struct:VCR::Response
|
9
|
+
status: !ruby/struct:VCR::ResponseStatus
|
10
|
+
code: 200
|
11
|
+
message: OK
|
12
|
+
headers:
|
13
|
+
content-length:
|
14
|
+
- '2137'
|
15
|
+
content-type:
|
16
|
+
- text/xml
|
17
|
+
body: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n\r\n<ALEXA VER=\"0.9\"
|
18
|
+
URL=\"google.com/\" HOME=\"0\" AID=\"=\">\r\n<RLS PREFIX=\"http://\" more=\"56\">\n<RL
|
19
|
+
HREF=\"amazon.com/\" TITLE=\"Amazon.com\"/>\n<RL HREF=\"www.yahoo.com/\" TITLE=\"Yahoo!\"/>\n<RL
|
20
|
+
HREF=\"wikipedia.org/\" TITLE=\"Wikipedia\"/>\n<RL HREF=\"www.ask.com/\" TITLE=\"Ask.com\"/>\n<RL
|
21
|
+
HREF=\"bing.com/\" TITLE=\"Bing\"/>\n<RL HREF=\"youtube.com/\" TITLE=\"YouTube\"/>\n<RL
|
22
|
+
HREF=\"yelp.com/\" TITLE=\"Yelp\"/>\n<RL HREF=\"statcounter.com/\" TITLE=\"StatCounter.com\"/>\n<RL
|
23
|
+
HREF=\"myspace.com/\" TITLE=\"Myspace\"/>\n<RL HREF=\"linkedin.com/\" TITLE=\"LinkedIn\"/>\n<RL
|
24
|
+
HREF=\"ask.com/\" TITLE=\"ask.com/\"/>\n</RLS>\n<SD TITLE=\"A\" FLAGS=\"DMOZ\"
|
25
|
+
HOST=\"google.com\">\n<TITLE TEXT=\"Google \"/>\n<ADDR
|
26
|
+
STREET=\"\" CITY=\"\" STATE=\"\" ZIP=\"\" COUNTRY=\"\" />\n<CREATED DATE=\"15-Sep-1997\"
|
27
|
+
DAY=\"15\" MONTH=\"09\" YEAR=\"1997\"/>\n<PHONE NUMBER=\"unlisted\"/>\n<OWNER
|
28
|
+
NAME=\"unlisted\"/>\n<EMAIL ADDR=\"dns-admin@google.com\"/>\n<LANG LEX=\"en\"/>\n<LINKSIN
|
29
|
+
NUM=\"704402\"/>\n<SPEED TEXT=\"1608\" PCT=\"43\"/>\n<REVIEWS AVG=\"4.5\" NUM=\"703\"/>\n<CHILD
|
30
|
+
SRATING=\"0\"/>\n<ASSOCS>\n<ASSOC ID=\"googlecom\"/></ASSOCS>\n</SD>\n\n<KEYWORDS>\n<KEYWORD
|
31
|
+
VAL=\"Mountain View\"/>\n</KEYWORDS><DMOZ>\n<SITE BASE=\"google.com/\" TITLE=\"Google\"
|
32
|
+
DESC=\"Enables users to search the world's information, including webpages,
|
33
|
+
images, and videos. Offers unique features and search technology.\">\n<CATS>\n<CAT
|
34
|
+
ID=\"Top/Computers/Internet/Searching/Search_Engines/Google\" TITLE=\"Search
|
35
|
+
Engines/Google\" CID=\"374822\"/>\n<CAT ID=\"Top/Regional/North_America/United_States/California/Localities/M/Mountain_View/Business_and_Economy/Industrial/Computers_and_Internet\"
|
36
|
+
TITLE=\"Industrial/Computers and Internet\" CID=\"625367\"/>\n<CAT ID=\"Top/World/Arabic/إقليمـي/الشرق_الأوسط/السعودية/تجارة_و_أقتصاد/كمبيوتر_و_إنترنت/محركات_بحث\"
|
37
|
+
TITLE=\"كمبيوتر و إنترنت/محركات بحث\" CID=\"204954\"/>\n<CAT ID=\"Top/World/Français/Informatique/Internet/Recherche/Moteurs_de_recherche/Google\"
|
38
|
+
TITLE=\"Moteurs de recherche/Google\" CID=\"247347\"/>\n</CATS>\n</SITE>\n</DMOZ>\n<SD>\n<POPULARITY
|
39
|
+
URL=\"google.com/\" TEXT=\"1\"/>\n<REACH RANK=\"1\"/>\n<RANK DELTA=\"+0\"/>\n</SD>\n</ALEXA>"
|
40
|
+
http_version: '1.1'
|
41
|
+
- !ruby/struct:VCR::HTTPInteraction
|
42
|
+
request: !ruby/struct:VCR::Request
|
43
|
+
method: :get
|
44
|
+
uri: http://ajax.googleapis.com:80/ajax/services/search/web?q=link%3Awww.google.com&rsz=1&v=1.0
|
45
|
+
body: !!null
|
46
|
+
headers: !!null
|
47
|
+
response: !ruby/struct:VCR::Response
|
48
|
+
status: !ruby/struct:VCR::ResponseStatus
|
49
|
+
code: 200
|
50
|
+
message: OK
|
51
|
+
headers:
|
52
|
+
cache-control:
|
53
|
+
- no-cache, no-store, max-age=0, must-revalidate
|
54
|
+
pragma:
|
55
|
+
- no-cache
|
56
|
+
expires:
|
57
|
+
- Fri, 01 Jan 1990 00:00:00 GMT
|
58
|
+
date:
|
59
|
+
- Mon, 15 Aug 2011 10:07:56 GMT
|
60
|
+
content-type:
|
61
|
+
- text/javascript; charset=utf-8
|
62
|
+
x-embedded-status:
|
63
|
+
- '200'
|
64
|
+
x-content-type-options:
|
65
|
+
- nosniff
|
66
|
+
x-frame-options:
|
67
|
+
- SAMEORIGIN
|
68
|
+
x-xss-protection:
|
69
|
+
- 1; mode=block
|
70
|
+
server:
|
71
|
+
- GSE
|
72
|
+
transfer-encoding:
|
73
|
+
- chunked
|
74
|
+
body: ! '{"responseData": {"results":[{"GsearchResultClass":"GwebSearch","unescapedUrl":"http://www.google.nl/","url":"http://www.google.nl/","visibleUrl":"www.google.nl","cacheUrl":"http://www.google.com/search?q\u003dcache:DUYA4reIvh8J:www.google.nl","title":"Google","titleNoFormatting":"Google","content":"Het
|
75
|
+
internet · Afbeeldingen · Video\u0026#39;s · Maps · Nieuws · Shopping · Gmail
|
76
|
+
· meer · Vertalen · Boeken · Scholar · Blogs \u003cb\u003e...\u003c/b\u003e"}],"cursor":{"pages":[{"start":"0","label":1},{"start":"1","label":2},{"start":"2","label":3},{"start":"3","label":4},{"start":"4","label":5},{"start":"5","label":6},{"start":"6","label":7},{"start":"7","label":8}],"estimatedResultCount":"34700","currentPageIndex":0,"moreResultsUrl":"http://www.google.com/search?oe\u003dutf8\u0026ie\u003dutf8\u0026source\u003duds\u0026start\u003d0\u0026hl\u003den\u0026q\u003dlink:www.google.com"}},
|
77
|
+
"responseDetails": null, "responseStatus": 200}'
|
78
|
+
http_version: '1.1'
|
79
|
+
- !ruby/struct:VCR::HTTPInteraction
|
80
|
+
request: !ruby/struct:VCR::Request
|
81
|
+
method: :get
|
82
|
+
uri: http://siteexplorer.search.yahoo.com:80/search?p=www.google.com
|
83
|
+
body: !!null
|
84
|
+
headers: !!null
|
85
|
+
response: !ruby/struct:VCR::Response
|
86
|
+
status: !ruby/struct:VCR::ResponseStatus
|
87
|
+
code: 200
|
88
|
+
message: OK
|
89
|
+
headers:
|
90
|
+
date:
|
91
|
+
- Mon, 15 Aug 2011 10:07:56 GMT
|
92
|
+
p3p:
|
93
|
+
- policyref="http://info.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV
|
94
|
+
TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY
|
95
|
+
ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
|
96
|
+
cache-control:
|
97
|
+
- private
|
98
|
+
transfer-encoding:
|
99
|
+
- chunked
|
100
|
+
content-type:
|
101
|
+
- text/html; charset=UTF-8
|
102
|
+
content-encoding:
|
103
|
+
- gzip
|
104
|
+
body: ! "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\">\n<html
|
105
|
+
lang=\"en\"><head><title>Site Explorer - Search Results</title><link rel=\"stylesheet\"
|
106
|
+
type=\"text/css\" href=\"http://a248.e.akamai.net/sec.yimg.com/lib/se4/ysch_se_201107042347.css\"><style
|
107
|
+
type=\"text/css\">#hd,input.ygbt,#ylogo,#main .hd,.postit,.postit ol,a.btn,span.btn,
|
108
|
+
input.btn,a.btn.sel,span.btn,.side-menu ol li a span,#main .hd h1 span,.tcap
|
109
|
+
.l,.tcap .c,.tcap .r,.bcap .l,.bcap .c,.bcap .r,ul#mysmsg li span,span.icon,#main
|
110
|
+
.bd table th,#abm span, #abf span,#sws span, #ssf span,.step1 div.icon, .step2
|
111
|
+
div.icon, .step3 div.icon,ol#feeds-submits{background-image: url(http://a248.e.akamai.net/sec.yimg.com/i/us/sch/se4/se_coresprt_20090903.png);}.side-menu,.side-menu
|
112
|
+
h2,.side-menu ol,.date-selectors .ico,.yui-calendar .calnavleft,.yui-calendar
|
113
|
+
.calnavright,.yui-calcontainer .calclose{background-image: url(http://a248.e.akamai.net/sec.yimg.com/i/us/sch/se4/se_navsprt_20101014.png);}</style><script
|
114
|
+
src=\"http://a248.e.akamai.net/sec.yimg.com/lib/se4/ysch_se_200912080933.js\"></script></head><body
|
115
|
+
class=\" UNKNOWN windows vUNKNOWN\"><div id=\"doc\"><div id=\"hd\"><div id=\"ygunav\"><ul><li><a
|
116
|
+
href=\"http://www.yahoo.com/\">Yahoo!</a></li><li><a href=\"http://my.yahoo.com/\">My
|
117
|
+
Yahoo!</a></li><li><a href=\"http://mail.yahoo.com/\">Mail</a></li><li id=\"ygwel\">Hello,
|
118
|
+
<strong>Guest</strong> [ <a href=\"http://login.yahoo.com/config/login?.src=siteexplorer&.intl=us&.done=http%3A%2F%2Fsiteexplorer.search.yahoo.com%2Fsearch%3Fei%3DUTF-8%26p%3Dwww.google.com\">Sign
|
119
|
+
In</a> ]</li><li><a href=\"http://help.yahoo.com/l/us/yahoo/search/siteexplorer/\">Help</a></li></ul></div><a
|
120
|
+
id=\"ylogo\" href=\"http://siteexplorer.search.yahoo.com\"><span class=\"off-left\">Yahoo!
|
121
|
+
Site Explorer</span></a><div id=\"expurl\"><form action=\"http://siteexplorer.search.yahoo.com/search\"
|
122
|
+
method=\"get\"><input type=\"text\" value=\"www.google.com\" name=\"p\" id=\"seschp\"
|
123
|
+
class=\"seschp\" autocomplete=\"on\"><input type=\"submit\" value=\"Explore
|
124
|
+
URL\" name=\"y\" class=\"ygbt\"><input type=\"hidden\" value=\"sfp\" name=\"fr\"></form></div></div><div
|
125
|
+
id=\"bd\"><div id=\"bd-lt\"><div id=\"side\"><div class=\"side-menu\" id=\"se-nav\"><h2>Site
|
126
|
+
Explorer</h2><ol><li class=\"add_site\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=www.google.com&.bcrumb=\"><span></span>Add
|
127
|
+
to MySites</a></li><li class=\"divisor\"><span class=\"dots\"></span></li><li
|
128
|
+
class=\"mysites\"><a href=\"https://siteexplorer.search.yahoo.com/mysites\"><span></span>My
|
129
|
+
Sites</a></li><li class=\"divisor\"><span class=\"dots\"></span></li><li class=\"submit\"><a
|
130
|
+
href=\"http://siteexplorer.search.yahoo.com/submit\"><span></span>Submit Your
|
131
|
+
Site</a></li><li class=\"preferences\"><a href=\"https://siteexplorer.search.yahoo.com/preferences?pref_done=http%3A%2F%2Fsiteexplorer.search.yahoo.com%2Fsearch%3Fei%3DUTF-8%26p%3Dwww.google.com\"><span></span>Preferences</a></li><li
|
132
|
+
class=\"blog\"><a href=\"http://www.ysearchblog.com/category/site-explorer/\"><span></span>Blog</a></li><li
|
133
|
+
class=\"badge\"><a href=\"http://siteexplorer.search.yahoo.com/badge\"><span></span>Badge</a></li><li
|
134
|
+
class=\"web_services\"><a href=\"http://developer.yahoo.com/search/siteexplorer/\"><span></span>Web
|
135
|
+
Service API</a></li><li class=\"feedback\"><a href=\"http://suggestions.yahoo.com/?prop=SiteExplorer\"><span></span>Feedback</a></li></ol></div></div></div><div
|
136
|
+
id=\"bd-rt\"><div id=\"main\" class=\"advsearch\"><div class=\"hd\"><h1>Results<span
|
137
|
+
id=\"count\">Showing <strong>1</strong> to 100 of <strong> 169,684,706 </strong></span></h1></div><div
|
138
|
+
class=\"bd\"><div class=\"bd-hd\"><div class=\"row\"><div class=\"opt-list opt-left\"><ul
|
139
|
+
id=\"result-details\"><li><span class=\"btn\">Pages (169,684,706)</span></li><li><a
|
140
|
+
class=\"btn\" href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com&bwm=i\">Inlinks
|
141
|
+
(191,930,995)</a></li></ul></div><div class=\"opt-list opt-right\"><span class=\"optdesc\">Show
|
142
|
+
pages from:</span><ul id=\"results-domains\"><li><strong>All subdomains</strong></li><li
|
143
|
+
class=\"last\"><a href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com&bwmf=d\">Only
|
144
|
+
this domain</a></li></ul></div></div><div class=\"row\"><div class=\"opt-list
|
145
|
+
opt-left\"><span class=\"optdesc\">Result details:</span><ul class=\"btn-list\"><li><a
|
146
|
+
href=\"#\" id=\"btn-cmp\" class=\"btn\" title=\"Compact View\"><span class=\"icon
|
147
|
+
compact\"></span></a></li><li><a href=\"#\" id=\"btn-exp\" class=\"btn\" title=\"Extended
|
148
|
+
View\"><span class=\"icon extended\"></span></a></li></ul></div><div class=\"opt-list
|
149
|
+
opt-right\"><a href=\"http://siteexplorer.search.yahoo.com/submit\">Submit webpage
|
150
|
+
or Site Feed</a> | Export first 1000 results to <a href=\"http://siteexplorer.search.yahoo.com/export?p=www.google.com\">TSV</a></div></div></div><ol
|
151
|
+
id=\"result-list\"><li><span class=\"order\">1. </span><span class=\"result\"><a
|
152
|
+
href=\"http://www.google.com/\" title=\"http://www.google.com/\">Google</a><p
|
153
|
+
class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2F\"
|
154
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
155
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/\">www.<b>google.com</b></span>
|
156
|
+
- <span class=\"size\">30k</span></p></span><span class=\"actions\"></span></li><li
|
157
|
+
class=\"alt\"><span class=\"order\">2. </span><span class=\"result\"><a href=\"http://www.google.com/privacy/ads/\"
|
158
|
+
title=\"http://www.google.com/privacy/ads/\">Advertising and Privacy – Google...</a><p
|
159
|
+
class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fprivacy%2Fads%2F\"
|
160
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
161
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/privacy/ads/\">www.<b>google.com</b>/privacy/ads</span>
|
162
|
+
- <span class=\"size\">19k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
163
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fprivacy%2Fads%2F\">Explore</a></span></li><li><span
|
164
|
+
class=\"order\">3. </span><span class=\"result\"><a href=\"http://www.google.com/chrome\"
|
165
|
+
title=\"http://www.google.com/chrome\">Google Chrome</a><p class=\"details\"><a
|
166
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fchrome\"
|
167
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
168
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/chrome\">www.<b>google.com</b>/chrome</span>
|
169
|
+
- <span class=\"size\">14k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
170
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fchrome\">Explore</a></span></li><li
|
171
|
+
class=\"alt\"><span class=\"order\">4. </span><span class=\"result\"><a href=\"https://www.google.com/adsense/support/bin/request.py?contact=abg_afc&hideleadgen=1\"
|
172
|
+
title=\"https://www.google.com/adsense/support/bin/request.py?contact=abg_afc&hideleadgen=1\">Contacting
|
173
|
+
Support - AdSense Help</a><p class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=https%3A%2F%2Fwww.google.com%2Fadsense%2Fsupport%2Fbin%2Frequest.py%3Fcontact%3Dabg_afc%26hideleadgen%3D1\"
|
174
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
175
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"https://www.google.com/adsense/support/bin/request.py?contact=abg_afc&hideleadgen=1\"><b>google.com</b>/adsense/support/<wbr>bin/request.py?<b>...</b>&hideleadgen=1</span>
|
176
|
+
- <span class=\"size\">30k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
177
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fadsense%2Fsupport%2Fbin%2Frequest.py%3Fcontact%3Dabg_afc%26hideleadgen%3D1\">Explore</a></span></li><li><span
|
178
|
+
class=\"order\">5. </span><span class=\"result\"><a href=\"http://www.google.com/analytics\"
|
179
|
+
title=\"http://www.google.com/analytics\">Google Analytics | Official Website</a><p
|
180
|
+
class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fanalytics\"
|
181
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
182
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/analytics\">www.<b>google.com</b>/analytics</span>
|
183
|
+
- <span class=\"size\">21k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
184
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fanalytics\">Explore</a></span></li><li
|
185
|
+
class=\"alt\"><span class=\"order\">6. </span><span class=\"result\"><a href=\"http://www.google.com/buzz/post\"
|
186
|
+
title=\"http://www.google.com/buzz/post\">Share on Google buzz</a><p class=\"details\"><a
|
187
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fbuzz%2Fpost\"
|
188
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
189
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/buzz/post\">www.<b>google.com</b>/buzz/post</span>
|
190
|
+
- <span class=\"size\">13k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
191
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fbuzz%2Fpost\">Explore</a></span></li><li><span
|
192
|
+
class=\"order\">7. </span><span class=\"result\"><a href=\"http://www.google.com/finance?q=DGTW\"
|
193
|
+
title=\"http://www.google.com/finance?q=DGTW\">DigitalTown, Inc.: PINK:DGTW
|
194
|
+
quotes...</a><p class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Ffinance%3Fq%3DDGTW\"
|
195
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
196
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/finance?q=DGTW\">www.<b>google.com</b>/finance?q=DGTW</span>
|
197
|
+
- <span class=\"size\">59k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
198
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Ffinance%3Fq%3DDGTW\">Explore</a></span></li><li
|
199
|
+
class=\"alt\"><span class=\"order\">8. </span><span class=\"result\"><a href=\"http://www.google.com/uds/css/gsearch.css\"
|
200
|
+
title=\"http://www.google.com/uds/css/gsearch.css\">stylesheet</a><p class=\"details\"><a
|
201
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fuds%2Fcss%2Fgsearch.css\"
|
202
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
203
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/uds/css/gsearch.css\">www.<b>google.com</b>/uds/css/<wbr>gsearch.css</span>
|
204
|
+
- <span class=\"size\">42k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
205
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fuds%2Fcss%2Fgsearch.css\">Explore</a></span></li><li><span
|
206
|
+
class=\"order\">9. </span><span class=\"result\"><a href=\"http://www.google.com/reader\"
|
207
|
+
title=\"http://www.google.com/reader\">Google Reader</a><p class=\"details\"><a
|
208
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Freader\"
|
209
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
210
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/reader\">www.<b>google.com</b>/reader</span>
|
211
|
+
- <span class=\"size\">13k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
212
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Freader\">Explore</a></span></li><li
|
213
|
+
class=\"alt\"><span class=\"order\">10. </span><span class=\"result\"><a href=\"http://www.google.com/trends\"
|
214
|
+
title=\"http://www.google.com/trends\">Google Trends</a><p class=\"details\"><a
|
215
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Ftrends\"
|
216
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
217
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/trends\">www.<b>google.com</b>/trends</span>
|
218
|
+
- <span class=\"size\">5k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
219
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Ftrends\">Explore</a></span></li><li><span
|
220
|
+
class=\"order\">11. </span><span class=\"result\"><a href=\"http://www.google.com/ig\"
|
221
|
+
title=\"http://www.google.com/ig\">iGoogle</a><p class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fig\"
|
222
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
223
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/ig\">www.<b>google.com</b>/ig</span>
|
224
|
+
- <span class=\"size\">106k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
225
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fig\">Explore</a></span></li><li
|
226
|
+
class=\"alt\"><span class=\"order\">12. </span><span class=\"result\"><a href=\"http://www.google.com/talk\"
|
227
|
+
title=\"http://www.google.com/talk\">Google Chat - Chat with family and...</a><p
|
228
|
+
class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Ftalk\"
|
229
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
230
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/talk\">www.<b>google.com</b>/talk</span>
|
231
|
+
- <span class=\"size\">4k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
232
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Ftalk\">Explore</a></span></li><li><span
|
233
|
+
class=\"order\">13. </span><span class=\"result\"><a href=\"http://www.google.com/cse/style/look/default.css\"
|
234
|
+
title=\"http://www.google.com/cse/style/look/default.css\">stylesheet</a><p
|
235
|
+
class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fcse%2Fstyle%2Flook%2Fdefault.css\"
|
236
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
237
|
+
class=\"type\">unknown</span> <span class=\"url\" title=\"http://www.google.com/cse/style/look/default.css\">www.<b>google.com</b>/cse/style/look/<wbr>default.css</span>
|
238
|
+
- <span class=\"size\">4k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
239
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fcse%2Fstyle%2Flook%2Fdefault.css\">Explore</a></span></li><li
|
240
|
+
class=\"alt\"><span class=\"order\">14. </span><span class=\"result\"><a href=\"http://www.google.com/alerts\"
|
241
|
+
title=\"http://www.google.com/alerts\">Google Alerts</a><p class=\"details\"><a
|
242
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Falerts\"
|
243
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
244
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/alerts\">www.<b>google.com</b>/alerts</span>
|
245
|
+
- <span class=\"size\">113k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
246
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Falerts\">Explore</a></span></li><li><span
|
247
|
+
class=\"order\">15. </span><span class=\"result\"><a href=\"http://www.google.com/reader/\"
|
248
|
+
title=\"http://www.google.com/reader/\">Google Reader</a><p class=\"details\"><a
|
249
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Freader%2F\"
|
250
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
251
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/reader/\">www.<b>google.com</b>/reader</span>
|
252
|
+
- <span class=\"size\">31k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
253
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Freader%2F\">Explore</a></span></li><li
|
254
|
+
class=\"alt\"><span class=\"order\">16. </span><span class=\"result\"><a href=\"http://www.google.com/earth/download/ge/agree.html\"
|
255
|
+
title=\"http://www.google.com/earth/download/ge/agree.html\">Google Earth: Download
|
256
|
+
Google Earth for...</a><p class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fearth%2Fdownload%2Fge%2Fagree.html\"
|
257
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
258
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/earth/download/ge/agree.html\">www.<b>google.com</b>/earth/download/<wbr>ge/agree.html</span>
|
259
|
+
- <span class=\"size\">11k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
260
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fearth%2Fdownload%2Fge%2Fagree.html\">Explore</a></span></li><li><span
|
261
|
+
class=\"order\">17. </span><span class=\"result\"><a href=\"http://www.google.com/support/bin/answer.py?hl=en&answer=23852\"
|
262
|
+
title=\"http://www.google.com/support/bin/answer.py?hl=en&answer=23852\">How
|
263
|
+
to enable JavaScript - Google Help</a><p class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fsupport%2Fbin%2Fanswer.py%3Fhl%3Den%26answer%3D23852\"
|
264
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
265
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/support/bin/answer.py?hl=en&answer=23852\">www.<b>google.com</b>/support/bin/<wbr>answer.py?hl=en&answer=23852</span>
|
266
|
+
- <span class=\"size\">18k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
267
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fsupport%2Fbin%2Fanswer.py%3Fhl%3Den%26answer%3D23852\">Explore</a></span></li><li
|
268
|
+
class=\"alt\"><span class=\"order\">18. </span><span class=\"result\"><a href=\"http://www.google.com/intl/en/privacy/\"
|
269
|
+
title=\"http://www.google.com/intl/en/privacy/\">Google Privacy Center</a><p
|
270
|
+
class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fintl%2Fen%2Fprivacy%2F\"
|
271
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
272
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/intl/en/privacy/\">www.<b>google.com</b>/intl/en/privacy</span>
|
273
|
+
- <span class=\"size\">7k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
274
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fintl%2Fen%2Fprivacy%2F\">Explore</a></span></li><li><span
|
275
|
+
class=\"order\">19. </span><span class=\"result\"><a href=\"http://www.google.com/insights/search/\"
|
276
|
+
title=\"http://www.google.com/insights/search/\">Google Insights for Search</a><p
|
277
|
+
class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Finsights%2Fsearch%2F\"
|
278
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
279
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/insights/search/\">www.<b>google.com</b>/insights/search</span>
|
280
|
+
- <span class=\"size\">139k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
281
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Finsights%2Fsearch%2F\">Explore</a></span></li><li
|
282
|
+
class=\"alt\"><span class=\"order\">20. </span><span class=\"result\"><a href=\"http://www.google.com/calendar\"
|
283
|
+
title=\"http://www.google.com/calendar\">Google Calendar</a><p class=\"details\"><a
|
284
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fcalendar\"
|
285
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
286
|
+
class=\"type\">unknown</span> <span class=\"url\" title=\"http://www.google.com/calendar\">www.<b>google.com</b>/calendar</span>
|
287
|
+
- <span class=\"size\">3k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
288
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fcalendar\">Explore</a></span></li><li><span
|
289
|
+
class=\"order\">21. </span><span class=\"result\"><a href=\"https://www.google.com/adsense/\"
|
290
|
+
title=\"https://www.google.com/adsense/\">Google AdSense</a><p class=\"details\"><a
|
291
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=https%3A%2F%2Fwww.google.com%2Fadsense%2F\"
|
292
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
293
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"https://www.google.com/adsense/\">www.<b>google.com</b>/adsense</span>
|
294
|
+
- <span class=\"size\">22k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
295
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fadsense%2F\">Explore</a></span></li><li
|
296
|
+
class=\"alt\"><span class=\"order\">22. </span><span class=\"result\"><a href=\"http://www.google.com/reader/view/\"
|
297
|
+
title=\"http://www.google.com/reader/view/\">Google Reader</a><p class=\"details\"><a
|
298
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Freader%2Fview%2F\"
|
299
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
300
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/reader/view/\">www.<b>google.com</b>/reader/view</span>
|
301
|
+
- <span class=\"size\">48k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
302
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Freader%2Fview%2F\">Explore</a></span></li><li><span
|
303
|
+
class=\"order\">23. </span><span class=\"result\"><a href=\"http://www.google.com/adsense\"
|
304
|
+
title=\"http://www.google.com/adsense\">Google AdSense</a><p class=\"details\"><a
|
305
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fadsense\"
|
306
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
307
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/adsense\">www.<b>google.com</b>/adsense</span>
|
308
|
+
- <span class=\"size\">22k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
309
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fadsense\">Explore</a></span></li><li
|
310
|
+
class=\"alt\"><span class=\"order\">24. </span><span class=\"result\"><a href=\"http://www.google.com/buzz\"
|
311
|
+
title=\"http://www.google.com/buzz\">Google Buzz</a><p class=\"details\"><a
|
312
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fbuzz\"
|
313
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
314
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/buzz\">www.<b>google.com</b>/buzz</span>
|
315
|
+
- <span class=\"size\">5k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
316
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fbuzz\">Explore</a></span></li><li><span
|
317
|
+
class=\"order\">25. </span><span class=\"result\"><a href=\"http://www.google.com/uds/solutions/videobar/gsvideobar.css\"
|
318
|
+
title=\"http://www.google.com/uds/solutions/videobar/gsvideobar.css\">stylesheet</a><p
|
319
|
+
class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fuds%2Fsolutions%2Fvideobar%2Fgsvideobar.css\"
|
320
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
321
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/uds/solutions/videobar/gsvideobar.css\">www.<b>google.com</b>/uds/solutions/<wbr>videobar/gsvideobar.css</span>
|
322
|
+
- <span class=\"size\">41k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
323
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fuds%2Fsolutions%2Fvideobar%2Fgsvideobar.css\">Explore</a></span></li><li
|
324
|
+
class=\"alt\"><span class=\"order\">26. </span><span class=\"result\"><a href=\"http://www.google.com/language_tools?hl=en\"
|
325
|
+
title=\"http://www.google.com/language_tools?hl=en\">Language Tools</a><p class=\"details\"><a
|
326
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Flanguage_tools%3Fhl%3Den\"
|
327
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
328
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/language_tools?hl=en\">www.<b>google.com</b>/language_tools?<wbr>hl=en</span>
|
329
|
+
- <span class=\"size\">82k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
330
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Flanguage_tools%3Fhl%3Den\">Explore</a></span></li><li><span
|
331
|
+
class=\"order\">27. </span><span class=\"result\"><a href=\"https://www.google.com/accounts/ServiceLogin?service=mail&passive=true&rm=false&continue=http%3A%2F%2Fmail.google.com%2Fmail%2F%3Fui%3Dhtml%26zy%3Dl&bsv=llya694le36z&scc=1<mpl=default<mplcache=2&from=login\"
|
332
|
+
title=\"https://www.google.com/accounts/ServiceLogin?service=mail&passive=true&rm=false&continue=http%3A%2F%2Fmail.google.com%2Fmail%2F%3Fui%3Dhtml%26zy%3Dl&bsv=llya694le36z&scc=1&ltmpl=default&ltmplcache=2&from=login\">Gmail:
|
333
|
+
Email from Google</a><p class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=https%3A%2F%2Fwww.google.com%2Faccounts%2FServiceLogin%3Fservice%3Dmail%26passive%3Dtrue%26rm%3Dfalse%26continue%3Dhttp%253A%252F%252Fmail.google.com%252Fmail%252F%253Fui%253Dhtml%2526zy%253Dl%26bsv%3Dllya694le36z%26scc%3D1%26ltmpl%3Ddefault%26ltmplcache%3D2%26from%3Dlogin\"
|
334
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
335
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"https://www.google.com/accounts/ServiceLogin?service=mail&passive=true&rm=false&continue=http%3A%2F%2Fmail.google.com%2Fmail%2F%3Fui%3Dhtml%26zy%3Dl&bsv=llya694le36z&scc=1&ltmpl=default&ltmplcache=2&from=login\"><b>google.com</b>/accounts/<wbr>ServiceLogin?service=mail&<b>...</b>&from=login</span>
|
336
|
+
- <span class=\"size\">19k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
337
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Faccounts%2FServiceLogin%3Fservice%3Dmail%26passive%3Dtrue%26rm%3Dfalse%26continue%3Dhttp%253A%252F%252Fmail.google.com%252Fmail%252F%253Fui%253Dhtml%2526zy%253Dl%26bsv%3Dllya694le36z%26scc%3D1%26ltmpl%3Ddefault%26ltmplcache%3D2%26from%3Dlogin\">Explore</a></span></li><li
|
338
|
+
class=\"alt\"><span class=\"order\">28. </span><span class=\"result\"><a href=\"http://www.google.com/intl/zh-CN/add_url.html\"
|
339
|
+
title=\"http://www.google.com/intl/zh-CN/add_url.html\">将网址添加到 Google</a><p
|
340
|
+
class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fintl%2Fzh-CN%2Fadd_url.html\"
|
341
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
342
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/intl/zh-CN/add_url.html\">www.<b>google.com</b>/intl/zh-CN/<wbr>add_url.html</span>
|
343
|
+
- <span class=\"size\">8k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
344
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fintl%2Fzh-CN%2Fadd_url.html\">Explore</a></span></li><li><span
|
345
|
+
class=\"order\">29. </span><span class=\"result\"><a href=\"http://www.google.com/webmasters\"
|
346
|
+
title=\"http://www.google.com/webmasters\">Google Webmaster Central. Get data...</a><p
|
347
|
+
class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fwebmasters\"
|
348
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
349
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/webmasters\">www.<b>google.com</b>/webmasters</span>
|
350
|
+
- <span class=\"size\">8k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
351
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fwebmasters\">Explore</a></span></li><li
|
352
|
+
class=\"alt\"><span class=\"order\">30. </span><span class=\"result\"><a href=\"http://www.google.com/language_tools\"
|
353
|
+
title=\"http://www.google.com/language_tools\">Google Language Tools</a><p class=\"details\"><a
|
354
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Flanguage_tools\"
|
355
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
356
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/language_tools\">www.<b>google.com</b>/language_tools</span>
|
357
|
+
- <span class=\"size\">82k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
358
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Flanguage_tools\">Explore</a></span></li><li><span
|
359
|
+
class=\"order\">31. </span><span class=\"result\"><a href=\"http://www.google.com/intl/zh-CN/\"
|
360
|
+
title=\"http://www.google.com/intl/zh-CN/\">Google</a><p class=\"details\"><a
|
361
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fintl%2Fzh-CN%2F\"
|
362
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
363
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/intl/zh-CN/\">www.<b>google.com</b>/intl/zh-CN</span>
|
364
|
+
- <span class=\"size\">29k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
365
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fintl%2Fzh-CN%2F\">Explore</a></span></li><li
|
366
|
+
class=\"alt\"><span class=\"order\">32. </span><span class=\"result\"><a href=\"https://www.google.com/accounts/ServiceLogin?service=blogger&passive=1209600&continue=http://www.blogger.com/home&followup=http://www.blogger.com/home<mpl=start\"
|
367
|
+
title=\"https://www.google.com/accounts/ServiceLogin?service=blogger&passive=1209600&continue=http://www.blogger.com/home&followup=http://www.blogger.com/home&ltmpl=start\">Blogger:
|
368
|
+
Create your free Blog</a><p class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=https%3A%2F%2Fwww.google.com%2Faccounts%2FServiceLogin%3Fservice%3Dblogger%26passive%3D1209600%26continue%3Dhttp%3A%2F%2Fwww.blogger.com%2Fhome%26followup%3Dhttp%3A%2F%2Fwww.blogger.com%2Fhome%26ltmpl%3Dstart\"
|
369
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
370
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"https://www.google.com/accounts/ServiceLogin?service=blogger&passive=1209600&continue=http://www.blogger.com/home&followup=http://www.blogger.com/home&ltmpl=start\"><b>google.com</b>/accounts/<wbr>ServiceLogin?<b>...</b>/home&ltmpl=start</span>
|
371
|
+
- <span class=\"size\">14k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
372
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Faccounts%2FServiceLogin%3Fservice%3Dblogger%26passive%3D1209600%26continue%3Dhttp%3A%2F%2Fwww.blogger.com%2Fhome%26followup%3Dhttp%3A%2F%2Fwww.blogger.com%2Fhome%26ltmpl%3Dstart\">Explore</a></span></li><li><span
|
373
|
+
class=\"order\">33. </span><span class=\"result\"><a href=\"http://www.google.com/addurl.html\"
|
374
|
+
title=\"http://www.google.com/addurl.html\">Add your URL to Google</a><p class=\"details\"><a
|
375
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Faddurl.html\"
|
376
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
377
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/addurl.html\">www.<b>google.com</b>/addurl.html</span>
|
378
|
+
- <span class=\"size\">8k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
379
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Faddurl.html\">Explore</a></span></li><li
|
380
|
+
class=\"alt\"><span class=\"order\">34. </span><span class=\"result\"><a href=\"http://www.google.com/intl/en/about/products/index.html\"
|
381
|
+
title=\"http://www.google.com/intl/en/about/products/index.html\">Products -
|
382
|
+
Everything Google</a><p class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fintl%2Fen%2Fabout%2Fproducts%2Findex.html\"
|
383
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
384
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/intl/en/about/products/index.html\">www.<b>google.com</b>/intl/en/about/<wbr>products/index.html</span>
|
385
|
+
- <span class=\"size\">19k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
386
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fintl%2Fen%2Fabout%2Fproducts%2Findex.html\">Explore</a></span></li><li><span
|
387
|
+
class=\"order\">35. </span><span class=\"result\"><a href=\"http://www.google.com/phone\"
|
388
|
+
title=\"http://www.google.com/phone\">Nexus One Phone</a><p class=\"details\"><a
|
389
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fphone\"
|
390
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
391
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/phone\">www.<b>google.com</b>/phone</span>
|
392
|
+
- <span class=\"size\">103k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
393
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fphone\">Explore</a></span></li><li
|
394
|
+
class=\"alt\"><span class=\"order\">36. </span><span class=\"result\"><a href=\"http://www.google.com/webhp?complete=1&hl=en\"
|
395
|
+
title=\"http://www.google.com/webhp?complete=1&hl=en\">Google</a><p class=\"details\"><a
|
396
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fwebhp%3Fcomplete%3D1%26hl%3Den\"
|
397
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
398
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/webhp?complete=1&hl=en\">www.<b>google.com</b>/webhp?<wbr>complete=1&hl=en</span>
|
399
|
+
- <span class=\"size\">30k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
400
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fwebhp%3Fcomplete%3D1%26hl%3Den\">Explore</a></span></li><li><span
|
401
|
+
class=\"order\">37. </span><span class=\"result\"><a href=\"http://www.google.com/addurl/\"
|
402
|
+
title=\"http://www.google.com/addurl/\">Add your URL to Google</a><p class=\"details\"><a
|
403
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Faddurl%2F\"
|
404
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
405
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/addurl/\">www.<b>google.com</b>/addurl</span>
|
406
|
+
- <span class=\"size\">8k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
407
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Faddurl%2F\">Explore</a></span></li><li
|
408
|
+
class=\"alt\"><span class=\"order\">38. </span><span class=\"result\"><a href=\"http://www.google.com/patents\"
|
409
|
+
title=\"http://www.google.com/patents\">Google Patent Search</a><p class=\"details\"><a
|
410
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fpatents\"
|
411
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
412
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/patents\">www.<b>google.com</b>/patents</span>
|
413
|
+
- <span class=\"size\">26k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
414
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fpatents\">Explore</a></span></li><li><span
|
415
|
+
class=\"order\">39. </span><span class=\"result\"><a href=\"http://www.google.com/press/zeitgeist.html\"
|
416
|
+
title=\"http://www.google.com/press/zeitgeist.html\">Google Press Center: Zeitgeist</a><p
|
417
|
+
class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fpress%2Fzeitgeist.html\"
|
418
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
419
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/press/zeitgeist.html\">www.<b>google.com</b>/press/<wbr>zeitgeist.html</span>
|
420
|
+
- <span class=\"size\">5k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
421
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fpress%2Fzeitgeist.html\">Explore</a></span></li><li
|
422
|
+
class=\"alt\"><span class=\"order\">40. </span><span class=\"result\"><a href=\"http://www.google.com/custom\"
|
423
|
+
title=\"http://www.google.com/custom\">Google</a><p class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fcustom\"
|
424
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
425
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/custom\">www.<b>google.com</b>/custom</span>
|
426
|
+
- <span class=\"size\">84k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
427
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fcustom\">Explore</a></span></li><li><span
|
428
|
+
class=\"order\">41. </span><span class=\"result\"><a href=\"http://www.google.com/tv/\"
|
429
|
+
title=\"http://www.google.com/tv/\">Quick Tour - Google TV</a><p class=\"details\"><a
|
430
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Ftv%2F\"
|
431
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
432
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/tv/\">www.<b>google.com</b>/tv</span>
|
433
|
+
- <span class=\"size\">7k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
434
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Ftv%2F\">Explore</a></span></li><li
|
435
|
+
class=\"alt\"><span class=\"order\">42. </span><span class=\"result\"><a href=\"http://www.google.com/mars\"
|
436
|
+
title=\"http://www.google.com/mars\">Google Mars</a><p class=\"details\"><a
|
437
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fmars\"
|
438
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
439
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/mars\">www.<b>google.com</b>/mars</span>
|
440
|
+
- <span class=\"size\">5k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
441
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fmars\">Explore</a></span></li><li><span
|
442
|
+
class=\"order\">43. </span><span class=\"result\"><a href=\"http://www.google.com/images/icons/product/sites-16.ico\"
|
443
|
+
title=\"http://www.google.com/images/icons/product/sites-16.ico\">shortcut icon</a><p
|
444
|
+
class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fimages%2Ficons%2Fproduct%2Fsites-16.ico\"
|
445
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
446
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/images/icons/product/sites-16.ico\">www.<b>google.com</b>/images/icons/<wbr>product/sites-16.ico</span>
|
447
|
+
- <span class=\"size\">23k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
448
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fimages%2Ficons%2Fproduct%2Fsites-16.ico\">Explore</a></span></li><li
|
449
|
+
class=\"alt\"><span class=\"order\">44. </span><span class=\"result\"><a href=\"http://www.google.com/googlebooks/chrome\"
|
450
|
+
title=\"http://www.google.com/googlebooks/chrome\">Google Chrome</a><p class=\"details\"><a
|
451
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fgooglebooks%2Fchrome\"
|
452
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
453
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/googlebooks/chrome\">www.<b>google.com</b>/<b>google</b>books/<wbr>chrome</span>
|
454
|
+
- <span class=\"size\">4k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
455
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fgooglebooks%2Fchrome\">Explore</a></span></li><li><span
|
456
|
+
class=\"order\">45. </span><span class=\"result\"><a href=\"http://www.google.com/webmasters/tools/\"
|
457
|
+
title=\"http://www.google.com/webmasters/tools/\">Webmaster Tools</a><p class=\"details\"><a
|
458
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fwebmasters%2Ftools%2F\"
|
459
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
460
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/webmasters/tools/\">www.<b>google.com</b>/webmasters/<wbr>tools</span>
|
461
|
+
- <span class=\"size\">13k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
462
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fwebmasters%2Ftools%2F\">Explore</a></span></li><li
|
463
|
+
class=\"alt\"><span class=\"order\">46. </span><span class=\"result\"><a href=\"http://www.google.com/translate_t\"
|
464
|
+
title=\"http://www.google.com/translate_t\">www.google.com/translate_t</a><p
|
465
|
+
class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Ftranslate_t\"
|
466
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
467
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/translate_t\">www.<b>google.com</b>/translate_t</span>
|
468
|
+
- <span class=\"size\">86k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
469
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Ftranslate_t\">Explore</a></span></li><li><span
|
470
|
+
class=\"order\">47. </span><span class=\"result\"><a href=\"http://www.google.com/help/features.html\"
|
471
|
+
title=\"http://www.google.com/help/features.html\">Search Features</a><p class=\"details\"><a
|
472
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fhelp%2Ffeatures.html\"
|
473
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
474
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/help/features.html\">www.<b>google.com</b>/help/<wbr>features.html</span>
|
475
|
+
- <span class=\"size\">29k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
476
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fhelp%2Ffeatures.html\">Explore</a></span></li><li
|
477
|
+
class=\"alt\"><span class=\"order\">48. </span><span class=\"result\"><a href=\"http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=35769\"
|
478
|
+
title=\"http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=35769\">Webmaster
|
479
|
+
Guidelines - Webmaster Tools...</a><p class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fsupport%2Fwebmasters%2Fbin%2Fanswer.py%3Fhl%3Den%26answer%3D35769\"
|
480
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
481
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=35769\"><b>google.com</b>/support/webmasters/<wbr>bin/answer.py?<b>...</b>&answer=35769</span>
|
482
|
+
- <span class=\"size\">30k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
483
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fsupport%2Fwebmasters%2Fbin%2Fanswer.py%3Fhl%3Den%26answer%3D35769\">Explore</a></span></li><li><span
|
484
|
+
class=\"order\">49. </span><span class=\"result\"><a href=\"http://www.google.com/webhp?hl=en\"
|
485
|
+
title=\"http://www.google.com/webhp?hl=en\">Google</a><p class=\"details\"><a
|
486
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fwebhp%3Fhl%3Den\"
|
487
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
488
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/webhp?hl=en\">www.<b>google.com</b>/webhp?hl=en</span>
|
489
|
+
- <span class=\"size\">30k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
490
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fwebhp%3Fhl%3Den\">Explore</a></span></li><li
|
491
|
+
class=\"alt\"><span class=\"order\">50. </span><span class=\"result\"><a href=\"http://www.google.com/uds/solutions/newsbar/gsnewsbar.css\"
|
492
|
+
title=\"http://www.google.com/uds/solutions/newsbar/gsnewsbar.css\">stylesheet</a><p
|
493
|
+
class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fuds%2Fsolutions%2Fnewsbar%2Fgsnewsbar.css\"
|
494
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
495
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/uds/solutions/newsbar/gsnewsbar.css\">www.<b>google.com</b>/uds/solutions/<wbr>newsbar/gsnewsbar.css</span>
|
496
|
+
- <span class=\"size\">55k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
497
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fuds%2Fsolutions%2Fnewsbar%2Fgsnewsbar.css\">Explore</a></span></li><li><span
|
498
|
+
class=\"order\">51. </span><span class=\"result\"><a href=\"http://www.google.com/advanced_search?hl=en\"
|
499
|
+
title=\"http://www.google.com/advanced_search?hl=en\">Google Advanced Search</a><p
|
500
|
+
class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fadvanced_search%3Fhl%3Den\"
|
501
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
502
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/advanced_search?hl=en\">www.<b>google.com</b>/<wbr>advanced_search?hl=en</span>
|
503
|
+
- <span class=\"size\">55k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
504
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fadvanced_search%3Fhl%3Den\">Explore</a></span></li><li
|
505
|
+
class=\"alt\"><span class=\"order\">52. </span><span class=\"result\"><a href=\"https://www.google.com/adsense\"
|
506
|
+
title=\"https://www.google.com/adsense\">Google AdSense</a><p class=\"details\"><a
|
507
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=https%3A%2F%2Fwww.google.com%2Fadsense\"
|
508
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
509
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"https://www.google.com/adsense\">www.<b>google.com</b>/adsense</span>
|
510
|
+
- <span class=\"size\">23k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
511
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fadsense\">Explore</a></span></li><li><span
|
512
|
+
class=\"order\">53. </span><span class=\"result\"><a href=\"https://www.google.com/accounts/ServiceLogin?service=mail&passive=true&rm=false&continue=http%3A%2F%2Fmail.google.com%2Fmail%2F%3Fhl%3Den%26tab%3Dwm%26ui%3Dhtml%26zy%3Dl&bsv=llya694le36z&scc=1<mpl=default<mplcache=2&hl=en&from=login\"
|
513
|
+
title=\"https://www.google.com/accounts/ServiceLogin?service=mail&passive=true&rm=false&continue=http%3A%2F%2Fmail.google.com%2Fmail%2F%3Fhl%3Den%26tab%3Dwm%26ui%3Dhtml%26zy%3Dl&bsv=llya694le36z&scc=1&ltmpl=default&ltmplcache=2&hl=en&from=login\">Gmail:
|
514
|
+
Email from Google</a><p class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=https%3A%2F%2Fwww.google.com%2Faccounts%2FServiceLogin%3Fservice%3Dmail%26passive%3Dtrue%26rm%3Dfalse%26continue%3Dhttp%253A%252F%252Fmail.google.com%252Fmail%252F%253Fhl%253Den%2526tab%253Dwm%2526ui%253Dhtml%2526zy%253Dl%26bsv%3Dllya694le36z%26scc%3D1%26ltmpl%3Ddefault%26ltmplcache%3D2%26hl%3Den%26from%3Dlogin\"
|
515
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
516
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"https://www.google.com/accounts/ServiceLogin?service=mail&passive=true&rm=false&continue=http%3A%2F%2Fmail.google.com%2Fmail%2F%3Fhl%3Den%26tab%3Dwm%26ui%3Dhtml%26zy%3Dl&bsv=llya694le36z&scc=1&ltmpl=default&ltmplcache=2&hl=en&from=login\"><b>google.com</b>/accounts/<wbr>ServiceLogin?service=mail&<b>...</b>&from=login</span>
|
517
|
+
- <span class=\"size\">20k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
518
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Faccounts%2FServiceLogin%3Fservice%3Dmail%26passive%3Dtrue%26rm%3Dfalse%26continue%3Dhttp%253A%252F%252Fmail.google.com%252Fmail%252F%253Fhl%253Den%2526tab%253Dwm%2526ui%253Dhtml%2526zy%253Dl%26bsv%3Dllya694le36z%26scc%3D1%26ltmpl%3Ddefault%26ltmplcache%3D2%26hl%3Den%26from%3Dlogin\">Explore</a></span></li><li
|
519
|
+
class=\"alt\"><span class=\"order\">54. </span><span class=\"result\"><a href=\"http://www.google.com/codesearch\"
|
520
|
+
title=\"http://www.google.com/codesearch\">Google Code Search</a><p class=\"details\"><a
|
521
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fcodesearch\"
|
522
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
523
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/codesearch\">www.<b>google.com</b>/codesearch</span>
|
524
|
+
- <span class=\"size\">620</span></p></span><span class=\"actions\"><a class=\"btn\"
|
525
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fcodesearch\">Explore</a></span></li><li><span
|
526
|
+
class=\"order\">55. </span><span class=\"result\"><a href=\"http://www.google.com/apis/maps\"
|
527
|
+
title=\"http://www.google.com/apis/maps\">Google Maps API Family - Google Code</a><p
|
528
|
+
class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fapis%2Fmaps\"
|
529
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
530
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/apis/maps\">www.<b>google.com</b>/apis/maps</span>
|
531
|
+
- <span class=\"size\">11k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
532
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fapis%2Fmaps\">Explore</a></span></li><li
|
533
|
+
class=\"alt\"><span class=\"order\">56. </span><span class=\"result\"><a href=\"http://www.google.com/privacy/privacy-policy.html\"
|
534
|
+
title=\"http://www.google.com/privacy/privacy-policy.html\">Privacy Policy –
|
535
|
+
Google Privacy Center</a><p class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fprivacy%2Fprivacy-policy.html\"
|
536
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
537
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/privacy/privacy-policy.html\">www.<b>google.com</b>/privacy/<wbr>privacy-policy.html</span>
|
538
|
+
- <span class=\"size\">13k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
539
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fprivacy%2Fprivacy-policy.html\">Explore</a></span></li><li><span
|
540
|
+
class=\"order\">57. </span><span class=\"result\"><a href=\"http://www.google.com/calendar/render\"
|
541
|
+
title=\"http://www.google.com/calendar/render\">Google Calendar</a><p class=\"details\"><a
|
542
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fcalendar%2Frender\"
|
543
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
544
|
+
class=\"type\">unknown</span> <span class=\"url\" title=\"http://www.google.com/calendar/render\">www.<b>google.com</b>/calendar/render</span>
|
545
|
+
- <span class=\"size\">3k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
546
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fcalendar%2Frender\">Explore</a></span></li><li
|
547
|
+
class=\"alt\"><span class=\"order\">58. </span><span class=\"result\"><a href=\"http://www.google.com/instant/\"
|
548
|
+
title=\"http://www.google.com/instant/\">Google Instant</a><p class=\"details\"><a
|
549
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Finstant%2F\"
|
550
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
551
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/instant/\">www.<b>google.com</b>/instant</span>
|
552
|
+
- <span class=\"size\">12k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
553
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Finstant%2F\">Explore</a></span></li><li><span
|
554
|
+
class=\"order\">59. </span><span class=\"result\"><a href=\"https://www.google.com/accounts/ServiceLogin?hl=en_US&continue=https%3A%2F%2Fpicasaweb.google.com%2Flh%2Flogin%3Fcontinue%3Dhttps%253A%252F%252Fpicasaweb.google.com%252Fhome&service=lh2<mpl=gp&passive=true\"
|
555
|
+
title=\"https://www.google.com/accounts/ServiceLogin?hl=en_US&continue=https%3A%2F%2Fpicasaweb.google.com%2Flh%2Flogin%3Fcontinue%3Dhttps%253A%252F%252Fpicasaweb.google.com%252Fhome&service=lh2&ltmpl=gp&passive=true\">Picasa
|
556
|
+
Web Albums: free photo sharing...</a><p class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=https%3A%2F%2Fwww.google.com%2Faccounts%2FServiceLogin%3Fhl%3Den_US%26continue%3Dhttps%253A%252F%252Fpicasaweb.google.com%252Flh%252Flogin%253Fcontinue%253Dhttps%25253A%25252F%25252Fpicasaweb.google.com%25252Fhome%26service%3Dlh2%26ltmpl%3Dgp%26passive%3Dtrue\"
|
557
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
558
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"https://www.google.com/accounts/ServiceLogin?hl=en_US&continue=https%3A%2F%2Fpicasaweb.google.com%2Flh%2Flogin%3Fcontinue%3Dhttps%253A%252F%252Fpicasaweb.google.com%252Fhome&service=lh2&ltmpl=gp&passive=true\"><b>google.com</b>/accounts/<wbr>ServiceLogin?hl=en_US&<b>...</b>&passive=true</span>
|
559
|
+
- <span class=\"size\">18k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
560
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Faccounts%2FServiceLogin%3Fhl%3Den_US%26continue%3Dhttps%253A%252F%252Fpicasaweb.google.com%252Flh%252Flogin%253Fcontinue%253Dhttps%25253A%25252F%25252Fpicasaweb.google.com%25252Fhome%26service%3Dlh2%26ltmpl%3Dgp%26passive%3Dtrue\">Explore</a></span></li><li
|
561
|
+
class=\"alt\"><span class=\"order\">60. </span><span class=\"result\"><a href=\"http://www.google.com/pacman/\"
|
562
|
+
title=\"http://www.google.com/pacman/\">Google</a><p class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fpacman%2F\"
|
563
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
564
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/pacman/\">www.<b>google.com</b>/pacman</span>
|
565
|
+
- <span class=\"size\">11k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
566
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fpacman%2F\">Explore</a></span></li><li><span
|
567
|
+
class=\"order\">61. </span><span class=\"result\"><a href=\"http://www.google.com/unclesam\"
|
568
|
+
title=\"http://www.google.com/unclesam\">Google U.S. Government Search</a><p
|
569
|
+
class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Funclesam\"
|
570
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
571
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/unclesam\">www.<b>google.com</b>/unclesam</span>
|
572
|
+
- <span class=\"size\">30k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
573
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Funclesam\">Explore</a></span></li><li
|
574
|
+
class=\"alt\"><span class=\"order\">62. </span><span class=\"result\"><a href=\"http://www.google.com/mobile/goggles/\"
|
575
|
+
title=\"http://www.google.com/mobile/goggles/\">Google Goggles</a><p class=\"details\"><a
|
576
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fmobile%2Fgoggles%2F\"
|
577
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
578
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/mobile/goggles/\">www.<b>google.com</b>/mobile/goggles</span>
|
579
|
+
- <span class=\"size\">12k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
580
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fmobile%2Fgoggles%2F\">Explore</a></span></li><li><span
|
581
|
+
class=\"order\">63. </span><span class=\"result\"><a href=\"http://www.google.com/finance\"
|
582
|
+
title=\"http://www.google.com/finance\">Google Finance: Stock market quotes,...</a><p
|
583
|
+
class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Ffinance\"
|
584
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
585
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/finance\">www.<b>google.com</b>/finance</span>
|
586
|
+
- <span class=\"size\">65k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
587
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Ffinance\">Explore</a></span></li><li
|
588
|
+
class=\"alt\"><span class=\"order\">64. </span><span class=\"result\"><a href=\"http://www.google.com/support/a/bin/answer.py?hl=en&answer=33353\"
|
589
|
+
title=\"http://www.google.com/support/a/bin/answer.py?hl=en&answer=33353\">Configuring
|
590
|
+
Your MX Records:...</a><p class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fsupport%2Fa%2Fbin%2Fanswer.py%3Fhl%3Den%26answer%3D33353\"
|
591
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
592
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/support/a/bin/answer.py?hl=en&answer=33353\">www.<b>google.com</b>/support/a/bin/<wbr>answer.py?hl=en&answer=33353</span>
|
593
|
+
- <span class=\"size\">37k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
594
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fsupport%2Fa%2Fbin%2Fanswer.py%3Fhl%3Den%26answer%3D33353\">Explore</a></span></li><li><span
|
595
|
+
class=\"order\">65. </span><span class=\"result\"><a href=\"http://www.google.com/products\"
|
596
|
+
title=\"http://www.google.com/products\">Google Product Search</a><p class=\"details\"><a
|
597
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fproducts\"
|
598
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
599
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/products\">www.<b>google.com</b>/products</span>
|
600
|
+
- <span class=\"size\">25k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
601
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fproducts\">Explore</a></span></li><li
|
602
|
+
class=\"alt\"><span class=\"order\">66. </span><span class=\"result\"><a href=\"http://www.google.com/intl/ja/\"
|
603
|
+
title=\"http://www.google.com/intl/ja/\">Google</a><p class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fintl%2Fja%2F\"
|
604
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
605
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/intl/ja/\">www.<b>google.com</b>/intl/ja</span>
|
606
|
+
- <span class=\"size\">30k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
607
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fintl%2Fja%2F\">Explore</a></span></li><li><span
|
608
|
+
class=\"order\">67. </span><span class=\"result\"><a href=\"http://www.google.com/tisp\"
|
609
|
+
title=\"http://www.google.com/tisp\">Welcome to Google TiSP</a><p class=\"details\"><a
|
610
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Ftisp\"
|
611
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
612
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/tisp\">www.<b>google.com</b>/tisp</span>
|
613
|
+
- <span class=\"size\">3k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
614
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Ftisp\">Explore</a></span></li><li
|
615
|
+
class=\"alt\"><span class=\"order\">68. </span><span class=\"result\"><a href=\"http://www.google.com/support/youtube/bin/request.py?contact_type=abuse&hl=en_US\"
|
616
|
+
title=\"http://www.google.com/support/youtube/bin/request.py?contact_type=abuse&hl=en_US\">Contact
|
617
|
+
Us - YouTube Help</a><p class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fsupport%2Fyoutube%2Fbin%2Frequest.py%3Fcontact_type%3Dabuse%26hl%3Den_US\"
|
618
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
619
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/support/youtube/bin/request.py?contact_type=abuse&hl=en_US\"><b>google.com</b>/support/youtube/<wbr>bin/request.py?<b>...</b>&hl=en_US</span>
|
620
|
+
- <span class=\"size\">2k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
621
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fsupport%2Fyoutube%2Fbin%2Frequest.py%3Fcontact_type%3Dabuse%26hl%3Den_US\">Explore</a></span></li><li><span
|
622
|
+
class=\"order\">69. </span><span class=\"result\"><a href=\"http://www.google.com/support/youtube/bin/static.py?page=start.cs&hl=en_US\"
|
623
|
+
title=\"http://www.google.com/support/youtube/bin/static.py?page=start.cs&hl=en_US\">YouTube
|
624
|
+
Help</a><p class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fsupport%2Fyoutube%2Fbin%2Fstatic.py%3Fpage%3Dstart.cs%26hl%3Den_US\"
|
625
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
626
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/support/youtube/bin/static.py?page=start.cs&hl=en_US\"><b>google.com</b>/support/youtube/<wbr>bin/static.py?page=start.cs&<b>...</b></span>
|
627
|
+
- <span class=\"size\">2k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
628
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fsupport%2Fyoutube%2Fbin%2Fstatic.py%3Fpage%3Dstart.cs%26hl%3Den_US\">Explore</a></span></li><li
|
629
|
+
class=\"alt\"><span class=\"order\">70. </span><span class=\"result\"><a href=\"http://www.google.com/calendar/render?hl=en&tab=wc\"
|
630
|
+
title=\"http://www.google.com/calendar/render?hl=en&tab=wc\">Google Calendar</a><p
|
631
|
+
class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fcalendar%2Frender%3Fhl%3Den%26tab%3Dwc\"
|
632
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
633
|
+
class=\"type\">unknown</span> <span class=\"url\" title=\"http://www.google.com/calendar/render?hl=en&tab=wc\">www.<b>google.com</b>/calendar/<wbr>render?hl=en&tab=wc</span>
|
634
|
+
- <span class=\"size\">3k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
635
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fcalendar%2Frender%3Fhl%3Den%26tab%3Dwc\">Explore</a></span></li><li><span
|
636
|
+
class=\"order\">71. </span><span class=\"result\"><a href=\"http://www.google.com/reader/view/?hl=en&tab=wy\"
|
637
|
+
title=\"http://www.google.com/reader/view/?hl=en&tab=wy\">Reader</a><p class=\"details\"><a
|
638
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Freader%2Fview%2F%3Fhl%3Den%26tab%3Dwy\"
|
639
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
640
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/reader/view/?hl=en&tab=wy\">www.<b>google.com</b>/reader/view/<wbr>?hl=en&tab=wy</span>
|
641
|
+
- <span class=\"size\">46k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
642
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Freader%2Fview%2F%3Fhl%3Den%26tab%3Dwy\">Explore</a></span></li><li
|
643
|
+
class=\"alt\"><span class=\"order\">72. </span><span class=\"result\"><a href=\"http://www.google.com/maps\"
|
644
|
+
title=\"http://www.google.com/maps\">Google Maps</a><p class=\"details\"><a
|
645
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fmaps\"
|
646
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
647
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/maps\">www.<b>google.com</b>/maps</span>
|
648
|
+
- <span class=\"size\">73k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
649
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fmaps\">Explore</a></span></li><li><span
|
650
|
+
class=\"order\">73. </span><span class=\"result\"><a href=\"https://www.google.com/accounts/NewAccount\"
|
651
|
+
title=\"https://www.google.com/accounts/NewAccount\">Google Accounts</a><p class=\"details\"><a
|
652
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=https%3A%2F%2Fwww.google.com%2Faccounts%2FNewAccount\"
|
653
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
654
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"https://www.google.com/accounts/NewAccount\">www.<b>google.com</b>/accounts/<wbr>NewAccount</span>
|
655
|
+
- <span class=\"size\">78k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
656
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Faccounts%2FNewAccount\">Explore</a></span></li><li
|
657
|
+
class=\"alt\"><span class=\"order\">74. </span><span class=\"result\"><a href=\"http://www.google.com/url\"
|
658
|
+
title=\"http://www.google.com/url\">WWW</a><p class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Furl\"
|
659
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
660
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/url\">www.<b>google.com</b>/url</span>
|
661
|
+
- <span class=\"size\">58k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
662
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Furl\">Explore</a></span></li><li><span
|
663
|
+
class=\"order\">75. </span><span class=\"result\"><a href=\"http://www.google.com/gwt/n\"
|
664
|
+
title=\"http://www.google.com/gwt/n\">Google Mobilizer</a><p class=\"details\"><a
|
665
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fgwt%2Fn\"
|
666
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
667
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/gwt/n\">www.<b>google.com</b>/gwt/n</span>
|
668
|
+
- <span class=\"size\">36k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
669
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fgwt%2Fn\">Explore</a></span></li><li
|
670
|
+
class=\"alt\"><span class=\"order\">76. </span><span class=\"result\"><a href=\"http://www.google.com/a/\"
|
671
|
+
title=\"http://www.google.com/a/\">Google Apps</a><p class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fa%2F\"
|
672
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
673
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/a/\">www.<b>google.com</b>/a</span>
|
674
|
+
- <span class=\"size\">419</span></p></span><span class=\"actions\"><a class=\"btn\"
|
675
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fa%2F\">Explore</a></span></li><li><span
|
676
|
+
class=\"order\">77. </span><span class=\"result\"><a href=\"http://www.google.com/intl/xx-hacker/\"
|
677
|
+
title=\"http://www.google.com/intl/xx-hacker/\">Google</a><p class=\"details\"><a
|
678
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fintl%2Fxx-hacker%2F\"
|
679
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
680
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/intl/xx-hacker/\">www.<b>google.com</b>/intl/xx-hacker</span>
|
681
|
+
- <span class=\"size\">10k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
682
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fintl%2Fxx-hacker%2F\">Explore</a></span></li><li
|
683
|
+
class=\"alt\"><span class=\"order\">78. </span><span class=\"result\"><a href=\"https://www.google.com/accounts/NewAccount?service=mail&continue=http://mail.google.com/mail/e-11-356bfdd603b04fe946bcea457b6c3-316c8dfe98b771385307586417e92a8090ce3462&type=2\"
|
684
|
+
title=\"https://www.google.com/accounts/NewAccount?service=mail&continue=http://mail.google.com/mail/e-11-356bfdd603b04fe946bcea457b6c3-316c8dfe98b771385307586417e92a8090ce3462&type=2\">Google
|
685
|
+
Accounts</a><p class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=https%3A%2F%2Fwww.google.com%2Faccounts%2FNewAccount%3Fservice%3Dmail%26continue%3Dhttp%3A%2F%2Fmail.google.com%2Fmail%2Fe-11-356bfdd603b04fe946bcea457b6c3-316c8dfe98b771385307586417e92a8090ce3462%26type%3D2\"
|
686
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
687
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"https://www.google.com/accounts/NewAccount?service=mail&continue=http://mail.google.com/mail/e-11-356bfdd603b04fe946bcea457b6c3-316c8dfe98b771385307586417e92a8090ce3462&type=2\"><b>google.com</b>/accounts/<wbr>NewAccount?service=mail&<b>...</b>&type=2</span>
|
688
|
+
- <span class=\"size\">96k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
689
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Faccounts%2FNewAccount%3Fservice%3Dmail%26continue%3Dhttp%3A%2F%2Fmail.google.com%2Fmail%2Fe-11-356bfdd603b04fe946bcea457b6c3-316c8dfe98b771385307586417e92a8090ce3462%26type%3D2\">Explore</a></span></li><li><span
|
690
|
+
class=\"order\">79. </span><span class=\"result\"><a href=\"https://www.google.com/accounts/NewAccount?service=mail&continue=http://mail.google.com/mail/e-11-37df9fc4df30fbd2f830a64c9354a-c945cad057f131e6d3835060988a62ccfbad96a8&type=2\"
|
691
|
+
title=\"https://www.google.com/accounts/NewAccount?service=mail&continue=http://mail.google.com/mail/e-11-37df9fc4df30fbd2f830a64c9354a-c945cad057f131e6d3835060988a62ccfbad96a8&type=2\">Google
|
692
|
+
Accounts</a><p class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=https%3A%2F%2Fwww.google.com%2Faccounts%2FNewAccount%3Fservice%3Dmail%26continue%3Dhttp%3A%2F%2Fmail.google.com%2Fmail%2Fe-11-37df9fc4df30fbd2f830a64c9354a-c945cad057f131e6d3835060988a62ccfbad96a8%26type%3D2\"
|
693
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
694
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"https://www.google.com/accounts/NewAccount?service=mail&continue=http://mail.google.com/mail/e-11-37df9fc4df30fbd2f830a64c9354a-c945cad057f131e6d3835060988a62ccfbad96a8&type=2\"><b>google.com</b>/accounts/<wbr>NewAccount?service=mail&<b>...</b>&type=2</span>
|
695
|
+
- <span class=\"size\">96k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
696
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Faccounts%2FNewAccount%3Fservice%3Dmail%26continue%3Dhttp%3A%2F%2Fmail.google.com%2Fmail%2Fe-11-37df9fc4df30fbd2f830a64c9354a-c945cad057f131e6d3835060988a62ccfbad96a8%26type%3D2\">Explore</a></span></li><li
|
697
|
+
class=\"alt\"><span class=\"order\">80. </span><span class=\"result\"><a href=\"http://www.google.com/cse\"
|
698
|
+
title=\"http://www.google.com/cse\">Google Custom Search - Site search and...</a><p
|
699
|
+
class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fcse\"
|
700
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
701
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/cse\">www.<b>google.com</b>/cse</span>
|
702
|
+
- <span class=\"size\">8k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
703
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fcse\">Explore</a></span></li><li><span
|
704
|
+
class=\"order\">81. </span><span class=\"result\"><a href=\"http://www.google.com/googlevoice/about.html\"
|
705
|
+
title=\"http://www.google.com/googlevoice/about.html\">Google Voice - Features</a><p
|
706
|
+
class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fgooglevoice%2Fabout.html\"
|
707
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
708
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/googlevoice/about.html\">www.<b>google.com</b>/<b>google</b>voice/<wbr>about.html</span>
|
709
|
+
- <span class=\"size\">6k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
710
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fgooglevoice%2Fabout.html\">Explore</a></span></li><li
|
711
|
+
class=\"alt\"><span class=\"order\">82. </span><span class=\"result\"><a href=\"http://www.google.com/ie\"
|
712
|
+
title=\"http://www.google.com/ie\">Google Toolbar</a><p class=\"details\"><a
|
713
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fie\"
|
714
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
715
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/ie\">www.<b>google.com</b>/ie</span>
|
716
|
+
- <span class=\"size\">2k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
717
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fie\">Explore</a></span></li><li><span
|
718
|
+
class=\"order\">83. </span><span class=\"result\"><a href=\"http://www.google.com/about/corporate/company/execs.html\"
|
719
|
+
title=\"http://www.google.com/about/corporate/company/execs.html\">Management
|
720
|
+
team – Company</a><p class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fabout%2Fcorporate%2Fcompany%2Fexecs.html\"
|
721
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
722
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/about/corporate/company/execs.html\">www.<b>google.com</b>/about/<wbr>corporate/company/execs.html</span>
|
723
|
+
- <span class=\"size\">26k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
724
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fabout%2Fcorporate%2Fcompany%2Fexecs.html\">Explore</a></span></li><li
|
725
|
+
class=\"alt\"><span class=\"order\">84. </span><span class=\"result\"><a href=\"http://www.google.com/technology/pigeonrank.html\"
|
726
|
+
title=\"http://www.google.com/technology/pigeonrank.html\">Google Technology</a><p
|
727
|
+
class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Ftechnology%2Fpigeonrank.html\"
|
728
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
729
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/technology/pigeonrank.html\">www.<b>google.com</b>/technology/<wbr>pigeonrank.html</span>
|
730
|
+
- <span class=\"size\">13k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
731
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Ftechnology%2Fpigeonrank.html\">Explore</a></span></li><li><span
|
732
|
+
class=\"order\">85. </span><span class=\"result\"><a href=\"http://www.google.com/apps/intl/en/business/index.html\"
|
733
|
+
title=\"http://www.google.com/apps/intl/en/business/index.html\">Google Apps
|
734
|
+
for Business | Official...</a><p class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fapps%2Fintl%2Fen%2Fbusiness%2Findex.html\"
|
735
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
736
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/apps/intl/en/business/index.html\">www.<b>google.com</b>/apps/intl/en/<wbr>business/index.html</span>
|
737
|
+
- <span class=\"size\">24k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
738
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fapps%2Fintl%2Fen%2Fbusiness%2Findex.html\">Explore</a></span></li><li
|
739
|
+
class=\"alt\"><span class=\"order\">86. </span><span class=\"result\"><a href=\"http://www.google.com/about/corporate/company/tech.html\"
|
740
|
+
title=\"http://www.google.com/about/corporate/company/tech.html\">Technology
|
741
|
+
overview – Company</a><p class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fabout%2Fcorporate%2Fcompany%2Ftech.html\"
|
742
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
743
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/about/corporate/company/tech.html\">www.<b>google.com</b>/about/<wbr>corporate/company/tech.html</span>
|
744
|
+
- <span class=\"size\">23k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
745
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fabout%2Fcorporate%2Fcompany%2Ftech.html\">Explore</a></span></li><li><span
|
746
|
+
class=\"order\">87. </span><span class=\"result\"><a href=\"https://www.google.com/bookmarks/l\"
|
747
|
+
title=\"https://www.google.com/bookmarks/l\">Google Bookmarks</a><p class=\"details\"><a
|
748
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=https%3A%2F%2Fwww.google.com%2Fbookmarks%2Fl\"
|
749
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
750
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"https://www.google.com/bookmarks/l\">www.<b>google.com</b>/bookmarks/l</span>
|
751
|
+
- <span class=\"size\">9k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
752
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fbookmarks%2Fl\">Explore</a></span></li><li
|
753
|
+
class=\"alt\"><span class=\"order\">88. </span><span class=\"result\"><a href=\"http://www.google.com/friendconnect\"
|
754
|
+
title=\"http://www.google.com/friendconnect\">Google Friend Connect</a><p class=\"details\"><a
|
755
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Ffriendconnect\"
|
756
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
757
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/friendconnect\">www.<b>google.com</b>/friendconnect</span>
|
758
|
+
- <span class=\"size\">9k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
759
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Ffriendconnect\">Explore</a></span></li><li><span
|
760
|
+
class=\"order\">89. </span><span class=\"result\"><a href=\"http://www.google.com/adsense/\"
|
761
|
+
title=\"http://www.google.com/adsense/\">Google AdSense</a><p class=\"details\"><a
|
762
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fadsense%2F\"
|
763
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
764
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/adsense/\">www.<b>google.com</b>/adsense</span>
|
765
|
+
- <span class=\"size\">22k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
766
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fadsense%2F\">Explore</a></span></li><li
|
767
|
+
class=\"alt\"><span class=\"order\">90. </span><span class=\"result\"><a href=\"http://www.google.com/ig?hl=en\"
|
768
|
+
title=\"http://www.google.com/ig?hl=en\">iGoogle</a><p class=\"details\"><a
|
769
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fig%3Fhl%3Den\"
|
770
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
771
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/ig?hl=en\">www.<b>google.com</b>/ig?hl=en</span>
|
772
|
+
- <span class=\"size\">106k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
773
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fig%3Fhl%3Den\">Explore</a></span></li><li><span
|
774
|
+
class=\"order\">91. </span><span class=\"result\"><a href=\"http://www.google.com/intl/en/holidaylogos.html\"
|
775
|
+
title=\"http://www.google.com/intl/en/holidaylogos.html\">Google Holiday Logos</a><p
|
776
|
+
class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fintl%2Fen%2Fholidaylogos.html\"
|
777
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
778
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/intl/en/holidaylogos.html\">www.<b>google.com</b>/intl/en/<wbr>holidaylogos.html</span>
|
779
|
+
- <span class=\"size\">10k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
780
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fintl%2Fen%2Fholidaylogos.html\">Explore</a></span></li><li
|
781
|
+
class=\"alt\"><span class=\"order\">92. </span><span class=\"result\"><a href=\"http://www.google.com/sky\"
|
782
|
+
title=\"http://www.google.com/sky\">Google Sky</a><p class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fsky\"
|
783
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
784
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/sky\">www.<b>google.com</b>/sky</span>
|
785
|
+
- <span class=\"size\">12k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
786
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fsky\">Explore</a></span></li><li><span
|
787
|
+
class=\"order\">93. </span><span class=\"result\"><a href=\"http://www.google.com/mobile/latitude/index.html\"
|
788
|
+
title=\"http://www.google.com/mobile/latitude/index.html\">Google Latitude</a><p
|
789
|
+
class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fmobile%2Flatitude%2Findex.html\"
|
790
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
791
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/mobile/latitude/index.html\">www.<b>google.com</b>/mobile/<wbr>latitude/index.html</span>
|
792
|
+
- <span class=\"size\">16k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
793
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fmobile%2Flatitude%2Findex.html\">Explore</a></span></li><li
|
794
|
+
class=\"alt\"><span class=\"order\">94. </span><span class=\"result\"><a href=\"http://www.google.com/support/websearch/bin/answer.py?hl=en&answer=35851\"
|
795
|
+
title=\"http://www.google.com/support/websearch/bin/answer.py?hl=en&answer=35851\">Enable
|
796
|
+
cookies : Search history and...</a><p class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fsupport%2Fwebsearch%2Fbin%2Fanswer.py%3Fhl%3Den%26answer%3D35851\"
|
797
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
798
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/support/websearch/bin/answer.py?hl=en&answer=35851\"><b>google.com</b>/support/websearch/<wbr>bin/answer.py?<b>...</b>&answer=35851</span>
|
799
|
+
- <span class=\"size\">19k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
800
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fsupport%2Fwebsearch%2Fbin%2Fanswer.py%3Fhl%3Den%26answer%3D35851\">Explore</a></span></li><li><span
|
801
|
+
class=\"order\">95. </span><span class=\"result\"><a href=\"http://www.google.com/support/websearch/bin/answer.py?hl=en&answer=23852\"
|
802
|
+
title=\"http://www.google.com/support/websearch/bin/answer.py?hl=en&answer=23852\">Enable
|
803
|
+
JavaScript : I want to enable...</a><p class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fsupport%2Fwebsearch%2Fbin%2Fanswer.py%3Fhl%3Den%26answer%3D23852\"
|
804
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
805
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/support/websearch/bin/answer.py?hl=en&answer=23852\"><b>google.com</b>/support/websearch/<wbr>bin/answer.py?<b>...</b>&answer=23852</span>
|
806
|
+
- <span class=\"size\">20k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
807
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fsupport%2Fwebsearch%2Fbin%2Fanswer.py%3Fhl%3Den%26answer%3D23852\">Explore</a></span></li><li
|
808
|
+
class=\"alt\"><span class=\"order\">96. </span><span class=\"result\"><a href=\"http://www.google.com/moon\"
|
809
|
+
title=\"http://www.google.com/moon\">Google Moon</a><p class=\"details\"><a
|
810
|
+
href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fmoon\"
|
811
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
812
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/moon\">www.<b>google.com</b>/moon</span>
|
813
|
+
- <span class=\"size\">5k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
814
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fmoon\">Explore</a></span></li><li><span
|
815
|
+
class=\"order\">97. </span><span class=\"result\"><a href=\"http://www.google.com/advanced_search\"
|
816
|
+
title=\"http://www.google.com/advanced_search\">Google Advanced Search</a><p
|
817
|
+
class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fadvanced_search\"
|
818
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
819
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/advanced_search\">www.<b>google.com</b>/advanced_search</span>
|
820
|
+
- <span class=\"size\">55k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
821
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fadvanced_search\">Explore</a></span></li><li
|
822
|
+
class=\"alt\"><span class=\"order\">98. </span><span class=\"result\"><a href=\"http://www.google.com/prdhp?hl=en&tab=wf\"
|
823
|
+
title=\"http://www.google.com/prdhp?hl=en&tab=wf\">Google Product Search</a><p
|
824
|
+
class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Fprdhp%3Fhl%3Den%26tab%3Dwf\"
|
825
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
826
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/prdhp?hl=en&tab=wf\">www.<b>google.com</b>/prdhp?hl=en&<wbr>tab=wf</span>
|
827
|
+
- <span class=\"size\">25k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
828
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fprdhp%3Fhl%3Den%26tab%3Dwf\">Explore</a></span></li><li><span
|
829
|
+
class=\"order\">99. </span><span class=\"result\"><a href=\"http://www.google.com/finance?q=.DJI\"
|
830
|
+
title=\"http://www.google.com/finance?q=.DJI\">Dow Jones Industrial Average:...</a><p
|
831
|
+
class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=http%3A%2F%2Fwww.google.com%2Ffinance%3Fq%3D.DJI\"
|
832
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
833
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"http://www.google.com/finance?q=.DJI\">www.<b>google.com</b>/finance?q=.DJI</span>
|
834
|
+
- <span class=\"size\">71k</span></p></span><span class=\"actions\"><a class=\"btn\"
|
835
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Ffinance%3Fq%3D.DJI\">Explore</a></span></li><li
|
836
|
+
class=\"alt\"><span class=\"order\">100. </span><span class=\"result\"><a href=\"https://www.google.com/a/\"
|
837
|
+
title=\"https://www.google.com/a/\">Google Apps</a><p class=\"details\"><a href=\"https://siteexplorer.search.yahoo.com/mysites?site_url=https%3A%2F%2Fwww.google.com%2Fa%2F\"
|
838
|
+
class=\"no-auth\">Authenticate this site</a> to see more information</p><p class=\"info\"><span
|
839
|
+
class=\"type\">text/html</span> <span class=\"url\" title=\"https://www.google.com/a/\">www.<b>google.com</b>/a</span>
|
840
|
+
- <span class=\"size\">419</span></p></span><span class=\"actions\"><a class=\"btn\"
|
841
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com%2Fa%2F\">Explore</a></span></li></ol><div
|
842
|
+
class=\"bd-ft\"><div class=\"row\"><ol class=\"btn-list\"><li><span class=\"btn\">1</span></li><li><a
|
843
|
+
class=\"btn\" href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com&b=101\"
|
844
|
+
title=\"Results - 101 to 200\">2</a></li><li><a class=\"btn\" href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com&b=201\"
|
845
|
+
title=\"Results - 201 to 300\">3</a></li><li><a class=\"btn\" href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com&b=301\"
|
846
|
+
title=\"Results - 301 to 400\">4</a></li><li><a class=\"btn\" href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com&b=401\"
|
847
|
+
title=\"Results - 401 to 500\">5</a></li><li><a class=\"btn\" href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com&b=501\"
|
848
|
+
title=\"Results - 501 to 600\">6</a></li><li><a class=\"btn\" href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com&b=601\"
|
849
|
+
title=\"Results - 601 to 700\">7</a></li><li><a class=\"btn\" href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com&b=701\"
|
850
|
+
title=\"Results - 701 to 800\">8</a></li><li><a class=\"btn\" href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com&b=801\"
|
851
|
+
title=\"Results - 801 to 900\">9</a></li><li><a class=\"btn\" href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com&b=901\"
|
852
|
+
title=\"Results - 901 to 1000\">10</a></li><li class=\"last next\"><a class=\"btn\"
|
853
|
+
href=\"http://siteexplorer.search.yahoo.com/search?p=www.google.com&b=101\">Next</a></li></ol></div></div></div><div
|
854
|
+
class=\"ft\"><div class=\"bcap\"><div class=\"l\"></div><div class=\"c\"></div><div
|
855
|
+
class=\"r\"></div></div></div></div><script>\n (function () {\n var
|
856
|
+
Y = YAHOO,\n yut = Y.util,\n yud = yut.Dom,\n yue
|
857
|
+
= yut.Event,\n cmpEl = yud.get('btn-cmp'),\n expEl =
|
858
|
+
yud.get('btn-exp'),\n dEls = yud.getElementsByClassName('details',
|
859
|
+
'p', 'main'),\n dState = false,\n rowEls, i, m;\n\n yud.addClass(
|
860
|
+
cmpEl, 'sel' );\n\n Y.namespace(\"SiteExplorer\");\n\n Y.SiteExplorer.showResultDetails
|
861
|
+
= function () {\n yud.setStyle( dEls, 'display', 'block' );\n yud.addClass(
|
862
|
+
expEl, 'sel' );\n yud.removeClass( cmpEl, 'sel' );\n dState
|
863
|
+
= true;\n };\n\n Y.SiteExplorer.hideResultDetails = function ()
|
864
|
+
{\n yud.setStyle( dEls, 'display', 'none' );\n yud.addClass(
|
865
|
+
cmpEl, 'sel' );\n yud.removeClass( expEl, 'sel' );\n dState
|
866
|
+
= false;\n };\n\n yue.on( cmpEl, 'click', function (e) {\n yue.preventDefault(
|
867
|
+
e );\n if (dState) {\n Y.SiteExplorer.hideResultDetails();\n
|
868
|
+
\ }\n });\n\n yue.on( expEl, 'click', function (e) {\n
|
869
|
+
\ yue.preventDefault( e );\n if (!dState) {\n Y.SiteExplorer.showResultDetails();\n
|
870
|
+
\ }\n });\n\n /* set up highlighting for table rows
|
871
|
+
-- for ie6 */\n if (YAHOO.env.ua.ie <= 6) {\n rowEls = yud.get('result-list').getElementsByTagName('tr');\n
|
872
|
+
\ m = rowEls.length - 1;\n for (i = 0; i <= m; i+=1) {\n
|
873
|
+
\ var trEl = rowEls[i];\n yue.on( trEl, 'mouseover',
|
874
|
+
function (e, obj) {\n yud.addClass( obj, 'hover' );\n },
|
875
|
+
trEl, false);\n yue.on( trEl, 'mouseout', function (e, obj) {\n
|
876
|
+
\ yud.removeClass( obj, 'hover' );\n }, trEl,
|
877
|
+
false);\n }\n }\n }());\n</script>\n</div></div><div id=\"ft\"><p
|
878
|
+
id=\"legal\">Copyright © 2011 Yahoo! Inc. All rights reserved. <a href=\"http://info.yahoo.com/privacy/us/yahoo/search/details.html\">Privacy
|
879
|
+
Policy (<span class=\"updt\">Updated</span>)</a> - <a href=\"http://info.yahoo.com/legal/us/yahoo/utos/utos-173.html\">Terms
|
880
|
+
of Service</a> - <a href=\"http://docs.yahoo.com/info/copyright/copyright.html\">Copyright/IP
|
881
|
+
Policy</a> - <a href=\"http://siteexplorer.search.yahoo.com/submit\">Submit
|
882
|
+
Your Site</a> - <a href=\"http://help.yahoo.com/l/us/yahoo/search/siteexplorer/\">Help</a></p></div></div></body></html>\n<!--
|
883
|
+
fe05.sitex.search.ac2.yahoo.com compressed/chunked Mon Aug 15 03:07:56 PDT 2011
|
884
|
+
-->\n"
|
885
|
+
http_version: '1.1'
|
886
|
+
- !ruby/struct:VCR::HTTPInteraction
|
887
|
+
request: !ruby/struct:VCR::Request
|
888
|
+
method: :get
|
889
|
+
uri: http://www.bing.com:80/search?q=link%3Awww.google.com
|
890
|
+
body: !!null
|
891
|
+
headers: !!null
|
892
|
+
response: !ruby/struct:VCR::Response
|
893
|
+
status: !ruby/struct:VCR::ResponseStatus
|
894
|
+
code: 200
|
895
|
+
message: OK
|
896
|
+
headers:
|
897
|
+
cache-control:
|
898
|
+
- private, max-age=0
|
899
|
+
content-type:
|
900
|
+
- text/html; charset=utf-8
|
901
|
+
content-encoding:
|
902
|
+
- gzip
|
903
|
+
expires:
|
904
|
+
- Mon, 15 Aug 2011 10:06:56 GMT
|
905
|
+
p3p:
|
906
|
+
- CP="NON UNI COM NAV STA LOC CURa DEVa PSAa PSDa OUR IND"
|
907
|
+
date:
|
908
|
+
- Mon, 15 Aug 2011 10:07:56 GMT
|
909
|
+
transfer-encoding:
|
910
|
+
- chunked
|
911
|
+
connection:
|
912
|
+
- keep-alive
|
913
|
+
- Transfer-Encoding
|
914
|
+
vary:
|
915
|
+
- Accept-Encoding
|
916
|
+
set-cookie:
|
917
|
+
- _SS=SID=27807B0878154A7C890631FD835F41E1; domain=.bing.com; path=/
|
918
|
+
- MUID=B93D9E59A984474C9A3DE6AC2A30E8AD; expires=Wed, 14-Aug-2013 10:07:56 GMT;
|
919
|
+
domain=.bing.com; path=/
|
920
|
+
- OrigMUID=B93D9E59A984474C9A3DE6AC2A30E8AD%2c07fe03fe865940d591da19be6bca19e0;
|
921
|
+
expires=Wed, 14-Aug-2013 10:07:56 GMT; domain=.bing.com; path=/
|
922
|
+
- OVR=flt=0&flt2=0&flt3=0&flt4=0&flt5=0&flt6=0&flt7=0&flt8=0&flt9=0&flt10=0&flt11=0&ramp1=0&release=or3&preallocation=0&R=1;
|
923
|
+
domain=.bing.com; path=/
|
924
|
+
- SRCHD=D=1904287&MS=1904287&AF=NOFORM; expires=Wed, 14-Aug-2013 10:07:56 GMT;
|
925
|
+
domain=.bing.com; path=/
|
926
|
+
- SRCHUID=V=2&GUID=95EBD5435E1648F59E23B2A7B6305EC1; expires=Wed, 14-Aug-2013
|
927
|
+
10:07:56 GMT; path=/
|
928
|
+
- SRCHUSR=AUTOREDIR=0&GEOVAR=&DOB=20110815; expires=Wed, 14-Aug-2013 10:07:56
|
929
|
+
GMT; domain=.bing.com; path=/
|
930
|
+
body: ! "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\"><html
|
931
|
+
lang=\"en\" xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:Web=\"http://schemas.live.com/Web/\"><head><meta
|
932
|
+
content=\"text/html; charset=utf-8\" http-equiv=\"content-type\" /><script type=\"text/javascript\">//<![CDATA[\nsi_ST=new
|
933
|
+
Date\n//]]></script><script type=\"text/javascript\">//<![CDATA[\n_G={ST:(si_ST?si_ST:new
|
934
|
+
Date),Mkt:\"en-US\",RTL:false,Ver:\"7_07_0_1019875\",IG:\"07fe03fe865940d591da19be6bca19e0\",EventID:\"1C2EFB15B1394D17A092E3D572EE419C\",P:\"SERP\",DA:\"Bl2\",CID:\"B93D9E59A984474C9A3DE6AC2A30E8AD\",SUIH:\"1ltUqRkEKc8dzbtiVhqa0g\",PCId:\"1\",cUrl:\"http:\\/\\/c.bing.com\\/c.gif?DI=15074\",akamaiSyncUrl:\"http:\\/\\/cms.abmr.net\\/pix?cid=1237&uid=\",gpUrl:\"\\/fd\\/ls\\/GLinkPing.aspx?\"};_G.lsUrl=\"/fd/ls/l?IG=\"+_G.IG+\"&CID=\"+_G.CID+\"&PM=Y\";curUrl=\"http:\\/\\/www.bing.com\\/search\";function
|
935
|
+
si_T(a){if(document.images){_G.GPImg=new Image;_G.GPImg.src=_G.gpUrl+'IG='+_G.IG+'&CID='+_G.CID+'&PM=Y'+a;}return
|
936
|
+
true;};sb_gh=function(){return location.hash};sb_sh=function(a){location.hash=a};_w=window;_d=document;sb_de=_d.documentElement;sb_ie=!!_w.ActiveXObject;sb_i6=sb_ie&&!_w.XMLHttpRequest;function
|
937
|
+
_ge(a){return _d.getElementById(a)}sb_st=_w.setTimeout;sb_ct=_w.clearTimeout;sb_gt=function(){return(new
|
938
|
+
Date).getTime()};function si_PP(e,c){if(!_G.PPS){for(var d='\"',b=[\"PC\",\"FC\",\"BC\",\"BS\",\"H\",\"FE\",\"LE\",\"C1\",\"C2\",\"BP\",\"KP\"],a=0;a<b.length;a++)d+=',\"'+b[a]+'\":'+(_G[b[a]+\"T\"]?_G[b[a]+\"T\"]-_G.ST:-1);_G.PPImg=new
|
939
|
+
Image;_G.PPImg.src=_G.lsUrl+'&Type=Event.CPT&DATA={\"pp\":{\"S\":\"'+(c?c:\"L\")+d+',\"CT\":'+(e-_G.ST)+',\"IL\":'+_d.images.length+(_w.sb_ppCPL?',\"CP\":1':\"\")+\"}}\"+(_G.P?\"&P=\"+_G.P:\"\")+(_G.DA?\"&DA=\"+_G.DA:\"\");_G.PPS=1;sb_st(function(){sj_evt.fire(\"onPP\")},1)}}_w.onbeforeunload=function(){si_PP(new
|
940
|
+
Date,\"A\")};sj_evt=new function(){var a={},b=this;function c(b){return a[b]||(a[b]=[])}b.fire=function(e){for(var
|
941
|
+
a=c(e),d=a.e=arguments,b=0;b<a.length;b++)if(a[b].d)sb_st(sj_wf(a[b],d),a[b].d);else
|
942
|
+
a[b](d)};b.bind=function(f,a,d,e){var b=c(f);a.d=e;b.push(a);d&&b.e&&a(b.e)};b.unbind=function(e,d){for(var
|
943
|
+
c=0,b=a[e];b&&c<b.length;c++)if(b[c]==d){b.splice(c,1);break}}};\n//]]></script><style
|
944
|
+
type=\"text/css\">body{color:#000;background:#fff url(/fd/s/a/sw1.png) repeat-x
|
945
|
+
0 -91px;font:small/normal Arial,Helvetica,Sans-Serif;margin:0;min-width:987px}a{color:#04c;text-decoration:none}a:visited{color:#639}a:hover,h3
|
946
|
+
a{text-decoration:underline}h1,h2,h3,h4,h5,h6{font-size:small;font-weight:200;margin:0}h1{font-size:93%}h2,h3{font-size:125%}h1,h1
|
947
|
+
a,h1 a:visited,h2,h2 a,h2 a:visited{color:#e66400}h2{margin:0 0 .62em}img{border:0}cite,.sb_cite{color:#388222;font-style:normal;word-wrap:break-word}strong{font-weight:700}.sb_count,.sb_meta{color:#737373}.sb_meta
|
948
|
+
a,.sb_meta a:visited{color:#5077bb}.sb_alert{color:#d90026}.sb_alert a{font-style:italic}#sw_hdr,#sw_content,#sw_main,#sw_foot{width:100%;float:left}#sw_content{position:static;z-index:3;min-height:344px}#sw_canvas{padding:0
|
949
|
+
0 0 15px;clear:both}#sw_main{_display:inline;margin:0 0 0 -15px;padding:0 0
|
950
|
+
1.54em 15px}.sb_results,.sb_results ul,.sb_results li{list-style-type:none;margin:0;padding:0}.sb_results
|
951
|
+
p,.sb_results .sb_meta{margin:0;line-height:1.2em;word-wrap:break-word}.sp_pss
|
952
|
+
li{display:inline}.sb_pag{padding:0;margin:0;width:100%;float:left}.sb_pag ul,.sb_pag
|
953
|
+
li{list-style:none;margin:0;padding:0}.sb_pag li{float:left}.sb_pag h4{display:none}.sb_pag
|
954
|
+
a,.sb_pag span{display:block;padding:.3em .7em;margin:0 .38em 0 0;text-align:center}a.sb_pagP,a.sb_pagN,span.sb_pagSp{padding:.38em
|
955
|
+
.5em}.sb_pag a:hover,a.sb_pagS{text-decoration:none;background:#ededed}a.sb_pagS{color:#000}a.sb_pagP{margin-right:.7em;padding-left:0}a:hover.sb_pagP,a:hover.sb_pagN{text-decoration:underline;background-color:transparent}a.sb_pagP:visited,a.sb_pagN:visited{color:#04c}#sw_hdr{min-height:70px;_height:70px;padding:0
|
956
|
+
0 30px 0}#sw_im{position:absolute;z-index:-1;height:100px;width:620px;top:0;left:190px;background:no-repeat;opacity:0;filter:alpha(opacity=0)}.sw_logo{background:url(/fd/s/a/sw1.png)
|
957
|
+
no-repeat 0 -48px;_display:inline;height:40px;width:112px;margin:-39px 52px
|
958
|
+
0 20px;float:left}.sw_logoT{color:#000;font-size:170%;line-height:normal;position:absolute;z-index:-1}#sw_hdr
|
959
|
+
.sw_box{padding:49px 0 0;margin:0;float:left;position:relative;z-index:1001;width:100%;line-height:1.38em}#sw_hdr
|
960
|
+
.sw_bd{margin-top:-2.43em}.sb_form_align{margin:-50px 0 0 600px;padding:0 0
|
961
|
+
0 .53em}.sw_box .sb_form_align{text-align:right;padding:0}.sw_t,.sw_t *,.sw_t
|
962
|
+
a:visited{color:#fff}.sw_t{line-height:1.52em;width:100%;float:left}.sw_tc{background:#525051
|
963
|
+
url(/fd/s/a/sw1.png) 0 -91px;background:-webkit-gradient(linear,left top,left
|
964
|
+
bottom,from(#768b9e),to(#9fabb9));position:absolute;left:0;z-index:-2;height:1.5em;width:100%}.sw_t
|
965
|
+
ul{float:left;margin:0;padding:0 0 0 20px}.sw_t li{padding:0 .85em 0 0;display:inline;zoom:1}ul.sw_tm{padding:0}ul.sw_tn{float:right;white-space:nowrap;padding:0
|
966
|
+
20px}.sw_tn li,.sw_tl{padding:0 0 0 .85em}.sw_u{font-weight:bold;padding:0 .77em
|
967
|
+
0 0}.sw_tl{position:relative;display:inline;z-index:1003}.sw_tl a:hover,.sw_tl
|
968
|
+
a:hover .sw_tla{text-decoration:none}.sw_tl a:hover span{text-decoration:underline}#sw_tll
|
969
|
+
span{margin:0 0 -2px .38em}.sw_tlia,.sw_tliw,.sw_tlif{width:17px;height:16px;display:-moz-inline-box;display:inline-block;vertical-align:middle;background:url(/fd/s/a/sw1.png)
|
970
|
+
-77px -12px}.sw_tlif{width:13px;height:13px;background-position:0 -29px}#sw_tlm,.sw_tlin,#sw_tfbb{display:none}.sw_tla{font-size:75%;margin-left:.38em}.sw_me{width:4.5em;text-align:center}#sw_meCtrl
|
971
|
+
.sw_meIc{background:url(/fd/s/a/sw1.png) -43px -12px;display:inline-block;height:15px;margin:0
|
972
|
+
.08em 0 .33em;width:15px;vertical-align:middle}#hp_sw_hdr .sw_meWrap{margin-right:.85em;padding-left:.85em}#sw_meCtrl
|
973
|
+
span{margin:0}a#sw_meCtrl{padding:0 5px}.sw_bd{position:relative;float:left;font-size:medium}.sw_b{float:left;border:1px
|
974
|
+
#e5e5e5 solid;background:#fff;padding:.19em .19em 1.06em 0}.sw_b input{float:left;border:0;margin:0
|
975
|
+
0 -.88em;font-size:100%;padding:.19em .31em .25em .56em;height:1.25em;line-height:1.25em;width:23.45em;-webkit-appearance:none;outline:none}.sw_b
|
976
|
+
.sw_qbtn{background:#e66400 url(/fd/s/a/sw1.png) 0 -1px;cursor:pointer;height:27px;width:27px;padding:27px
|
977
|
+
0 0;margin:0 0 -14px;overflow:hidden;font-size:0}#sw_as{left:-1px;position:relative;clear:both;display:none;font-size:small}</style><script
|
978
|
+
type=\"text/javascript\">//<![CDATA[\nfunction sj_wf(a){var b=arguments;return
|
979
|
+
function(){a.apply(null,[].slice.apply(b).slice(1))}};function sj_be(a,b,c,d){if(a.addEventListener)a.addEventListener(b,c,d);else
|
980
|
+
if(a.attachEvent)a.attachEvent(\"on\"+b,c);else a[\"on\"+b]=c}function sj_ue(a,b,c,d){if(a.removeEventListener)a.removeEventListener(b,c,d);else
|
981
|
+
if(a.detachEvent)a.detachEvent(\"on\"+b,c);else a[\"on\"+b]=null};function sj_anim(k){var
|
982
|
+
a=this,j,d,h,g,c,e,i,b,f;a.init=function(m,g,k,l,h){j=m;c=g;e=k;i=l;f=h;if(!b)b=c;!d&&a.start()};a.start=function(){h=sb_gt();g=Math.abs(e-c-b)/i*25;d=setInterval(a.next,25)};a.stop=function(){clearInterval(d);d=0};a.next=function(){var
|
983
|
+
d=sb_gt()-h;b=c+(e-c)*d/g;if(d>=g){a.stop();b=e;f&&f()}k(j,b)}};function sj_so(b,a){b.style.filter=a>=100?\"\":\"alpha(opacity=\"+a+\")\";b.style.opacity=a/100};function
|
984
|
+
sj_fader(){return new sj_anim(function(b,a){sj_so(b,a)})};function sj_ce(d,c,b){var
|
985
|
+
a=_d.createElement(d);if(c)a.id=c;if(b)a.className=b;return a};function sj_jb(h,f){for(var
|
986
|
+
b=arguments,e,d,a=2,g={n:h};a<b.length;a+=2){e=b[a];d=b[a+1];sj_be(e,d,sj_wf(c,g,f,e,d))}a<3&&c(g,f);function
|
987
|
+
c(a,d,b,e){b&&sj_ue(b,e,c);sj_evt.bind(\"onP1\",function(){if(!a.l){a.l=1;var
|
988
|
+
b=sj_ce(\"script\");b.src=(d?\"/fd/sa/\"+_G.Ver:\"/sa/\"+_G.AppVer)+\"/\"+a.n+\".js\";sj_b.appendChild(b)}},1,5)}};function
|
989
|
+
sj_gx(){return sb_i6?new ActiveXObject(\"MSXML2.XMLHTTP\"):new XMLHttpRequest};function
|
990
|
+
sj_sp(a){if(sb_ie)a.cancelBubble=true;else a.stopPropagation()};function sj_ev(a){return
|
991
|
+
sb_ie?event:a}function sj_et(a){return sb_ie?event.srcElement:a.target}function
|
992
|
+
sj_mi(a){return sb_ie?event.fromElement:a.relatedTarget}function sj_mo(a){return
|
993
|
+
sb_ie?event.toElement:a.relatedTarget};function sj_pd(a){if(sb_ie)event.returnValue=false;else
|
994
|
+
a.preventDefault()};function sj_we(a,c,b){while(a&&a!=(b||sj_b)){if(a==c)return!0;a=a.parentNode}return!1};function
|
995
|
+
sj_go(a,c,d){var b=0;while(a.offsetParent&&a!=(d||sj_b)){b+=a[\"offset\"+c];a=a.offsetParent}return
|
996
|
+
b};function si_fbInit(d,c,e){var a=this;a.appNs=d;a.wfId=e;var b=0;a.loadCard=function(){if(!b){sj_jb(c,1);b=1}};a.openCard=function(){}};(function(){var
|
997
|
+
e,a=0,c=sj_evt,b=[];_w.si_PP&&b.push(\"onPP\");for(;a<b.length;a++)c.bind(b[e=a],d,1);!a&&d();function
|
998
|
+
d(){--e<1&&c.fire(\"onP1\")}})();function lb(){var e=sj_evt,f=\"onSbBusy\",b;e.bind(f,d,1);function
|
999
|
+
d(a){b=a[1];e.unbind(f,d)}for(var a=1;a<4;++a){var g=\"sb_form\"+(a>1?a:\"\"),c=_ge(g);c&&!(b&&_ge(g+\"_q\")==b)&&c.reset&&c.reset()}_w.si_sendCReq&&sb_st(si_sendCReq,800);_w.lbc&&lbc()}(function(){var
|
1000
|
+
a=sj_evt,c=\"onSbBusy\",b=null;a.bind(c,function(){sb_ct(b);b=sb_st(sj_wf(a.fire,\"onSbIdle\"),1100)});sj_be(_d,\"keydown\",function(b){a.fire(c,sj_et(b))})})();sj_evt.bind(\"onHTML\",function(){var
|
1001
|
+
a=_ge(\"sb_form\");a&&sj_be(a,\"submit\",sj_wf(sj_evt.fire,\"onSearch\",a))});function
|
1002
|
+
init(){};\n//]]></script><title>link:www.google.com - Bing</title><style type=\"text/css\">#content{margin:0
|
1003
|
+
0 0 -15px;padding:0 271px 0 0;max-width:666px}#results_area{float:left;width:100%}#results_container{padding:0
|
1004
|
+
15px}#sidebar{float:left;margin:0 -271px 0 0;padding:0 15px 0 26px;width:230px;word-wrap:break-word}.sb_vdl{width:100%;margin-top:.4em}#results:after,.sb_vdl:after{clear:both;content:'.';display:block;height:0;visibility:hidden}.sb_vdl
|
1005
|
+
ul{max-width:34%;_width:34%;margin:0 1.51em 0 3.11em;_margin:0 2.55em 0 1.18em;float:left}.sb_vdl
|
1006
|
+
li{text-indent:-.77em;_text-indent:0;a:0}.sb_ph{margin:0 0 .93em;text-align:right;color:#737373}.sb_ph
|
1007
|
+
h1{float:left;color:#737373;text-transform:uppercase}.sc_bullet{margin:0 0 0
|
1008
|
+
.47em;font-size:93%}.sb_ph a{color:#737373;text-decoration:underline}</style><link
|
1009
|
+
href=\"/s/wlflag.ico\" rel=\"icon\"/><link href=\"/search?q=link%3awww.google.com&format=rss\"
|
1010
|
+
rel=\"alternate\" title=\"XML\" type=\"text/xml\"/><link href=\"/search?q=link%3awww.google.com&format=rss\"
|
1011
|
+
rel=\"alternate\" title=\"RSS\" type=\"application/rss+xml\"/><!-- FD: 7739B5055184FDAA367DB2783BEFB776
|
1012
|
+
--></head><body class=\"en en-US\" onload=\"if(_w.lb)lb();\"><script type=\"text/javascript\">//<![CDATA[\n_G.PCT=new
|
1013
|
+
Date\n//]]></script><script type=\"text/javascript\">//<![CDATA[\nsi_fb=new
|
1014
|
+
si_fbInit('FD.1','fbbsqr_c','wf11');sj_b=_d.body;\n//]]></script><!--snr2--><script
|
1015
|
+
type=\"text/javascript\">//<![CDATA[\n_G.AppVer=\"7_07_0_1019990\";\n//]]></script><div
|
1016
|
+
id=\"sw_page\"><div id=\"sw_width\"><div id=\"sw_hdr\"><div id=\"sw_im\"></div><div
|
1017
|
+
class=\"sw_t\"><div class=\"sw_tc\"></div><ul id=\"sch_scopes\"><li><a href=\"/?scope=web&FORM=Z9FD\"
|
1018
|
+
onmousedown=\"return si_T('&ID=FD,23.1')\">Web</a></li><li><a href=\"/images/search?q=link%3awww.google.com&FORM=BIFD\"
|
1019
|
+
onmousedown=\"return si_T('&ID=FD,25.1')\">Images</a></li><li><a href=\"/videos/search?q=link%3awww.google.com&FORM=BVFD\"
|
1020
|
+
onmousedown=\"return si_T('&ID=FD,27.1')\">Videos</a></li><li><a href=\"/shopping/search?q=link%3awww.google.com&mkt=en-US&FORM=BPFD\"
|
1021
|
+
onmousedown=\"return si_T('&ID=FD,29.1')\">Shopping</a></li><li><a href=\"/news/search?q=link%3awww.google.com&FORM=BNFD\"
|
1022
|
+
onmousedown=\"return si_T('&ID=FD,31.1')\">News</a></li><li><a href=\"/maps/default.aspx?q=link%3awww.google.com&mkt=en-US&FORM=BYFD\"
|
1023
|
+
onmousedown=\"return si_T('&ID=FD,33.1')\">Maps</a></li><li><a href=\"/explore?q=link%3awww.google.com&FORM=BXFD\"
|
1024
|
+
onmousedown=\"return si_T('&ID=FD,35.1')\">More</a></li></ul><ul class=\"sw_tm\"><li>|</li><li><a
|
1025
|
+
href=\"http://www.msn.com/\" onmousedown=\"return si_T('&ID=FD,39.1')\">MSN</a></li><li><a
|
1026
|
+
href=\"http://mail.live.com/\" onmousedown=\"return si_T('&ID=FD,41.1')\">Hotmail</a></li></ul><ul
|
1027
|
+
class=\"sw_tn\"><li><div class=\"sw_tl\"><a href=\"javascript:void(0)\" id=\"sw_tll\"><span>Sign
|
1028
|
+
in</span><span class=\"sw_tla\">▼</span></a><ul _IID=\"FD.2\" id=\"sw_tlm\"
|
1029
|
+
onmouseout=\"this._m=false;\" onmouseover=\"this._m=true;\"></ul></div></li><li><div
|
1030
|
+
class=\"sw_tl sw_meWrap\"><a href=\"/rewards/signup/web?publ=BING&crea=ME\"
|
1031
|
+
id=\"sw_meCtrl\" onmousedown=\"return si_T('&ID=FD,50.1')\"><span class=\"sw_me\"
|
1032
|
+
id=\"sw_meTxt\">Rewards</span><span class=\"sw_meIc\"></span></a></div></li><li><a
|
1033
|
+
href=\"/settings.aspx?ru=http%3a%2f%2fwww.bing.com%3a80%2fsearch%3fq%3dlink%253Awww.google.com&SH=1&FORM=SEFD\"
|
1034
|
+
onmousedown=\"return si_T('&ID=FD,43.1')\">Brookline, Massachusetts</a></li><li><a
|
1035
|
+
href=\"/settings.aspx?ru=http%3a%2f%2fwww.bing.com%3a80%2fsearch%3fq%3dlink%253Awww.google.com&FORM=SEFD1\"
|
1036
|
+
onmousedown=\"return si_T('&ID=FD,42.1')\">Preferences</a></li></ul><div
|
1037
|
+
id=\"sw_tfbb\"></div></div><form action=\"/search\" class=\"sw_box\" id=\"sb_form\"><a
|
1038
|
+
href=\"/?FORM=Z9FD1\" class=\"sw_logo\" onmousedown=\"return si_T('&ID=FD,37.1')\"><span
|
1039
|
+
class=\"sw_logoT\">Bing</span></a><div class=\"sw_bd\"><div class=\"sw_b\"><input
|
1040
|
+
class=\"sw_qbox\" id=\"sb_form_q\" name=\"q\" title=\"Enter your search term\"
|
1041
|
+
type=\"text\" value=\"link:www.google.com\" /><input class=\"sw_qbtn\" id=\"sb_form_go\"
|
1042
|
+
name=\"go\" tabindex=\"0\" title=\"Search\" type=\"submit\" value=\"\" /></div><input
|
1043
|
+
id=\"sa_qs\" name=\"qs\" type=\"hidden\" value=\"ns\" /><div id=\"sw_as\"></div></div><input
|
1044
|
+
name=\"form\" type=\"hidden\" value=\"QBRE\" /></form></div><div id=\"sw_content\"><div></div><script
|
1045
|
+
type=\"text/javascript\">//<![CDATA[\n_G.FCT=new Date\n//]]></script><script
|
1046
|
+
type=\"text/javascript\">//<![CDATA[\n_G.BCT=new Date\n//]]></script><style
|
1047
|
+
type=\"text/css\">.sb_adsWv2{clear:both;padding:0 10px;margin:-.15em -10px 1.39em;background-color:#f3faff;overflow:hidden;word-wrap:break-word}.sb_adsNv2{padding:0
|
1048
|
+
0 .77em}.sb_adsNv2 ul,.sb_adsWv2 ul{list-style-type:none;margin:0;padding:0}.sb_adsWv2
|
1049
|
+
ul{margin:0 0 .31em}.sb_add{display:block;width:100%;text-decoration:none;padding:.15em
|
1050
|
+
0 .45em}.sb_addp{cursor:pointer}.sb_adN{padding:.38em 0 .68em}.sb_adsNv2 h2,.sb_adsWv2
|
1051
|
+
h2{color:#898994;font-size:91%;font-weight:200;margin:0 0 .36em}.sb_adsWv2 h2{float:right;margin:0}.sb_add
|
1052
|
+
h3 a{color:#04c;text-decoration:underline;display:inline}.sb_add h3 a:visited{color:#639}.sb_adW
|
1053
|
+
h3,.sb_adN h3{display:inline}.sb_adsD{color:#737373;margin-left:.5em}.sb_adW
|
1054
|
+
cite{margin-left:.5em}.sb_adN cite{display:block;word-wrap:normal}.sb_add p{color:#000;margin:0}.sb_adW
|
1055
|
+
p{padding:.2em 0 0 0}.sb_adMktA,.sb_adMktA:visited{color:#5077bb;text-decoration:none}.sb_adMktA:hover{text-decoration:underline}.sb_adsWv2
|
1056
|
+
.msg{*float:left;width:auto;margin:0}.sb_adL{color:#737373}div.sb_adW cite{margin-left:0}span.sb_adsD{margin-right:.5em}#sw_aside{width:185px;float:left;margin:0
|
1057
|
+
0 0 -195px;overflow:hidden;word-wrap:break-word}.sw_menu{padding:0 20px}.sw_menu
|
1058
|
+
form{margin:0;width:100%}.sw_menu h2{color:#737373;margin:0 0 .36em;font-size:91%;text-transform:uppercase}.sw_menu
|
1059
|
+
ul{padding:0 0 1.52em;margin:0;list-style:none}.sw_menu ul ul{padding:0}.sw_menu
|
1060
|
+
li{padding:0 0 .3em}#sc_sst{word-wrap:break-word;color:#737373}#sc_sst .sc_tools
|
1061
|
+
a{color:#5077bb}#sc_sst .first{margin-top:1em}#sb_foot{font-size:83.9%;clear:both;float:left;width:100%;border-top:solid
|
1062
|
+
1px #e5e5e5}#sw_footL,#sw_footL a{color:#737373}#sb_foot ul{display:block;list-style:none;margin:5px
|
1063
|
+
10px;padding:0;float:right}#sb_foot li{display:inline}#sb_foot a{margin:.4em}a#sb_feedback{color:#e66400}#sw_canvas{padding-top:1.2em}.sb_pt{color:#e66400;border-bottom:#e6e6e6
|
1064
|
+
solid 1px;float:left;font-size:medium;line-height:1.69em;margin:-1.89em 0 0;position:relative;width:100%;min-height:1.69em}.sb_pt
|
1065
|
+
h1,.sb_pt .sb_ptn{min-width:140px;_width:140px;float:left;font-size:125%;padding:0
|
1066
|
+
20px;white-space:nowrap}.sb_ptr{font-size:81%;position:absolute;right:20px;top:.5em}.sb_ptr
|
1067
|
+
a,.sb_ptr a:visited{color:#000;padding:0 0 0 .77em}.sb_pt sup{font-size:50%;margin-left:.4em}#sw_abar{z-index:4}.sb_pt
|
1068
|
+
ul{list-style:none}.sw_a,.sw_a .sw_aa,.sw_am{position:relative}.sw_a{font-size:94%;margin:0
|
1069
|
+
20px 0 0;padding:0 6px;height:1.92em;line-height:1.2em;display:inline-block}.sw_a
|
1070
|
+
span,.sw_a2{font-size:81%}.sw_a2{width:100%}.sw_a2 ul{border-top:#e6e6e6 solid
|
1071
|
+
1px;margin:0;padding-left:186px}.sw_a li,.sw_a2 li,.sw_a a,.sw_aat,.sw_amo #sw_amm{display:block;float:left}.sw_a
|
1072
|
+
.sw_aa{_display:inline;padding:0 6px;margin:0 -6px;border-bottom:1px #fff solid}.sw_a
|
1073
|
+
a:visited,.sw_a2 a:visited{color:#04c}.sw_a a{margin:6px 7px;padding:0 .25em}.sw_a2
|
1074
|
+
li{display:inline;margin:0 7px;padding:0 .31em}.sw_aal,.sw_aar{background:#fff;width:6px;float:left;border:#e6e6e6
|
1075
|
+
solid;border-width:0 0 0 1px;height:22px;margin:7px 0 0}.sw_aar{border-width:0
|
1076
|
+
1px 0 0}.sw_aal:after,.sw_aar:after,.sb_ptn:before{content:'.';visibility:hidden}.sw_aat{background:#fff;font-size:100%;border-top:1px
|
1077
|
+
#e6e6e6 solid;padding:5px .25em}.sw_aa1,.sw_aa2,.sw_aa3,.sw_aa4{font-size:0;position:absolute;background:url(/fd/s/a/sw1.png)
|
1078
|
+
-60px -1px;height:7px;width:7px;z-index:10}.sw_aa1{top:0;left:6px}.sw_aa2{top:0;right:6px;background-position:-68px
|
1079
|
+
-1px}.sw_aa3{bottom:0;_bottom:-1px;left:0;background-position:-68px -9px}.sw_aa4{bottom:0;_bottom:-1px;right:0;background-position:-60px
|
1080
|
+
-9px}#sw_amm{position:absolute;min-width:130px;_width:130px;max-width:250px;left:0;padding-top:1.67em;display:none;z-index:10}#sw_amm
|
1081
|
+
*{margin:0;padding:0;float:none}#sw_amm ul{line-height:1.4em;border:1px #e5e5e5
|
1082
|
+
solid;background:#fff;min-width:100%}#sw_amm li{text-indent:.67em;_width:100%;min-width:100%}#sw_amm
|
1083
|
+
.sw_ama{background:#f8f8f8;border-top:1px #e5e5e5 solid;padding:.33em 0}</style><style
|
1084
|
+
type=\"text/css\">#sw_canvas{padding-left:195px}.sw_a{margin-right:15em}</style><div
|
1085
|
+
class=\"sb_pt\" id=\"sw_abar\"><h1><a href=\"/\" onmousedown=\"return si_T('&ID=FD,2.1')\">Web</a></h1><ul
|
1086
|
+
class=\"sw_a\" id=\"sw_abarl\"><li class=\"sw_aa\"><div class=\"sw_aal\"></div><div
|
1087
|
+
class=\"sw_aat\">Web</div><div class=\"sw_aar\"></div><div class=\"sw_aa1\"></div><div
|
1088
|
+
class=\"sw_aa2\"></div><div class=\"sw_aa3\"></div><div class=\"sw_aa4\"></div></li><li
|
1089
|
+
class=\"sw_am\"><a href=\"javascript:void(0)\" onclick=\"var sw_amm=document.getElementById('sw_amm');sw_amm.style.display=(sw_amm.style.display!='block')?'block':'none'\">More<span>▼</span></a><div
|
1090
|
+
id=\"sw_amm\" onmouseout=\"this.style.display='none'\" onmouseover=\"this.style.display='block'\"><ul><li><a
|
1091
|
+
href=\"/images/search?q=link%3awww.google.com&FORM=BIFD\" onmousedown=\"return
|
1092
|
+
si_T('&ID=FD,25.2')\">Images</a></li><li><a href=\"/videos/search?q=link%3awww.google.com&FORM=BVFD\"
|
1093
|
+
onmousedown=\"return si_T('&ID=FD,27.2')\">Videos</a></li><li><a href=\"/shopping/search?q=link%3awww.google.com&mkt=en-US&FORM=BPFD\"
|
1094
|
+
onmousedown=\"return si_T('&ID=FD,29.2')\">Shopping</a></li><li><a href=\"/news/search?q=link%3awww.google.com&FORM=BNFD\"
|
1095
|
+
onmousedown=\"return si_T('&ID=FD,31.2')\">News</a></li><li><a href=\"/maps/default.aspx?q=link%3awww.google.com&mkt=en-US&FORM=BYFD\"
|
1096
|
+
onmousedown=\"return si_T('&ID=FD,33.2')\">Maps</a></li><li class=\"sw_ama\"><a
|
1097
|
+
href=\"/explore?q=link%3awww.google.com&FORM=BXFD\" onmousedown=\"return
|
1098
|
+
si_T('&ID=FD,35.2')\">Bing at a glance</a></li></ul></div></li></ul></div><style
|
1099
|
+
type=\"text/css\">#results_area .sb_pag{padding:.83em 0 2.12em}.sb_results li.sa_wr{padding:0
|
1100
|
+
0 1.08em}.sa_cc{max-width:590px}.sb_meta a,.sb_meta a:visited,.sb_tsuf a,.sb_tsuf
|
1101
|
+
a:visited{color:#5077bb;text-decoration:none}.sb_meta a:hover,.sb_tsuf a:hover{text-decoration:underline}.sb_tlst{margin:0
|
1102
|
+
0 .05em}.sb_tsuf{white-space:nowrap;color:#737373;margin-left:1.3em}.sb_tlst
|
1103
|
+
H3,.sb_tlst div{display:inline}#results_removed{margin:1.15em 0 1.54em;_width:519px;max-width:590px}.sb_results
|
1104
|
+
.qscolumn li{padding:0}.sa_cpt{position:absolute}#content .sw_box .sw_t{display:none}#sb_form2{margin-left:-10px}.sb_ans,.sa_wr{_margin-right:-3px;float:left;width:100%}#results{zoom:1}.sp_pss{color:#737373}</style><div><div
|
1105
|
+
id=\"sw_canvas\"><div id=\"sw_aside\"><div id=\"sc_expPane\"><div class=\"sw_menu\"
|
1106
|
+
id=\"sc_sst\"><h2>SEARCH HISTORY</h2><ul><li>Search more to see your history</li><li
|
1107
|
+
class=\"sc_tools first\"><a href=\"/profile/history?q=link%3awww.google.com&FORM=Z9FD2\"
|
1108
|
+
onmousedown=\"return si_T('&ID=SERP,5342.1')\">See all</a></li><li class=\"sc_tools\"><a
|
1109
|
+
href=\"/profile/history/delete?rp=%2fsearch%3fq%3dlink%253Awww.google.com&FORM=Z9FD3\"
|
1110
|
+
onmousedown=\"return si_T('&ID=SERP,5341.1')\">Clear all</a> · <a href=\"/historyHandler?oma=toggle_off&sig=27807B0878154A7C890631FD835F41E1&rp=%2fsearch%3fq%3dlink%253Awww.google.com&FORM=Z9FD4\"
|
1111
|
+
onmousedown=\"return si_T('&ID=SERP,5344.1')\">Turn off</a></li></ul></div></div></div><div
|
1112
|
+
id=\"sw_main\"><div id=\"content\"><div id=\"results_area\"><div id=\"results_container\"><div
|
1113
|
+
class=\"sb_ph\"><h1>All Results</h1><span class=\"sb_count\" id=\"count\">1-10
|
1114
|
+
of 283,000,000 results</span><span class=\"sc_bullet\">·</span> <a href=\"/search?q=link%3awww.google.com&qb=1&FORM=AXRE\"
|
1115
|
+
onmousedown=\"return si_T('&ID=SERP,5316.1')\">Advanced</a></div><div class=\"sb_adsWv2\"><ul
|
1116
|
+
onmouseover=\"return true\"><li><div class=\"sb_add sb_adW\"><h2>Ad</h2><h3><a
|
1117
|
+
href=\"http://0.r.msn.com/?ld=4v5ZIs5Dh5xrY14X-FCanpA18D3_6TPlLVICr50g_5ICJnM1YMr7vNzbnam5eHB_7CArc39Z6FYyqX8xtdINaWzoQEMGlnBTYWe3AG1-dowabEXIEZXcJzkiC-7wftRHFGY-feUqxagySM7B2Gt1bR5o946Rupj4f37k8SVOtOMsWnCdG6vXj9fbLe2jq-diNe1gkdyR9OLNrVnLCFyWFKoNJL-LEmspnkD5bJYTTDxPk8aXnaaaKi9QgY1aHtgJDB69zBCAsVFW9NolMkzjnY0DVUCUzmVg2vkjPjz9PjVzQnSq1SECZjcz3GHNqHbNPqlLWm7uLzW2ZMwlNWr0MeA1vrh4U1SUUSwA\"
|
1118
|
+
onmousedown=\"return si_T('&ID=FD,56.1,Ads')\">Google</a></h3><p><cite>Google.com/homepage</cite><span
|
1119
|
+
class=\"sb_adsD\">·</span>Get Access to Search & More. Start Searching
|
1120
|
+
Faster & Smarter Today</p></div></li></ul></div><!-- snr --><div id=\"results\"><ul
|
1121
|
+
id=\"wg0\" class=\"sb_results\"><li class=\"sa_wr\"><div class=\"sa_cc\" docId=\"4716235130735110?false\"><div
|
1122
|
+
class=\"sb_tlst\"><h3><a href=\"http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=55281\"
|
1123
|
+
onmousedown=\"return si_T('&ID=SERP,5056.1')\">Links to your site - Webmaster
|
1124
|
+
Tools Help</a></h3></div><a class=\"sa_cpt\" u=\"0|1000|4716235130735110|1a5f4e51,ebfe7da3\"></a><p>You
|
1125
|
+
can perform a Google search using the link: operator to find a sampling of links
|
1126
|
+
to any site. For instance, [<strong>link:www.google.com</strong>] will list
|
1127
|
+
a selection of the web ...</p><div class=\"sb_meta\"><cite>www.google.com/support/webmasters/bin/answer.py?hl=en&answer=55281</cite></div></div></li><li
|
1128
|
+
class=\"sa_wr\"><div class=\"sa_cc\" docId=\"4921560329094174?false\"><div class=\"sb_tlst\"><h3><a
|
1129
|
+
href=\"http://forums.asp.net/p/1687028/4446854.aspx/1?How+put+a+link+www+google+com+on+label+or+hyperlink+from+Database\"
|
1130
|
+
onmousedown=\"return si_T('&ID=SERP,5071.1')\">How put a <strong>link (www.google.com</strong>)
|
1131
|
+
on label or hyperlink from ...</a></h3></div><p>How put a <strong>link (www.google.com</strong>)
|
1132
|
+
on label or hyperlink f... RSS</p><div class=\"sb_meta\"><cite>forums.asp.net/p/1687028/4446854.aspx/1?How+put+a+<strong>link+www+google+com</strong>+on+label+or...</cite> · <a
|
1133
|
+
href=\"http://cc.bingj.com/cache.aspx?q=link%3awww.google.com&d=4921560329094174&mkt=en-US&setlang=en-US&w=c741f3e2,ea90f61d\"
|
1134
|
+
onmousedown=\"return si_T('&ID=SERP,5073.1')\">Cached page</a></div></div></li><li
|
1135
|
+
class=\"sa_wr\"><div class=\"sa_cc\" docId=\"5056680006255279?false\"><div class=\"sb_tlst\"><h3><a
|
1136
|
+
href=\"http://www.eztaxreturn.com/scriptsez/start.exe/eztax/home.html?r_link=www.google.com\"
|
1137
|
+
onmousedown=\"return si_T('&ID=SERP,5087.1')\">ezTaxReturn online tax prep
|
1138
|
+
and e-file maximizes deductions ...</a></h3></div><a class=\"sa_cpt\" u=\"2|1020|5056680006255279|2be9446b,46a143e2\"></a><p>Lower
|
1139
|
+
your costs, maximize your deductions, get your tax refund fast when you prepare
|
1140
|
+
and e-file your taxes with ezTaxReturn. Want a tax cut? Turbo charge your …</p><div
|
1141
|
+
class=\"sb_meta\"><cite>www.eztaxreturn.com/scriptsez/start.exe/eztax/home.html?r_<strong>link=www.google.com</strong></cite></div></div></li><li
|
1142
|
+
class=\"sa_wr\"><div class=\"sa_cc\" docId=\"5051869639804656?false\"><div class=\"sb_tlst\"><h3><a
|
1143
|
+
href=\"http://www.google.com/help/features.html\" onmousedown=\"return si_T('&ID=SERP,5125.1')\">Search
|
1144
|
+
Features</a></h3></div><a class=\"sa_cpt\" u=\"3|1030|5051869639804656|b0a490ba,cc9f50d9\"></a><p>Search
|
1145
|
+
Features Spell checker, stock quotes & more Services & Tools Local Search,
|
1146
|
+
Product Search, News & more</p><div class=\"sb_meta\"><cite>www.google.com/help/features.html</cite></div></div></li><li
|
1147
|
+
class=\"sa_wr\"><div class=\"sa_cc\" docId=\"4807378628578239?false\"><div class=\"sb_tlst\"><h3><a
|
1148
|
+
href=\"http://www.webmarketingart.com/search-engine-optimization/how-to-find-inbound-links-in-google-and-yahoo/\"
|
1149
|
+
onmousedown=\"return si_T('&ID=SERP,5141.1')\">How to Find Inbound Links
|
1150
|
+
in Google and Yahoo | Web Marketing Art</a></h3></div><a class=\"sa_cpt\" u=\"4|1040|4807378628578239|e60873ee,d778a5d8\"></a><p><strong>link:www.google.com</strong>.
|
1151
|
+
And press enter. You will see that Yahoo will show ”Inlinks 1 – 100 of about
|
1152
|
+
265,611,772” It means according to Yahoo, Google.com has …</p><div class=\"sb_meta\"><cite>www.webmarketingart.com/search-engine-optimization/how-to-find-inbound-links-in-google...</cite></div></div></li><li
|
1153
|
+
class=\"sb_ans si_pp\"><script type=\"text/javascript\">//<![CDATA[\r\n_G.KPT=new
|
1154
|
+
Date\r\n//]]></script></li><li class=\"sa_wr\"><div class=\"sa_cc\" docId=\"4672473709085230?false\"><div
|
1155
|
+
class=\"sb_tlst\"><h3><a href=\"http://en.wikipedia.org/wiki/Google_Web_Search\"
|
1156
|
+
onmousedown=\"return si_T('&ID=SERP,5183.1')\">Google Search - Wikipedia,
|
1157
|
+
the free encyclopedia</a></h3></div><a class=\"sa_cpt\" u=\"5|1050|4672473709085230|97c6bf86,1228235b\"></a><ul
|
1158
|
+
class=\"sp_pss\"><li><a href=\"http://en.wikipedia.org/wiki/Google_Web_Search#Search_engine\"
|
1159
|
+
onmousedown=\"return si_T('&ID=SERP,5158.1')\">Search engine</a> · </li><li><a
|
1160
|
+
href=\"http://en.wikipedia.org/wiki/Google_Web_Search#Functionality\" onmousedown=\"return
|
1161
|
+
si_T('&ID=SERP,5159.1')\">Functionality</a> · </li><li><a
|
1162
|
+
href=\"http://en.wikipedia.org/wiki/Google_Web_Search#Instant_Search\" onmousedown=\"return
|
1163
|
+
si_T('&ID=SERP,5160.1')\">Instant Search</a> · </li><li><a
|
1164
|
+
href=\"http://en.wikipedia.org/wiki/Google_Web_Search#Features\" onmousedown=\"return
|
1165
|
+
si_T('&ID=SERP,5161.1')\">Features</a></li></ul><p>link: – The prefix "link:"
|
1166
|
+
will list webpages that have links to the specified webpage, such as "<strong>link:www.google.com</strong>"
|
1167
|
+
lists webpages linking to the Google homepage.</p><div class=\"sb_meta\"><cite>en.wikipedia.org/wiki/Google_Web_Search</cite></div></div></li><li
|
1168
|
+
class=\"sa_wr\"><div class=\"sa_cc\" docId=\"5010569229240051?false\"><div class=\"sb_tlst\"><h3><a
|
1169
|
+
href=\"http://www.jlautopart.com/main.php\" onmousedown=\"return si_T('&ID=SERP,5205.1')\">Jinlong
|
1170
|
+
Auto parts Co.,ltd</a></h3></div><a class=\"sa_cpt\" u=\"6|1060|5010569229240051|e8925bdf,e0ae7725\"></a><p>JinLong
|
1171
|
+
Auto Parts(JL) is one of the Integrates the manufactury and world trade of automobile
|
1172
|
+
parts and some mechanical components company. We make an …</p><div class=\"sb_meta\"><cite>www.jlautopart.com/main.php</cite></div></div></li><li
|
1173
|
+
class=\"sa_wr\"><div class=\"sa_cc\" docId=\"4883438199570735?false\"><div class=\"sb_tlst\"><h3><a
|
1174
|
+
href=\"http://www.blackberryforums.com/aftermarket-software/316-updated-blackberry-killer-software-utilities-thread.html\"
|
1175
|
+
onmousedown=\"return si_T('&ID=SERP,5232.1')\">UPDATED! Blackberry Killer
|
1176
|
+
Software & Utilities Thread ...</a></h3></div><a class=\"sa_cpt\" u=\"7|1070|4883438199570735|7564c5e3,11856a53\"></a><p>Free
|
1177
|
+
Software Google Maps Mobile Wireless <strong>Link: www.google.com</strong>/gmm
|
1178
|
+
The Official Version! Yes, it now works for BlackBerry. Draggable, scrollable
|
1179
|
+
Google Maps …</p><div class=\"sb_meta\"><cite>www.blackberryforums.com/aftermarket-software/316-updated-blackberry-killer-software...</cite></div></div></li><li
|
1180
|
+
class=\"sa_wr\"><div class=\"sa_cc\" docId=\"4973709825213002?false\"><div class=\"sb_tlst\"><h3><a
|
1181
|
+
href=\"http://googlesitesubmission.com/\" onmousedown=\"return si_T('&ID=SERP,5258.1')\">Submit
|
1182
|
+
your site to Google!</a></h3></div><a class=\"sa_cpt\" u=\"8|1080|4973709825213002|beedac74,1a457291\"></a><p>You
|
1183
|
+
can submit your site instantly to google, just follow this <strong>link www.google.com</strong>/addurl/</p><div
|
1184
|
+
class=\"sb_meta\"><cite>googlesitesubmission.com</cite></div></div></li><li
|
1185
|
+
class=\"sa_wr\"><div class=\"sa_cc\" docId=\"4986740755924408?false\"><div class=\"sb_tlst\"><h3><a
|
1186
|
+
href=\"http://answers.google.com/answers/threadview?id=517035\" onmousedown=\"return
|
1187
|
+
si_T('&ID=SERP,5285.1')\">Google Answers: City and Town names</a></h3></div><a
|
1188
|
+
class=\"sa_cpt\" u=\"9|1090|4986740755924408|1cd7c753,a9375940\"></a><p>May
|
1189
|
+
02, 2005 · I love these sort of questions. As you can see from
|
1190
|
+
the results of the Google search at this <strong>link: ://www.google.com</strong>/search?sourceid=navclient&ie=UTF
|
1191
|
+
...</p><div class=\"sb_meta\"><cite>answers.google.com/answers/threadview?id=517035</cite></div></div></li></ul></div><div
|
1192
|
+
class=\"sb_adsWv2 sb_adsW2v2\"><ul onmouseover=\"return true\"><li><div class=\"sb_add
|
1193
|
+
sb_adW\"><h2>Ad</h2><h3><a href=\"http://0.r.msn.com/?ld=4v5ZIs5Dh5xrY14X-FCanpA18D3_6TPlLVICr50g_5ICJnM1YMr7vNzbnam5eHB_7CArc39Z6FYyqX8xtdINaWzoQEMGlnBTYWe3AG1-dowabEXIEZXcJzkiC-7wftRHFGY-feUqxagySM7B2Gt1bR5o946Rupj4f37k8SVOtOMsWnCdG6vXj9fbLe2jq-diNe1gkdyR9OLNrVnLCFyWFKoNJL-LEmspnkD5bJYTTDxPk8aXnaaaKi9QgY1aHtgJDB69zBCAsVFW9NolMkzjnY0DVUCUzmVg2vkjPjz9PjVzQnSq1SECZjcz3GHNqHbNPqlLWm7uLzW2ZMwlNWr0MeA1vrh4U1SUUSwA\"
|
1194
|
+
onmousedown=\"return si_T('&ID=FD,59.1,Ads')\">Google</a></h3><p><cite>Google.com/homepage</cite><span
|
1195
|
+
class=\"sb_adsD\">·</span>Get Access to Search & More. Start Searching
|
1196
|
+
Faster & Smarter Today</p></div></li></ul></div><div class=\"sb_pag\"><h4>Pagination</h4><ul><li><a
|
1197
|
+
class=\"sb_pagS\">1</a></li><li><a href=\"/search?q=link%3awww.google.com&first=11&FORM=PERE\"
|
1198
|
+
onmousedown=\"return si_T('&ID=SERP,5310.1')\">2</a></li><li><a href=\"/search?q=link%3awww.google.com&first=21&FORM=PERE1\"
|
1199
|
+
onmousedown=\"return si_T('&ID=SERP,5311.1')\">3</a></li><li><a href=\"/search?q=link%3awww.google.com&first=31&FORM=PERE2\"
|
1200
|
+
onmousedown=\"return si_T('&ID=SERP,5312.1')\">4</a></li><li><a href=\"/search?q=link%3awww.google.com&first=41&FORM=PERE3\"
|
1201
|
+
onmousedown=\"return si_T('&ID=SERP,5313.1')\">5</a></li><li><a href=\"/search?q=link%3awww.google.com&first=11&FORM=PORE\"
|
1202
|
+
class=\"sb_pagN\" onmousedown=\"return si_T('&ID=SERP,5314.1')\">Next</a></li></ul></div><form
|
1203
|
+
action=\"search\" id=\"sb_form2\" class=\"sw_box\" ><div class=\"sw_bd\"><div
|
1204
|
+
class=\"sw_b\"><input type=\"text\" value=\"link:www.google.com\" title=\"Enter
|
1205
|
+
your search term\" name=\"q\" id=\"sb_form2_q\" class=\"sw_qbox\"/><input type=\"submit\"
|
1206
|
+
value=\"\" title=\"Search\" tabindex=\"0\" name=\"go\" id=\"sb_form2_go\" class=\"sw_qbtn\"/></div></div><input
|
1207
|
+
type=\"hidden\" value=\"QBRE3\" name=\"form\"/></form></div></div><div id=\"sidebar\"></div></div></div></div></div></div><div
|
1208
|
+
id=\"sb_foot\" onmouseover=\"si_fb.loadCard()\"><ul id=\"sw_footL\"><li><span>©
|
1209
|
+
2011 Microsoft</span> | </li><li><a href=\"http://go.microsoft.com/fwlink/?LinkId=74170\"
|
1210
|
+
onmousedown=\"return si_T('&ID=FD,76.1')\">Privacy</a> | </li><li><a href=\"http://g.msn.com/0TO_/enus\"
|
1211
|
+
onmousedown=\"return si_T('&ID=FD,78.1')\">Legal</a> | </li><li><a href=\"http://advertising.microsoft.com/advertise-on-bing\"
|
1212
|
+
onmousedown=\"return si_T('&ID=FD,80.1')\">Advertise</a> | </li><li><a href=\"http://g.msn.com/AIPRIV/en-us\"
|
1213
|
+
target=\"_blank\" onmousedown=\"return si_T('&ID=FD,82.1')\">About our ads</a>
|
1214
|
+
| </li><li><a href=\"http://onlinehelp.microsoft.com/en-US/bing/ff808535.aspx\"
|
1215
|
+
id=\"sb_help\" target=\"_blank\" onmousedown=\"return si_T('&ID=FD,84.1')\">Help</a>
|
1216
|
+
| </li><li><a href=\"https://feedback.live.com/default.aspx?locale=en-US&productkey=wlsearchweb&P1=dsatweb&P2=link%3awww.google.com&P3=0&P4=NOFORM&P5=B93D9E59A984474C9A3DE6AC2A30E8AD&P6=Brookline,
|
1217
|
+
Massachusetts&P9=42.343341827%2f-71.122756958&P10=0&P11=&searchtype=Web+Search&optl1=1&backurl=http%3a%2f%2fwww.bing.com%2fsearch%3fq%3dlink%3awww.google.com%26FORM%3dFEEDTU\"
|
1218
|
+
id=\"sb_feedback\" onclick=\"si_fb.openCard(this);return false\" onfocus=\"si_fb.loadCard()\"
|
1219
|
+
onmousedown=\"return si_T('&ID=FD,86.1')\">Tell us what you think</a></li></ul></div></div></div><div
|
1220
|
+
id=\"sb_fb\"></div><script type=\"text/javascript\">//<![CDATA[\n_G.BST=new
|
1221
|
+
Date\n//]]></script><script type=\"text/javascript\">//<![CDATA[\nsj_cook=new
|
1222
|
+
function(){var a=this;a.get=function(d,c){var a=_d.cookie.match(new RegExp(\"\\\\b\"+d+\"=[^;]+\"));if(c&&a){var
|
1223
|
+
b=a[0].match(new RegExp(\"\\\\b\"+c+\"=([^&]*)\"));return b?b[1]:null}return
|
1224
|
+
a?a[0]:null};a.set=function(c,d,m,k,j,g){var e,f=d+\"=\"+m,b=a.get(c);if(b){var
|
1225
|
+
h=a.get(c,d);e=h?b.replace(d+\"=\"+h,f):b+\"&\"+f}else e=c+\"=\"+f;var i=location.hostname.match(/([^.]+\\.[^.]*)$/),l=g&&g>0?g*6e4:6.3072e10;_d.cookie=e+(i?\";domain=\"+i[0]:\"\")+(k?\";expires=\"+(new
|
1226
|
+
Date((new Date).getTime()+Math.min(l,6.3072e10))).toGMTString():\"\")+(j?\";path=\"+j:\"\")}};sc_fadeCb=function(){};function
|
1227
|
+
sc_bgL(){var a=g_img,b=_ge(a.id),d=sj_evt,c=d.bind,f=d.unbind,i=d.fire,e=\"onBgLoad\",g=\"onSbBusy\",h=\"onSbIdle\";c(\"onP1\",j,1,500);function
|
1228
|
+
j(){var d=new Image,o=sj_fader(),m=0,p=0,j;c(\"onSearch\",function(){a.x=true;d=null;o.stop();sb_ct(j)});function
|
1229
|
+
l(){f(g,l);if(!m){sb_ct(j);f(e,n);c(h,k)}}function k(){c(e,n,1);f(h,k);c(g,l)}k();function
|
1230
|
+
n(e){m=1;function c(){b.style.backgroundImage=\"url('\"+d.src+\"')\";b.className+=\"
|
1231
|
+
sw_imLd\";i(\"onBgSet\")}d.onerror=d.onload=null;if(e[2]>a.d){sj_so(b,0);c();j=sb_st(sj_wf(o.init,b,0,100,10,sc_fadeCb),500)}else{c();sj_so(b,100);sc_fadeCb()}sj_cook.set(a.cN,a.crN,a.hash,0,\"/\")}d.onload=function(){p=sb_gt()-q;i(e,d,p)};var
|
1232
|
+
q=sb_gt();d.src=a.url}}sj_evt.bind(\"onP1\",function(){!(_w.g_img&&g_img.cN)&&sj_evt.fire(\"onBgSet\")},1);g_img={url:'\\/fd\\/hpk2\\/Busan_EN-US67002425o.jpg',id:'sw_im',d:10,cN:'_SS',crN:'hIm',hash:'425'};sc_bgL();;sj_evt.bind(\"onP1\",function(){var
|
1233
|
+
a=_ge(\"sw_tll\");a&&sj_jb(\"multipleLogins_c\",1,a,\"mouseover\",a,\"click\")},1,5);function
|
1234
|
+
sj_ic(b){var a=sj_ce(\"style\");_d.getElementsByTagName(\"head\")[0].appendChild(a);if(sb_ie)a.styleSheet.cssText=b;else
|
1235
|
+
a.appendChild(_d.createTextNode(b))};_ge(\"sa_qs\").value=\"bs\";sj_evt.bind(\"onASConfig\",function(d){var
|
1236
|
+
b=d[1],a=_ge(b.i),c=sj_evt.fire;a.setAttribute(\"autocomplete\",\"off\");sj_be(a,\"keyup\",function(a){c(\"onASKeyup\"+b.i,a.keyCode)});sj_be(a,\"click\",sj_wf(c,\"onASClick\"+b.i));sj_jb.apply(null,[b.r,1,a,\"mousedown\",a,\"keydown\"].concat(b.ol?[_w,\"load\"]:[]))},1);sj_evt.fire('onASConfig',{r:'AutoSug',lmh:'\\/profile\\/history?q=link%3awww.google.com',ePN:1,eAN:1,eLO:1,h:1,m:8,mkt:'en-US',ml:45,mh:128,d:100,t:1,u:'http:\\/\\/api.bing.com\\/qsonhs.aspx?FORM=ASAPIW',f:'sb_form',i:'sb_form_q',c:'sw_as',p0:'DN,AN',eHS:1,cHS:3,sid:'27807B0878154A7C890631FD835F41E1'});sa_loc={H_PN:'Popular
|
1237
|
+
now',H_AS:'Web results',L_MH:'Manage search history',L_P:'Preferences',T_SQ:'Trending'};;sj_evt.bind('onP1',function(){sa_DNS=new
|
1238
|
+
Image;sa_DNS.src='http://api.bing.com/qsonhs.aspx?FORM=ASAPIW&q='},1,5);sj_evt.fire(\"onHTML\");function
|
1239
|
+
si_sendCReq(){_G.muidI=new Image;_G.muidI.onload=function(){var d=_d.cookie;if(/\\bTUID\\b/i.test(d))return
|
1240
|
+
1;_G.muidI2=new Image;_G.muidI2.src=_G.gpUrl+\"CM=TMF&IG=\"+_G.IG+(_G.CID?\"&CID=\"+_G.CID:\"\");_G.muidI3=new
|
1241
|
+
Image;var b=\"MUID\",a=sj_cook.get(b),c=a.substring(b.length+1,a.length);_G.muidI3.src=_G.akamaiSyncUrl.replace(/&/g,\"&\")+c;return
|
1242
|
+
1};_G.muidI.src=_G.cUrl};sf_fbCfg={sId:\"0\"};sj_evt.bind(\"onP1\",function(){_w.logfb&&_w.logfb(\"fi\");var
|
1243
|
+
a=sj_ce(\"iframe\");a.height=0;a.width=0;a.frameBorder=a.scrolling=\"no\";sj_b.appendChild(a);a.src=\"/fd/fb/r?v=\"+_G.Ver+\"&sId=\"+sf_fbCfg.sId},1,_w.sf_fbCfg&&sf_fbCfg.wt?sf_fbCfg.wt:1500);sj_evt.bind(\"xd:fba:checkbar\",function(b){if(b&&b.length>=2){var
|
1244
|
+
a=sj_ce(\"iframe\");a.id=\"sw_tfbbi\";var c=_ge(\"sw_tfbb\");if(c){a.height=\"0\";a.scrolling=a.frameBorder=\"no\";a.src=\"/fd/fb/b?fv=\"+_G.Ver+\"#\"+b[1];c.appendChild(a)}}});RMS2=new
|
1245
|
+
function(){var b=[],d=\"\",g=\"readyState\",e=\"onreadystatechange\",f,h,a=_w.RmsConfig||{};this.RegisterResources=function(c,h,g,e){d=_d.domain;for(var
|
1246
|
+
a=0;a<c.length;a++)b.push({n:g,u:c[a],c:e[a]});if(!f){f=true;sj_evt.bind(\"onP1\",j,1,1e3)}};function
|
1247
|
+
i(e,g){var d=6,c=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_\",a=e?e.split(\"\"):[],f,b=~~(g/d);while(a.length<=b)a.push(c.charAt(0));f=c.indexOf(a[b])|1<<g%d;a[b]=c.charAt(f);return
|
1248
|
+
a.join(\"\")}function k(a){var b=sj_cook.get(\"RMS\",a.n);sj_cook.set(\"RMS\",a.n,i(b,a.c),0,\"/\",0)}function
|
1249
|
+
j(){if(_d.domain!=d)return;a.P&&a.P();h=new Date;c(0)}function c(f){var i=b[f];if(i){var
|
1250
|
+
d=sj_gx();if(!d)return;d.open(\"get\",i.u,true);var j=sb_st(function(){if(d[g]!=4){d[e]=function(){};d.abort();c(f+1)}},5e3);d[e]=function(){if(d[g]==4){sb_ct(j);k(b[f]);c(f+1)}};d.send(null)}else
|
1251
|
+
a.I&&a.I(h)}};RMS2.RegisterResources(['\\/fd\\/sa\\/1112031442\\/brand4_c.css','\\/fd\\/sa\\/0721115826\\/Shared.js','\\/fd\\/sa\\/0108182120\\/PostContent.js'],[],'F',[3,1,2]);;\n//]]></script><script
|
1252
|
+
type=\"text/javascript\">//<![CDATA[\nfunction setCW(){sj_cook.set(\"_SS\",\"CW\",sj_b.clientWidth);sj_cook.set(\"_SS\",\"CH\",sb_de.clientHeight)}sj_be(_w,\"load\",setCW);sj_be(_w,\"resize\",setCW);sa_CPAConfig={\"name\":\"hpvR3\",\"v\":\"R3\",\"sFailed\":\"We
|
1253
|
+
can't find any more info about this page right now.\",\"sMore\":\"More on this
|
1254
|
+
page\",\"uBase\":\"/captionHandler.aspx?q=link%3awww.google.com\",\"sLoad\":\"Just
|
1255
|
+
a moment...\"};CPA_Init=new function(){sj_jb(sa_CPAConfig.name,0,_w,\"load\")};RMS2.RegisterResources(['/sa/1030222733/serpAll_c.css','/sa/1031051310/clientWidth.js'],[],'A',[4,70]);;\n//]]></script><script
|
1256
|
+
type=\"text/javascript\">//<![CDATA[\n(function(){function a(){!_w.sb_ppCPL&&sb_st(function(){si_PP(new
|
1257
|
+
Date)},0)}var b=_w.onload||function(){};onload=function(c){_G.BPT=new Date;b(c);a()};_G.HT=new
|
1258
|
+
Date})()\n//]]></script></body></html>"
|
1259
|
+
http_version: '1.1'
|