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,380 @@
|
|
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%3Awww.google.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":[{"GsearchResultClass":"GwebSearch","unescapedUrl":"http://www.google.com/cloudprint/learn/","url":"http://www.google.com/cloudprint/learn/","visibleUrl":"www.google.com","cacheUrl":"http://www.google.com/search?q\u003dcache:TCb142RQTm8J:www.google.com","title":"Google
|
36
|
+
- Cloud Print","titleNoFormatting":"Google - Cloud Print","content":"Google
|
37
|
+
Cloud Print is a technology that allows you to print over the web from anywhere,
|
38
|
+
including your phone, to any printer."}],"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":"16500000","currentPageIndex":0,"moreResultsUrl":"http://www.google.com/search?oe\u003dutf8\u0026ie\u003dutf8\u0026source\u003duds\u0026start\u003d0\u0026hl\u003den\u0026q\u003dsite:www.google.com"}},
|
39
|
+
"responseDetails": null, "responseStatus": 200}'
|
40
|
+
http_version: '1.1'
|
41
|
+
- !ruby/struct:VCR::HTTPInteraction
|
42
|
+
request: !ruby/struct:VCR::Request
|
43
|
+
method: :get
|
44
|
+
uri: http://www.bing.com:80/search?q=site%3Awww.google.com
|
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
|
+
- private, max-age=0
|
54
|
+
content-type:
|
55
|
+
- text/html; charset=utf-8
|
56
|
+
content-encoding:
|
57
|
+
- gzip
|
58
|
+
expires:
|
59
|
+
- Mon, 15 Aug 2011 10:06:57 GMT
|
60
|
+
p3p:
|
61
|
+
- CP="NON UNI COM NAV STA LOC CURa DEVa PSAa PSDa OUR IND"
|
62
|
+
date:
|
63
|
+
- Mon, 15 Aug 2011 10:07:58 GMT
|
64
|
+
transfer-encoding:
|
65
|
+
- chunked
|
66
|
+
connection:
|
67
|
+
- keep-alive
|
68
|
+
- Transfer-Encoding
|
69
|
+
vary:
|
70
|
+
- Accept-Encoding
|
71
|
+
set-cookie:
|
72
|
+
- _SS=SID=95770CE2C4EA4552B6C73F97DE8BCE54; domain=.bing.com; path=/
|
73
|
+
- MUID=C857EBA67D934BDDBDD18178923F9D89; expires=Wed, 14-Aug-2013 10:07:57 GMT;
|
74
|
+
domain=.bing.com; path=/
|
75
|
+
- OrigMUID=C857EBA67D934BDDBDD18178923F9D89%2c75225a83bdad4a35ab67877ce3e50a7b;
|
76
|
+
expires=Wed, 14-Aug-2013 10:07:57 GMT; domain=.bing.com; path=/
|
77
|
+
- 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;
|
78
|
+
domain=.bing.com; path=/
|
79
|
+
- SRCHD=D=1904287&MS=1904287&AF=NOFORM; expires=Wed, 14-Aug-2013 10:07:57 GMT;
|
80
|
+
domain=.bing.com; path=/
|
81
|
+
- SRCHUID=V=2&GUID=88F01FA8D2D645C18F8E47006D5C0FFA; expires=Wed, 14-Aug-2013
|
82
|
+
10:07:57 GMT; path=/
|
83
|
+
- SRCHUSR=AUTOREDIR=0&GEOVAR=&DOB=20110815; expires=Wed, 14-Aug-2013 10:07:57
|
84
|
+
GMT; domain=.bing.com; path=/
|
85
|
+
body: ! "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\"><html
|
86
|
+
lang=\"en\" xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:Web=\"http://schemas.live.com/Web/\"><head><meta
|
87
|
+
content=\"text/html; charset=utf-8\" http-equiv=\"content-type\" /><script type=\"text/javascript\">//<![CDATA[\nsi_ST=new
|
88
|
+
Date\n//]]></script><script type=\"text/javascript\">//<![CDATA[\n_G={ST:(si_ST?si_ST:new
|
89
|
+
Date),Mkt:\"en-US\",RTL:false,Ver:\"7_07_0_1019875\",IG:\"75225a83bdad4a35ab67877ce3e50a7b\",EventID:\"65C24C265B20400395F27FF2DCF291B1\",P:\"SERP\",DA:\"Bl2\",CID:\"C857EBA67D934BDDBDD18178923F9D89\",SUIH:\"r1DxyPv4ZwSgYC33CVqGDg\",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
|
90
|
+
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
|
91
|
+
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
|
92
|
+
_ge(a){return _d.getElementById(a)}sb_st=_w.setTimeout;sb_ct=_w.clearTimeout;sb_gt=function(){return(new
|
93
|
+
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
|
94
|
+
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
|
95
|
+
Date,\"A\")};sj_evt=new function(){var a={},b=this;function c(b){return a[b]||(a[b]=[])}b.fire=function(e){for(var
|
96
|
+
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
|
97
|
+
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
|
98
|
+
c=0,b=a[e];b&&c<b.length;c++)if(b[c]==d){b.splice(c,1);break}}};\n//]]></script><style
|
99
|
+
type=\"text/css\">body{color:#000;background:#fff url(/fd/s/a/sw1.png) repeat-x
|
100
|
+
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
|
101
|
+
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
|
102
|
+
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
|
103
|
+
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
|
104
|
+
0 0 15px;clear:both}#sw_main{_display:inline;margin:0 0 0 -15px;padding:0 0
|
105
|
+
1.54em 15px}.sb_results,.sb_results ul,.sb_results li{list-style-type:none;margin:0;padding:0}.sb_results
|
106
|
+
p,.sb_results .sb_meta{margin:0;line-height:1.2em;word-wrap:break-word}.sp_pss
|
107
|
+
li{display:inline}.sb_pag{padding:0;margin:0;width:100%;float:left}.sb_pag ul,.sb_pag
|
108
|
+
li{list-style:none;margin:0;padding:0}.sb_pag li{float:left}.sb_pag h4{display:none}.sb_pag
|
109
|
+
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
|
110
|
+
.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
|
111
|
+
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)
|
112
|
+
no-repeat 0 -48px;_display:inline;height:40px;width:112px;margin:-39px 52px
|
113
|
+
0 20px;float:left}.sw_logoT{color:#000;font-size:170%;line-height:normal;position:absolute;z-index:-1}#sw_hdr
|
114
|
+
.sw_box{padding:49px 0 0;margin:0;float:left;position:relative;z-index:1001;width:100%;line-height:1.38em}#sw_hdr
|
115
|
+
.sw_bd{margin-top:-2.43em}.sb_form_align{margin:-50px 0 0 600px;padding:0 0
|
116
|
+
0 .53em}.sw_box .sb_form_align{text-align:right;padding:0}.sw_t,.sw_t *,.sw_t
|
117
|
+
a:visited{color:#fff}.sw_t{line-height:1.52em;width:100%;float:left}.sw_tc{background:#525051
|
118
|
+
url(/fd/s/a/sw1.png) 0 -91px;background:-webkit-gradient(linear,left top,left
|
119
|
+
bottom,from(#768b9e),to(#9fabb9));position:absolute;left:0;z-index:-2;height:1.5em;width:100%}.sw_t
|
120
|
+
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
|
121
|
+
20px}.sw_tn li,.sw_tl{padding:0 0 0 .85em}.sw_u{font-weight:bold;padding:0 .77em
|
122
|
+
0 0}.sw_tl{position:relative;display:inline;z-index:1003}.sw_tl a:hover,.sw_tl
|
123
|
+
a:hover .sw_tla{text-decoration:none}.sw_tl a:hover span{text-decoration:underline}#sw_tll
|
124
|
+
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)
|
125
|
+
-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
|
126
|
+
.sw_meIc{background:url(/fd/s/a/sw1.png) -43px -12px;display:inline-block;height:15px;margin:0
|
127
|
+
.08em 0 .33em;width:15px;vertical-align:middle}#hp_sw_hdr .sw_meWrap{margin-right:.85em;padding-left:.85em}#sw_meCtrl
|
128
|
+
span{margin:0}a#sw_meCtrl{padding:0 5px}.sw_bd{position:relative;float:left;font-size:medium}.sw_b{float:left;border:1px
|
129
|
+
#e5e5e5 solid;background:#fff;padding:.19em .19em 1.06em 0}.sw_b input{float:left;border:0;margin:0
|
130
|
+
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
|
131
|
+
.sw_qbtn{background:#e66400 url(/fd/s/a/sw1.png) 0 -1px;cursor:pointer;height:27px;width:27px;padding:27px
|
132
|
+
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
|
133
|
+
type=\"text/javascript\">//<![CDATA[\nfunction sj_wf(a){var b=arguments;return
|
134
|
+
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
|
135
|
+
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
|
136
|
+
if(a.detachEvent)a.detachEvent(\"on\"+b,c);else a[\"on\"+b]=null};function sj_anim(k){var
|
137
|
+
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
|
138
|
+
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
|
139
|
+
sj_fader(){return new sj_anim(function(b,a){sj_so(b,a)})};function sj_ce(d,c,b){var
|
140
|
+
a=_d.createElement(d);if(c)a.id=c;if(b)a.className=b;return a};function sj_jb(h,f){for(var
|
141
|
+
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
|
142
|
+
c(a,d,b,e){b&&sj_ue(b,e,c);sj_evt.bind(\"onP1\",function(){if(!a.l){a.l=1;var
|
143
|
+
b=sj_ce(\"script\");b.src=(d?\"/fd/sa/\"+_G.Ver:\"/sa/\"+_G.AppVer)+\"/\"+a.n+\".js\";sj_b.appendChild(b)}},1,5)}};function
|
144
|
+
sj_gx(){return sb_i6?new ActiveXObject(\"MSXML2.XMLHTTP\"):new XMLHttpRequest};function
|
145
|
+
sj_sp(a){if(sb_ie)a.cancelBubble=true;else a.stopPropagation()};function sj_ev(a){return
|
146
|
+
sb_ie?event:a}function sj_et(a){return sb_ie?event.srcElement:a.target}function
|
147
|
+
sj_mi(a){return sb_ie?event.fromElement:a.relatedTarget}function sj_mo(a){return
|
148
|
+
sb_ie?event.toElement:a.relatedTarget};function sj_pd(a){if(sb_ie)event.returnValue=false;else
|
149
|
+
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
|
150
|
+
sj_go(a,c,d){var b=0;while(a.offsetParent&&a!=(d||sj_b)){b+=a[\"offset\"+c];a=a.offsetParent}return
|
151
|
+
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
|
152
|
+
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
|
153
|
+
d(){--e<1&&c.fire(\"onP1\")}})();function lb(){var e=sj_evt,f=\"onSbBusy\",b;e.bind(f,d,1);function
|
154
|
+
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
|
155
|
+
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
|
156
|
+
a=_ge(\"sb_form\");a&&sj_be(a,\"submit\",sj_wf(sj_evt.fire,\"onSearch\",a))});function
|
157
|
+
init(){};\n//]]></script><title>site:www.google.com - Bing</title><style type=\"text/css\">#content{margin:0
|
158
|
+
0 0 -15px;padding:0 271px 0 0;max-width:666px}#results_area{float:left;width:100%}#results_container{padding:0
|
159
|
+
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
|
160
|
+
ul{max-width:34%;_width:34%;margin:0 1.51em 0 3.11em;_margin:0 2.55em 0 1.18em;float:left}.sb_vdl
|
161
|
+
li{text-indent:-.77em;_text-indent:0;a:0}.sb_ph{margin:0 0 .93em;text-align:right;color:#737373}.sb_ph
|
162
|
+
h1{float:left;color:#737373;text-transform:uppercase}.sc_bullet{margin:0 0 0
|
163
|
+
.47em;font-size:93%}.sb_ph a{color:#737373;text-decoration:underline}</style><link
|
164
|
+
href=\"/s/wlflag.ico\" rel=\"icon\"/><link href=\"/search?q=site%3awww.google.com&format=rss\"
|
165
|
+
rel=\"alternate\" title=\"XML\" type=\"text/xml\"/><link href=\"/search?q=site%3awww.google.com&format=rss\"
|
166
|
+
rel=\"alternate\" title=\"RSS\" type=\"application/rss+xml\"/><!-- FD: D07985DEA6ED97077E2BD2378DF09436
|
167
|
+
--></head><body class=\"en en-US\" onload=\"if(_w.lb)lb();\"><script type=\"text/javascript\">//<![CDATA[\n_G.PCT=new
|
168
|
+
Date\n//]]></script><script type=\"text/javascript\">//<![CDATA[\nsi_fb=new
|
169
|
+
si_fbInit('FD.1','fbbsqr_c','wf11');sj_b=_d.body;\n//]]></script><!--snr2--><script
|
170
|
+
type=\"text/javascript\">//<![CDATA[\n_G.AppVer=\"7_07_0_1019990\";\n//]]></script><div
|
171
|
+
id=\"sw_page\"><div id=\"sw_width\"><div id=\"sw_hdr\"><div id=\"sw_im\"></div><div
|
172
|
+
class=\"sw_t\"><div class=\"sw_tc\"></div><ul id=\"sch_scopes\"><li><a href=\"/?scope=web&FORM=Z9FD\"
|
173
|
+
onmousedown=\"return si_T('&ID=FD,23.1')\">Web</a></li><li><a href=\"/images/search?q=site%3awww.google.com&FORM=BIFD\"
|
174
|
+
onmousedown=\"return si_T('&ID=FD,25.1')\">Images</a></li><li><a href=\"/videos/search?q=site%3awww.google.com&FORM=BVFD\"
|
175
|
+
onmousedown=\"return si_T('&ID=FD,27.1')\">Videos</a></li><li><a href=\"/shopping/search?q=site%3awww.google.com&mkt=en-US&FORM=BPFD\"
|
176
|
+
onmousedown=\"return si_T('&ID=FD,29.1')\">Shopping</a></li><li><a href=\"/news/search?q=site%3awww.google.com&FORM=BNFD\"
|
177
|
+
onmousedown=\"return si_T('&ID=FD,31.1')\">News</a></li><li><a href=\"/maps/default.aspx?q=site%3awww.google.com&mkt=en-US&FORM=BYFD\"
|
178
|
+
onmousedown=\"return si_T('&ID=FD,33.1')\">Maps</a></li><li><a href=\"/explore?q=site%3awww.google.com&FORM=BXFD\"
|
179
|
+
onmousedown=\"return si_T('&ID=FD,35.1')\">More</a></li></ul><ul class=\"sw_tm\"><li>|</li><li><a
|
180
|
+
href=\"http://www.msn.com/\" onmousedown=\"return si_T('&ID=FD,39.1')\">MSN</a></li><li><a
|
181
|
+
href=\"http://mail.live.com/\" onmousedown=\"return si_T('&ID=FD,41.1')\">Hotmail</a></li></ul><ul
|
182
|
+
class=\"sw_tn\"><li><div class=\"sw_tl\"><a href=\"javascript:void(0)\" id=\"sw_tll\"><span>Sign
|
183
|
+
in</span><span class=\"sw_tla\">▼</span></a><ul _IID=\"FD.2\" id=\"sw_tlm\"
|
184
|
+
onmouseout=\"this._m=false;\" onmouseover=\"this._m=true;\"></ul></div></li><li><div
|
185
|
+
class=\"sw_tl sw_meWrap\"><a href=\"/rewards/signup/web?publ=BING&crea=ME\"
|
186
|
+
id=\"sw_meCtrl\" onmousedown=\"return si_T('&ID=FD,50.1')\"><span class=\"sw_me\"
|
187
|
+
id=\"sw_meTxt\">Rewards</span><span class=\"sw_meIc\"></span></a></div></li><li><a
|
188
|
+
href=\"/settings.aspx?ru=http%3a%2f%2fwww.bing.com%3a80%2fsearch%3fq%3dsite%253Awww.google.com&SH=1&FORM=SEFD\"
|
189
|
+
onmousedown=\"return si_T('&ID=FD,43.1')\">Brookline, Massachusetts</a></li><li><a
|
190
|
+
href=\"/settings.aspx?ru=http%3a%2f%2fwww.bing.com%3a80%2fsearch%3fq%3dsite%253Awww.google.com&FORM=SEFD1\"
|
191
|
+
onmousedown=\"return si_T('&ID=FD,42.1')\">Preferences</a></li></ul><div
|
192
|
+
id=\"sw_tfbb\"></div></div><form action=\"/search\" class=\"sw_box\" id=\"sb_form\"><a
|
193
|
+
href=\"/?FORM=Z9FD1\" class=\"sw_logo\" onmousedown=\"return si_T('&ID=FD,37.1')\"><span
|
194
|
+
class=\"sw_logoT\">Bing</span></a><div class=\"sw_bd\"><div class=\"sw_b\"><input
|
195
|
+
class=\"sw_qbox\" id=\"sb_form_q\" name=\"q\" title=\"Enter your search term\"
|
196
|
+
type=\"text\" value=\"site:www.google.com\" /><input class=\"sw_qbtn\" id=\"sb_form_go\"
|
197
|
+
name=\"go\" tabindex=\"0\" title=\"Search\" type=\"submit\" value=\"\" /></div><input
|
198
|
+
id=\"sa_qs\" name=\"qs\" type=\"hidden\" value=\"ns\" /><div id=\"sw_as\"></div></div><input
|
199
|
+
name=\"form\" type=\"hidden\" value=\"QBRE\" /></form></div><div id=\"sw_content\"><div></div><script
|
200
|
+
type=\"text/javascript\">//<![CDATA[\n_G.FCT=new Date\n//]]></script><script
|
201
|
+
type=\"text/javascript\">//<![CDATA[\n_G.BCT=new Date\n//]]></script><style
|
202
|
+
type=\"text/css\">#sw_aside{width:185px;float:left;margin:0 0 0 -195px;overflow:hidden;word-wrap:break-word}.sw_menu{padding:0
|
203
|
+
20px}.sw_menu form{margin:0;width:100%}.sw_menu h2{color:#737373;margin:0 0
|
204
|
+
.36em;font-size:91%;text-transform:uppercase}.sw_menu ul{padding:0 0 1.52em;margin:0;list-style:none}.sw_menu
|
205
|
+
ul ul{padding:0}.sw_menu li{padding:0 0 .3em}#sc_sst{word-wrap:break-word;color:#737373}#sc_sst
|
206
|
+
.sc_tools a{color:#5077bb}#sc_sst .first{margin-top:1em}#sb_foot{font-size:83.9%;clear:both;float:left;width:100%;border-top:solid
|
207
|
+
1px #e5e5e5}#sw_footL,#sw_footL a{color:#737373}#sb_foot ul{display:block;list-style:none;margin:5px
|
208
|
+
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
|
209
|
+
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
|
210
|
+
h1,.sb_pt .sb_ptn{min-width:140px;_width:140px;float:left;font-size:125%;padding:0
|
211
|
+
20px;white-space:nowrap}.sb_ptr{font-size:81%;position:absolute;right:20px;top:.5em}.sb_ptr
|
212
|
+
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
|
213
|
+
ul{list-style:none}.sw_a,.sw_a .sw_aa,.sw_am{position:relative}.sw_a{font-size:94%;margin:0
|
214
|
+
20px 0 0;padding:0 6px;height:1.92em;line-height:1.2em;display:inline-block}.sw_a
|
215
|
+
span,.sw_a2{font-size:81%}.sw_a2{width:100%}.sw_a2 ul{border-top:#e6e6e6 solid
|
216
|
+
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
|
217
|
+
.sw_aa{_display:inline;padding:0 6px;margin:0 -6px;border-bottom:1px #fff solid}.sw_a
|
218
|
+
a:visited,.sw_a2 a:visited{color:#04c}.sw_a a{margin:6px 7px;padding:0 .25em}.sw_a2
|
219
|
+
li{display:inline;margin:0 7px;padding:0 .31em}.sw_aal,.sw_aar{background:#fff;width:6px;float:left;border:#e6e6e6
|
220
|
+
solid;border-width:0 0 0 1px;height:22px;margin:7px 0 0}.sw_aar{border-width:0
|
221
|
+
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
|
222
|
+
#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)
|
223
|
+
-60px -1px;height:7px;width:7px;z-index:10}.sw_aa1{top:0;left:6px}.sw_aa2{top:0;right:6px;background-position:-68px
|
224
|
+
-1px}.sw_aa3{bottom:0;_bottom:-1px;left:0;background-position:-68px -9px}.sw_aa4{bottom:0;_bottom:-1px;right:0;background-position:-60px
|
225
|
+
-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
|
226
|
+
*{margin:0;padding:0;float:none}#sw_amm ul{line-height:1.4em;border:1px #e5e5e5
|
227
|
+
solid;background:#fff;min-width:100%}#sw_amm li{text-indent:.67em;_width:100%;min-width:100%}#sw_amm
|
228
|
+
.sw_ama{background:#f8f8f8;border-top:1px #e5e5e5 solid;padding:.33em 0}</style><style
|
229
|
+
type=\"text/css\">#sw_canvas{padding-left:195px}.sw_a{margin-right:15em}</style><div
|
230
|
+
class=\"sb_pt\" id=\"sw_abar\"><h1><a href=\"/\" onmousedown=\"return si_T('&ID=FD,2.1')\">Web</a></h1><ul
|
231
|
+
class=\"sw_a\" id=\"sw_abarl\"><li class=\"sw_aa\"><div class=\"sw_aal\"></div><div
|
232
|
+
class=\"sw_aat\">Web</div><div class=\"sw_aar\"></div><div class=\"sw_aa1\"></div><div
|
233
|
+
class=\"sw_aa2\"></div><div class=\"sw_aa3\"></div><div class=\"sw_aa4\"></div></li><li
|
234
|
+
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
|
235
|
+
id=\"sw_amm\" onmouseout=\"this.style.display='none'\" onmouseover=\"this.style.display='block'\"><ul><li><a
|
236
|
+
href=\"/images/search?q=site%3awww.google.com&FORM=BIFD\" onmousedown=\"return
|
237
|
+
si_T('&ID=FD,25.2')\">Images</a></li><li><a href=\"/videos/search?q=site%3awww.google.com&FORM=BVFD\"
|
238
|
+
onmousedown=\"return si_T('&ID=FD,27.2')\">Videos</a></li><li><a href=\"/shopping/search?q=site%3awww.google.com&mkt=en-US&FORM=BPFD\"
|
239
|
+
onmousedown=\"return si_T('&ID=FD,29.2')\">Shopping</a></li><li><a href=\"/news/search?q=site%3awww.google.com&FORM=BNFD\"
|
240
|
+
onmousedown=\"return si_T('&ID=FD,31.2')\">News</a></li><li><a href=\"/maps/default.aspx?q=site%3awww.google.com&mkt=en-US&FORM=BYFD\"
|
241
|
+
onmousedown=\"return si_T('&ID=FD,33.2')\">Maps</a></li><li class=\"sw_ama\"><a
|
242
|
+
href=\"/explore?q=site%3awww.google.com&FORM=BXFD\" onmousedown=\"return
|
243
|
+
si_T('&ID=FD,35.2')\">Bing at a glance</a></li></ul></div></li></ul></div><style
|
244
|
+
type=\"text/css\">#results_area .sb_pag{padding:.83em 0 2.12em}.sb_results li.sa_wr{padding:0
|
245
|
+
0 1.08em}.sa_cc{max-width:590px}.sb_meta a,.sb_meta a:visited,.sb_tsuf a,.sb_tsuf
|
246
|
+
a:visited{color:#5077bb;text-decoration:none}.sb_meta a:hover,.sb_tsuf a:hover{text-decoration:underline}.sb_tlst{margin:0
|
247
|
+
0 .05em}.sb_tsuf{white-space:nowrap;color:#737373;margin-left:1.3em}.sb_tlst
|
248
|
+
H3,.sb_tlst div{display:inline}#results_removed{margin:1.15em 0 1.54em;_width:519px;max-width:590px}.sb_results
|
249
|
+
.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
|
250
|
+
id=\"sw_canvas\"><div id=\"sw_aside\"><div id=\"sc_expPane\"><div class=\"sw_menu\"
|
251
|
+
id=\"sc_sst\"><h2>SEARCH HISTORY</h2><ul><li>Search more to see your history</li><li
|
252
|
+
class=\"sc_tools first\"><a href=\"/profile/history?q=site%3awww.google.com&FORM=Z9FD2\"
|
253
|
+
onmousedown=\"return si_T('&ID=SERP,5554.1')\">See all</a></li><li class=\"sc_tools\"><a
|
254
|
+
href=\"/profile/history/delete?rp=%2fsearch%3fq%3dsite%253Awww.google.com&FORM=Z9FD3\"
|
255
|
+
onmousedown=\"return si_T('&ID=SERP,5553.1')\">Clear all</a> · <a href=\"/historyHandler?oma=toggle_off&sig=95770CE2C4EA4552B6C73F97DE8BCE54&rp=%2fsearch%3fq%3dsite%253Awww.google.com&FORM=Z9FD4\"
|
256
|
+
onmousedown=\"return si_T('&ID=SERP,5556.1')\">Turn off</a></li></ul></div></div></div><div
|
257
|
+
id=\"sw_main\"><div id=\"content\"><div id=\"results_area\"><div id=\"results_container\"><div
|
258
|
+
class=\"sb_ph\"><h1>All Results</h1><span class=\"sb_count\" id=\"count\">1-10
|
259
|
+
of 3,190,000 results</span><span class=\"sc_bullet\">·</span> <a href=\"/search?q=site%3awww.google.com&qb=1&FORM=AXRE\"
|
260
|
+
onmousedown=\"return si_T('&ID=SERP,5528.1')\">Advanced</a></div><!-- snr
|
261
|
+
--><div id=\"results\"><ul id=\"wg0\" class=\"sb_results\"><li class=\"sa_wr\"><div
|
262
|
+
class=\"sa_cc\" docId=\"5054700022333784?false\"><div class=\"sb_tlst\"><h3><a
|
263
|
+
href=\"http://www.google.com/webhp\" onmousedown=\"return si_T('&ID=SERP,5079.1')\">Google</a></h3></div><a
|
264
|
+
class=\"sa_cpt\" u=\"0|1000|5054700022333784|25220d45,df470726\"></a><p>Search
|
265
|
+
the world's information, including webpages, images, videos and more. Google
|
266
|
+
has many special features to help you find exactly what you're looking for.</p><div
|
267
|
+
class=\"sb_meta\"><cite><strong>www.google.com</strong>/webhp</cite></div></div></li><li
|
268
|
+
class=\"sa_wr\"><div class=\"sa_cc\" docId=\"4867155984056667?false\"><div class=\"sb_tlst\"><h3><a
|
269
|
+
href=\"http://www.google.com/finance\" onmousedown=\"return si_T('&ID=SERP,5131.1')\">Google
|
270
|
+
Finance: Stock market quotes, news, currency conversions & more</a></h3></div><a
|
271
|
+
class=\"sa_cpt\" u=\"1|1010|4867155984056667|5d1b9421,43c525af\"></a><p>Get
|
272
|
+
real-time stock quotes & charts, financial news, currency conversions, or
|
273
|
+
track your portfolio with Google Finance.</p><div class=\"sb_meta\"><cite><strong>www.google.com</strong>/finance</cite></div></div></li><li
|
274
|
+
class=\"sa_wr\"><div class=\"sa_cc\" docId=\"4968654648509108?false\"><div class=\"sb_tlst\"><h3><a
|
275
|
+
href=\"http://www.google.com/dictionary\" onmousedown=\"return si_T('&ID=SERP,5172.1')\">Google
|
276
|
+
Dictionary</a></h3></div><a class=\"sa_cpt\" u=\"2|1020|4968654648509108|c61609e4,573eaaf2\"></a><p>Google
|
277
|
+
Dictionary is no longer available. You can use Google web search to find definitions
|
278
|
+
or Google Translate for your translation needs.</p><div class=\"sb_meta\"><cite><strong>www.google.com</strong>/dictionary</cite></div></div></li><li
|
279
|
+
class=\"sa_wr\"><div class=\"sa_cc\" docId=\"4760022321269268?false\"><div class=\"sb_tlst\"><h3><a
|
280
|
+
href=\"http://www.google.com/talk/\" onmousedown=\"return si_T('&ID=SERP,5218.1')\">Google
|
281
|
+
Chat - Chat with family and friends</a></h3></div><a class=\"sa_cpt\" u=\"3|1030|4760022321269268|1ab4c2cb,e2a2b586\"></a><p>Official
|
282
|
+
page of the software. Provides tutorial for beginners and link to download.</p><div
|
283
|
+
class=\"sb_meta\"><cite><strong>www.google.com</strong>/talk</cite></div></div></li><li
|
284
|
+
class=\"sa_wr\"><div class=\"sa_cc\" docId=\"4881204822147974?false\"><div class=\"sb_tlst\"><h3><a
|
285
|
+
href=\"http://www.google.com/mobile/\" onmousedown=\"return si_T('&ID=SERP,5270.1')\">Google
|
286
|
+
Mobile</a></h3></div><a class=\"sa_cpt\" u=\"4|1040|4881204822147974|6343aaa6,d322a2f\"></a><p>Get
|
287
|
+
Google Maps, Sync, Gmail, YouTube, and Latitude for your phone. Never be stumped
|
288
|
+
with Google mobile in your pocket. Available for BlackBerry, iPhone, and more.</p><div
|
289
|
+
class=\"sb_meta\"><cite><strong>www.google.com</strong>/mobile</cite></div></div></li><li
|
290
|
+
class=\"sb_ans si_pp\"><script type=\"text/javascript\">//<![CDATA[\r\n_G.KPT=new
|
291
|
+
Date\r\n//]]></script></li><li class=\"sa_wr\"><div class=\"sa_cc\" docId=\"4654533632459319?false\"><div
|
292
|
+
class=\"sb_tlst\"><h3><a href=\"http://www.google.com/language_tools\" onmousedown=\"return
|
293
|
+
si_T('&ID=SERP,5318.1')\">Language Tools</a></h3></div><a class=\"sa_cpt\"
|
294
|
+
u=\"5|1050|4654533632459319|ea2518d6,68752df6\"></a><p>Type a search phrase
|
295
|
+
in your language. Google will find results in other languages and translate
|
296
|
+
them for you to read. Search for:</p><div class=\"sb_meta\"><cite><strong>www.google.com</strong>/language_tools</cite></div></div></li><li
|
297
|
+
class=\"sa_wr\"><div class=\"sa_cc\" docId=\"4607052767363922?false\"><div class=\"sb_tlst\"><h3><a
|
298
|
+
href=\"http://www.google.com/maps\" onmousedown=\"return si_T('&ID=SERP,5369.1')\">Google
|
299
|
+
Maps</a></h3></div><a class=\"sa_cpt\" u=\"6|1060|4607052767363922|2c86f473,accec2a\"></a><p>Find
|
300
|
+
local businesses, view maps and get driving directions in Google Maps</p><div
|
301
|
+
class=\"sb_meta\"><cite><strong>www.google.com</strong>/maps</cite></div></div></li><li
|
302
|
+
class=\"sa_wr\"><div class=\"sa_cc\" docId=\"4878902714959739?false\"><div class=\"sb_tlst\"><h3><a
|
303
|
+
href=\"http://www.google.com/xhtml\" onmousedown=\"return si_T('&ID=SERP,5419.1')\">Google</a></h3></div><a
|
304
|
+
class=\"sa_cpt\" u=\"7|1070|4878902714959739|635afbc4,265a76d0\"></a><p>View
|
305
|
+
Google in:</p><div class=\"sb_meta\"><cite><strong>www.google.com</strong>/xhtml</cite></div></div></li><li
|
306
|
+
class=\"sa_wr\"><div class=\"sa_cc\" docId=\"4883506921933030?false\"><div class=\"sb_tlst\"><h3><a
|
307
|
+
href=\"http://www.google.com/apps/intl/en/business/mobile.html\" onmousedown=\"return
|
308
|
+
si_T('&ID=SERP,5445.1')\">Mobile access to email, calendar, contacts, and
|
309
|
+
more – Google ...</a></h3></div><a class=\"sa_cpt\" u=\"8|1080|4883506921933030|a3e9c2d6,86e23c1b\"></a><p>Google
|
310
|
+
Apps includes on-the-go connectivity from your smart phone at no extra cost.</p><div
|
311
|
+
class=\"sb_meta\"><cite><strong>www.google.com</strong>/apps/intl/en/business/mobile.html</cite></div></div></li><li
|
312
|
+
class=\"sa_wr\"><div class=\"sa_cc\" docId=\"5022672454943320?false\"><div class=\"sb_tlst\"><h3><a
|
313
|
+
href=\"http://www.google.com/advanced_search\" onmousedown=\"return si_T('&ID=SERP,5496.1')\">Google
|
314
|
+
Advanced Search</a></h3></div><a class=\"sa_cpt\" u=\"9|1090|5022672454943320|cfe267b1,d84c9e36\"></a><p>all
|
315
|
+
these words: this exact wording or phrase: one or more of these words: But don't
|
316
|
+
show pages that have... any of these unwanted words:</p><div class=\"sb_meta\"><cite><strong>www.google.com</strong>/advanced_search</cite></div></div></li></ul></div><div
|
317
|
+
class=\"sb_pag\"><h4>Pagination</h4><ul><li><a class=\"sb_pagS\">1</a></li><li><a
|
318
|
+
href=\"/search?q=site%3awww.google.com&first=11&FORM=PERE\" onmousedown=\"return
|
319
|
+
si_T('&ID=SERP,5522.1')\">2</a></li><li><a href=\"/search?q=site%3awww.google.com&first=21&FORM=PERE1\"
|
320
|
+
onmousedown=\"return si_T('&ID=SERP,5523.1')\">3</a></li><li><a href=\"/search?q=site%3awww.google.com&first=31&FORM=PERE2\"
|
321
|
+
onmousedown=\"return si_T('&ID=SERP,5524.1')\">4</a></li><li><a href=\"/search?q=site%3awww.google.com&first=41&FORM=PERE3\"
|
322
|
+
onmousedown=\"return si_T('&ID=SERP,5525.1')\">5</a></li><li><a href=\"/search?q=site%3awww.google.com&first=11&FORM=PORE\"
|
323
|
+
class=\"sb_pagN\" onmousedown=\"return si_T('&ID=SERP,5526.1')\">Next</a></li></ul></div><form
|
324
|
+
action=\"search\" id=\"sb_form2\" class=\"sw_box\" ><div class=\"sw_bd\"><div
|
325
|
+
class=\"sw_b\"><input type=\"text\" value=\"site:www.google.com\" title=\"Enter
|
326
|
+
your search term\" name=\"q\" id=\"sb_form2_q\" class=\"sw_qbox\"/><input type=\"submit\"
|
327
|
+
value=\"\" title=\"Search\" tabindex=\"0\" name=\"go\" id=\"sb_form2_go\" class=\"sw_qbtn\"/></div></div><input
|
328
|
+
type=\"hidden\" value=\"QBRE3\" name=\"form\"/></form></div></div><div id=\"sidebar\"></div></div></div></div></div></div><div
|
329
|
+
id=\"sb_foot\" onmouseover=\"si_fb.loadCard()\"><ul id=\"sw_footL\"><li><span>©
|
330
|
+
2011 Microsoft</span> | </li><li><a href=\"http://go.microsoft.com/fwlink/?LinkId=74170\"
|
331
|
+
onmousedown=\"return si_T('&ID=FD,72.1')\">Privacy</a> | </li><li><a href=\"http://g.msn.com/0TO_/enus\"
|
332
|
+
onmousedown=\"return si_T('&ID=FD,74.1')\">Legal</a> | </li><li><a href=\"http://advertising.microsoft.com/advertise-on-bing\"
|
333
|
+
onmousedown=\"return si_T('&ID=FD,76.1')\">Advertise</a> | </li><li><a href=\"http://g.msn.com/AIPRIV/en-us\"
|
334
|
+
target=\"_blank\" onmousedown=\"return si_T('&ID=FD,78.1')\">About our ads</a>
|
335
|
+
| </li><li><a href=\"http://onlinehelp.microsoft.com/en-US/bing/ff808535.aspx\"
|
336
|
+
id=\"sb_help\" target=\"_blank\" onmousedown=\"return si_T('&ID=FD,80.1')\">Help</a>
|
337
|
+
| </li><li><a href=\"https://feedback.live.com/default.aspx?locale=en-US&productkey=wlsearchweb&P1=dsatweb&P2=site%3awww.google.com&P3=0&P4=NOFORM&P5=C857EBA67D934BDDBDD18178923F9D89&P6=Brookline,
|
338
|
+
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%3awww.google.com%26FORM%3dFEEDTU\"
|
339
|
+
id=\"sb_feedback\" onclick=\"si_fb.openCard(this);return false\" onfocus=\"si_fb.loadCard()\"
|
340
|
+
onmousedown=\"return si_T('&ID=FD,82.1')\">Tell us what you think</a></li></ul></div></div></div><div
|
341
|
+
id=\"sb_fb\"></div><script type=\"text/javascript\">//<![CDATA[\n_G.BST=new
|
342
|
+
Date\n//]]></script><script type=\"text/javascript\">//<![CDATA[\nsj_cook=new
|
343
|
+
function(){var a=this;a.get=function(d,c){var a=_d.cookie.match(new RegExp(\"\\\\b\"+d+\"=[^;]+\"));if(c&&a){var
|
344
|
+
b=a[0].match(new RegExp(\"\\\\b\"+c+\"=([^&]*)\"));return b?b[1]:null}return
|
345
|
+
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
|
346
|
+
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
|
347
|
+
Date((new Date).getTime()+Math.min(l,6.3072e10))).toGMTString():\"\")+(j?\";path=\"+j:\"\")}};sc_fadeCb=function(){};function
|
348
|
+
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
|
349
|
+
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
|
350
|
+
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
|
351
|
+
n(e){m=1;function c(){b.style.backgroundImage=\"url('\"+d.src+\"')\";b.className+=\"
|
352
|
+
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
|
353
|
+
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
|
354
|
+
a=_ge(\"sw_tll\");a&&sj_jb(\"multipleLogins_c\",1,a,\"mouseover\",a,\"click\")},1,5);function
|
355
|
+
sj_ic(b){var a=sj_ce(\"style\");_d.getElementsByTagName(\"head\")[0].appendChild(a);if(sb_ie)a.styleSheet.cssText=b;else
|
356
|
+
a.appendChild(_d.createTextNode(b))};_ge(\"sa_qs\").value=\"bs\";sj_evt.bind(\"onASConfig\",function(d){var
|
357
|
+
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%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:'95770CE2C4EA4552B6C73F97DE8BCE54'});sa_loc={H_PN:'Popular
|
358
|
+
now',H_AS:'Web results',L_MH:'Manage search history',L_P:'Preferences',T_SQ:'Trending'};;sj_evt.bind('onP1',function(){sa_DNS=new
|
359
|
+
Image;sa_DNS.src='http://api.bing.com/qsonhs.aspx?FORM=ASAPIW&q='},1,5);sj_evt.fire(\"onHTML\");function
|
360
|
+
si_sendCReq(){_G.muidI=new Image;_G.muidI.onload=function(){var d=_d.cookie;if(/\\bTUID\\b/i.test(d))return
|
361
|
+
1;_G.muidI2=new Image;_G.muidI2.src=_G.gpUrl+\"CM=TMF&IG=\"+_G.IG+(_G.CID?\"&CID=\"+_G.CID:\"\");_G.muidI3=new
|
362
|
+
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
|
363
|
+
1};_G.muidI.src=_G.cUrl};sf_fbCfg={sId:\"0\"};sj_evt.bind(\"onP1\",function(){_w.logfb&&_w.logfb(\"fi\");var
|
364
|
+
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
|
365
|
+
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
|
366
|
+
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
|
367
|
+
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
|
368
|
+
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
|
369
|
+
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
|
370
|
+
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
|
371
|
+
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
|
372
|
+
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
|
373
|
+
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
|
374
|
+
can't find any more info about this page right now.\",\"sMore\":\"More on this
|
375
|
+
page\",\"uBase\":\"/captionHandler.aspx?q=site%3awww.google.com\",\"sLoad\":\"Just
|
376
|
+
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
|
377
|
+
type=\"text/javascript\">//<![CDATA[\n(function(){function a(){!_w.sb_ppCPL&&sb_st(function(){si_PP(new
|
378
|
+
Date)},0)}var b=_w.onload||function(){};onload=function(c){_G.BPT=new Date;b(c);a()};_G.HT=new
|
379
|
+
Date})()\n//]]></script></body></html>"
|
380
|
+
http_version: '1.1'
|
@@ -0,0 +1,589 @@
|
|
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://toolbarqueries.google.com:80/search?ch=6340563836&client=navclient-auto&features=Rank&q=info%3Awww.google.com
|
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
|
+
date:
|
53
|
+
- Mon, 15 Aug 2011 09:53:52 GMT
|
54
|
+
pragma:
|
55
|
+
- no-cache
|
56
|
+
expires:
|
57
|
+
- Fri, 01 Jan 1990 00:00:00 GMT
|
58
|
+
cache-control:
|
59
|
+
- no-cache, must-revalidate
|
60
|
+
content-type:
|
61
|
+
- text/html; charset=ISO-8859-1
|
62
|
+
set-cookie:
|
63
|
+
- PREF=ID=b9bf48acd8c7e71d:FF=0:TM=1313402032:LM=1313402032:S=QtOqdg0_zEkLRPQi;
|
64
|
+
expires=Wed, 14-Aug-2013 09:53:52 GMT; path=/; domain=.google.com
|
65
|
+
server:
|
66
|
+
- gws
|
67
|
+
x-xss-protection:
|
68
|
+
- 1; mode=block
|
69
|
+
transfer-encoding:
|
70
|
+
- chunked
|
71
|
+
body: ! 'Rank_1:2:10
|
72
|
+
|
73
|
+
'
|
74
|
+
http_version: '1.1'
|
75
|
+
- !ruby/struct:VCR::HTTPInteraction
|
76
|
+
request: !ruby/struct:VCR::Request
|
77
|
+
method: :get
|
78
|
+
uri: http://siteanalytics.compete.com:80/google.com/
|
79
|
+
body: !!null
|
80
|
+
headers: !!null
|
81
|
+
response: !ruby/struct:VCR::Response
|
82
|
+
status: !ruby/struct:VCR::ResponseStatus
|
83
|
+
code: 200
|
84
|
+
message: OK
|
85
|
+
headers:
|
86
|
+
date:
|
87
|
+
- Mon, 15 Aug 2011 09:53:55 GMT
|
88
|
+
server:
|
89
|
+
- Apache
|
90
|
+
vary:
|
91
|
+
- Host,User-Agent,Cookie
|
92
|
+
content-length:
|
93
|
+
- '46775'
|
94
|
+
content-type:
|
95
|
+
- text/html; charset=utf-8
|
96
|
+
body: ! "\n\n\n \n<!DOCTYPE html>\n<!-- HOSTNAME: prodweb40\n DEBUG:
|
97
|
+
False\n VERSION: 098f8f341cf031d484b0b78078025009e7c83397\n COOKIE_DOMAIN:
|
98
|
+
.compete.com -->\n\n\n\n\n\n\n\n\n\n<!--[if lt IE 7 ]> <html lang=\"en\" class=\"no-js
|
99
|
+
ie6\"> <![endif]-->\n<!--[if IE 7 ]> <html lang=\"en\" class=\"no-js ie7\">
|
100
|
+
<![endif]-->\n<!--[if IE 8 ]> <html lang=\"en\" class=\"no-js ie8\"> <![endif]-->\n<!--[if
|
101
|
+
(gte IE 9)|!(IE)]><!--> <html lang=\"en\" class=\"no-js\"> <!--<![endif]-->\n<head>\n
|
102
|
+
\ <meta charset=\"utf-8\" />\n \n <meta http-equiv=\"X-UA-Compatible\"
|
103
|
+
content=\"IE=8,chrome=1\" />\n\n \n \n \n\n \n <meta name=\"viewport\"
|
104
|
+
content=\"width=device-width, initial-scale=1.0\" />\n\n \n <meta name=\"ICBM\"
|
105
|
+
content=\"42.348043, -71.077617\" />\n <meta name=\"DC.title\" content=\"Compete\"
|
106
|
+
/>\n\n <meta name=\"description\"\n content=\" Website profile of
|
107
|
+
google.com - traffic charts, graphs, popularity rank, ratings, trust safety
|
108
|
+
profiles, scores, deals, promotional codes, and more.\" />\n <meta name=\"keywords\"\n
|
109
|
+
\ content=\" google.com, snapshot, toolbar, metrics, site traffic, engagement,
|
110
|
+
attention, rank, deals, coupons, promotional codes, trust\" />\n <meta name=\"verify-v1\"
|
111
|
+
content=\"1SEgftBJ60iNZhorYRVZbR6jMpnPLnvGieoQ6+HGGl8=\" />\n\n <!-- block
|
112
|
+
meta -->\n <meta name=\"y_key\" content=\"7259efb3e9a5b44b\" />\n <!--
|
113
|
+
endblock meta -->\n\n <!-- block universal_imports -->\n \n <link
|
114
|
+
title=\"Compete Search\" rel=\"search\" type=\"application/opensearchdescription+xml\"\n
|
115
|
+
\ href=\"http://media.compete.com/site_media/other/opensearch.xml\"
|
116
|
+
/>\n \n <!-- endblock universal_imports -->\n\n \n \n <script
|
117
|
+
src=\"http://media.compete.com/site_media/js/seaeagle/modernizr-1.6.min.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n\n
|
118
|
+
\ \n \n \n <script src=\"http://media.compete.com/site_media/js/uacss.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n\n
|
119
|
+
\ \n <script src=\"//ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.js\"></script>\n
|
120
|
+
\ \n <script>!window.jQuery && document.write(unescape('%3Cscript src=\"http://media.compete.com/site_media/js/jquery/jquery-1.3.1.min.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"%3E%3C/script%3E'));</script>\n\n
|
121
|
+
\ <script type=\"text/javascript\">\n // Set up universal Compete namespace\n
|
122
|
+
\ var $c = $c || {};\n $c.settings = $c.settings || {};\n $c.settings.LOG_DEPRECATION_WRAPPING
|
123
|
+
= false;\n\n // Bind jQuery to $j to avoid Prototype (which is still
|
124
|
+
hogging $).\n var $j = jQuery.noConflict();\n\n var base_site
|
125
|
+
= 'http://www.compete.com',\n blog_site = 'http://blog.compete.com',\n
|
126
|
+
\ compete_pro_upgrade = 'https://my.compete.com/upgrade/',\n corporare_site
|
127
|
+
= 'http://www.competeinc.com',\n debug_mode = 'False',\n lists_site
|
128
|
+
= 'http://lists.compete.com',\n main_site = 'http://www.compete.com',\n
|
129
|
+
\ media_host = 'http://media.compete.com',\n member_site
|
130
|
+
= 'https://my.compete.com',\n reftools_site = 'http://compete.com/referrals',\n
|
131
|
+
\ searchtools_site = 'http://searchanalytics.compete.com',\n secure_main_site
|
132
|
+
= 'https://www.compete.com',\n snapshot_site = 'http://siteanalytics.compete.com',\n
|
133
|
+
\ toolbar_site = 'http://tools.compete.com',\n versionify_string
|
134
|
+
= '098f8f341cf031d484b0b78078025009e7c83397';\n </script>\n\n <!-- css
|
135
|
+
-->\n <link rel=\"stylesheet\" type=\"text/css\" href=\"http://media.compete.com/site_media/css/seaeagle/site.ver-098f8f341cf031d484b0b78078025009e7c83397.css\"
|
136
|
+
media=\"all\" />\n <link rel=\"stylesheet\" type=\"text/css\" href=\"http://media.compete.com/site_media/css/seaeagle/master.ver-098f8f341cf031d484b0b78078025009e7c83397.css\"
|
137
|
+
media=\"all\" />\n <link rel=\"stylesheet\" type=\"text/css\" href=\"http://media.compete.com/site_media/css/seaeagle/dropdown.ver-098f8f341cf031d484b0b78078025009e7c83397.css\"
|
138
|
+
media=\"all\" />\n <link rel=\"stylesheet\" type=\"text/css\" href=\"http://media.compete.com/site_media/css/seaeagle/popup_help.ver-098f8f341cf031d484b0b78078025009e7c83397.css\"
|
139
|
+
media=\"all\" />\n <link rel=\"stylesheet\" type=\"text/css\" href=\"http://media.compete.com/site_media/css/seaeagle/jquery.autocomplete.ver-098f8f341cf031d484b0b78078025009e7c83397.css\"
|
140
|
+
media=\"all\" />\n <link rel=\"stylesheet\" type=\"text/css\" href=\"http://media.compete.com/site_media/js/jquery/theme/ui.all.ver-098f8f341cf031d484b0b78078025009e7c83397.css\"
|
141
|
+
media=\"all\" />\n <link rel=\"stylesheet\" type=\"text/css\" href=\"http://media.compete.com/site_media/css/jquery.mcdropdown.ver-098f8f341cf031d484b0b78078025009e7c83397.css\"
|
142
|
+
media=\"all\" />\n <link rel=\"stylesheet\" type=\"text/css\" href=\"http://media.compete.com/site_media/css/seaeagle/tooltip.ver-098f8f341cf031d484b0b78078025009e7c83397.css\"
|
143
|
+
media=\"all\" />\n\n \n\n <!-- text_block Help_Styles -->\n <style
|
144
|
+
type=\"text/css\">\r\n div.ui-dialog div.popup-help-dialog span.definition
|
145
|
+
{\r\n font-weight: bold;\r\n font-size: 1.2em;\r\n color: #333333;\r\n
|
146
|
+
\ }\r\n</style>\r\n\r\n<meta name=\"verify-v1\" content=\"hzIm6qODZkWAWCero/9RJvI7OkNf3121EmjcGNTASXA=\"
|
147
|
+
/>\n <!-- end text_block Help_Styles -->\n\n <!-- block stylesheets -->\n
|
148
|
+
\ \n <!-- <link rel=\"stylesheet\" type=\"text/css\" href=\"http://media.compete.com/site_media/css/home.css\"
|
149
|
+
media=\"all\"/> -->\n <link rel=\"stylesheet\" type=\"text/css\" href=\"http://media.compete.com/site_media/css/seaeagle/site_profile.ver-098f8f341cf031d484b0b78078025009e7c83397.css\"
|
150
|
+
media=\"all\" />\n <link rel=\"stylesheet\" type=\"text/css\" href=\"http://media.compete.com/site_media/css/seaeagle/site_search_bar.ver-098f8f341cf031d484b0b78078025009e7c83397.css\"
|
151
|
+
media=\"all\" />\n\n\n <!-- endblock stylesheets -->\n\n <!--[if IE 6]><link
|
152
|
+
rel=\"stylesheet\" href=\"http://media.compete.com/site_media/css/ie6.ver-098f8f341cf031d484b0b78078025009e7c83397.css\"
|
153
|
+
type=\"text/css\"/><![endif]-->\n <!--[if IE 6]><link rel=\"stylesheet\"
|
154
|
+
href=\"http://media.compete.com/site_media/css/seaeagle/ie6_override.ver-098f8f341cf031d484b0b78078025009e7c83397.css\"
|
155
|
+
type=\"text/css\"/><![endif]-->\n <!--[if IE 7]><link rel=\"stylesheet\"
|
156
|
+
href=\"http://media.compete.com/site_media/css/ie7.ver-098f8f341cf031d484b0b78078025009e7c83397.css\"
|
157
|
+
type=\"text/css\"/><![endif]-->\n <!--[if lte IE 8]><link rel=\"stylesheet\"
|
158
|
+
href=\"http://media.compete.com/site_media/css/seaeagle/ie_override.ver-098f8f341cf031d484b0b78078025009e7c83397.css\"
|
159
|
+
type=\"text/css\"/><![endif]-->\n\n <!-- end css -->\n\n <script type=\"text/javascript\"
|
160
|
+
src=\"http://media.compete.com/site_media/js/c/lang/es5-shim-0.0.4.min.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n
|
161
|
+
\ <script type=\"text/javascript\" src=\"http://media.compete.com/site_media/js/c/lang/es5_getter_setter_api.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n
|
162
|
+
\ <script src=\"http://media.compete.com/site_media/js/backbone/underscore.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n\n
|
163
|
+
\ \n\n <script type=\"text/javascript\" src=\"http://media.compete.com/site_media/js/prototype/prototype-1.5.0-compressed.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n\n
|
164
|
+
\ \n\n <script type=\"text/javascript\" src=\"http://media.compete.com/site_media/js/util.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n
|
165
|
+
\ <script type=\"text/javascript\" src=\"http://media.compete.com/site_media/js/jquery/jquery-ui-compete-1.6rc6.min.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n
|
166
|
+
\ <script type=\"text/javascript\" src=\"http://media.compete.com/site_media/js/jquery/jquery.mcdropdown.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n
|
167
|
+
\ <script type=\"text/javascript\" src=\"http://media.compete.com/site_media/js/jquery/jquery.bgiframe.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n
|
168
|
+
\ <script type=\"text/javascript\" src=\"http://media.compete.com/site_media/js/jquery/tooltip.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n
|
169
|
+
\ <script type=\"text/javascript\" src=\"http://media.compete.com/site_media/js/jquery/tooltip.dynamic.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n
|
170
|
+
\ <script type=\"text/javascript\" src=\"http://media.compete.com/site_media/js/jquery/tooltip.compete.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n
|
171
|
+
\ <script type=\"text/javascript\" src=\"http://media.compete.com/site_media/js/seaeagle/json2.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"
|
172
|
+
charset=\"utf-8\"></script>\n <script src=\"http://media.compete.com/site_media/js/backbone/backbone.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n
|
173
|
+
\ <script src=\"http://media.compete.com/site_media/js/c/Backbone.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n
|
174
|
+
\ \n\n<script type=\"text/javascript\" charset=\"utf-8\">\n var s_account
|
175
|
+
= 'competedev';\n</script>\n\n<script type=\"text/javascript\" src=\"http://media.compete.com/site_media/js/omniture__s_code.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"
|
176
|
+
charset=\"utf-8\"></script>\n<script type=\"text/javascript\" src=\"http://media.compete.com/site_media/js/thirdparty/mbox.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"
|
177
|
+
charset=\"utf-8\"></script>\n\n <script type=\"text/javascript\" src=\"http://media.compete.com/site_media/js/seaeagle/thirdparty_analytics.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n
|
178
|
+
\ <script type=\"text/javascript\" src=\"http://media.compete.com/site_media/js/seaeagle/util.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n
|
179
|
+
\ <script type=\"text/javascript\" src=\"http://media.compete.com/site_media/js/seaeagle/util_format.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n
|
180
|
+
\ <script type=\"text/javascript\" src=\"http://media.compete.com/site_media/js/seaeagle/dropdown.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n
|
181
|
+
\ <script type=\"text/javascript\" src=\"http://media.compete.com/site_media/js/seaeagle/master.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n
|
182
|
+
\ <script type=\"text/javascript\" src=\"http://media.compete.com/site_media/js/seaeagle/burndownpopup.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n
|
183
|
+
\ <script type=\"text/javascript\" src=\"http://media.compete.com/site_media/js/seaeagle/popup_help.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n
|
184
|
+
\ <script type=\"text/javascript\" src=\"http://media.compete.com/site_media/js/seaeagle/jquery.autocomplete.pack.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n
|
185
|
+
\ <script type=\"text/javascript\" src=\"http://media.compete.com/site_media/js/seaeagle/jquery.competeutils.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n
|
186
|
+
\ <script type=\"text/javascript\" src=\"http://media.compete.com/site_media/js/seaeagle/jquery.cookie.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n
|
187
|
+
\ <script type=\"text/javascript\" src=\"http://media.compete.com/site_media/js/seaeagle/jquery.html5-placeholder-shim.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n
|
188
|
+
\ <script type=\"text/javascript\" src=\"http://media.compete.com/site_media/js/seaeagle/main_nav.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n\n
|
189
|
+
\ <script type=\"text/javascript\">\n // ! TODO: add try_catch block
|
190
|
+
*INSIDE* function() {}\n $j(document).ready(function() {\n //
|
191
|
+
site search\n generate_search_dropdown(\"site_profiles\");\n update_login_logout_link();\n
|
192
|
+
\ master_load();\n\n \n $j('#topnav-search-referrals').click(function()
|
193
|
+
{\n _validate_site('google.com', null, 'search_site_referrals');\n return
|
194
|
+
false;\n });\n $j('#topnav-referrals-referrals').click(function() {\n
|
195
|
+
\ _validate_site('google.com', null, 'referrals_referrals');\n return
|
196
|
+
false;\n });\n $j('#topnav-referrals-destinations').click(function() {\n
|
197
|
+
\ _validate_site('google.com', null, 'referrals_destinations');\n return
|
198
|
+
false;\n });\n\n });\n </script>\n\n <!-- block scripts -->\n
|
199
|
+
\ \n <!-- endblock scripts -->\n\n <title>google.com's (rank #1) Site
|
200
|
+
Profile | Compete</title>\n\n <!-- block head -->\n \n <script type=\"text/javascript\"
|
201
|
+
src=\"http://media.compete.com/site_media/js/seaeagle/jquery.mousewheel.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n
|
202
|
+
\ <script type=\"text/javascript\" src=\"http://media.compete.com/site_media/js/seaeagle/jquery.jScrollPane.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n
|
203
|
+
\ <script type=\"text/javascript\" src=\"http://media.compete.com/site_media/js/seaeagle/amcharts.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n
|
204
|
+
\ <script type=\"text/javascript\" src=\"http://media.compete.com/site_media/js/seaeagle/site_profile_audience.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n\n
|
205
|
+
\ <link rel=\"stylesheet\" type=\"text/css\" href=\"http://media.compete.com/site_media/css/seaeagle/site_comparison.ver-098f8f341cf031d484b0b78078025009e7c83397.css\"
|
206
|
+
media=\"all\" />\n <link rel=\"stylesheet\" type=\"text/css\" href=\"http://media.compete.com/site_media/css/seaeagle/site_profile.ver-098f8f341cf031d484b0b78078025009e7c83397.css\"
|
207
|
+
media=\"all\" />\n <link rel=\"stylesheet\" type=\"text/css\" href=\"http://media.compete.com/site_media/css/seaeagle/jquery.jScrollPane.ver-098f8f341cf031d484b0b78078025009e7c83397.css\"
|
208
|
+
media=\"all\" />\n\n \n <link rel=\"stylesheet\" type=\"text/css\" href=\"http://media.compete.com/site_media/css/seaeagle/metric-selector.ver-098f8f341cf031d484b0b78078025009e7c83397.css\"
|
209
|
+
media=\"all\" />\n <link rel=\"stylesheet\" type=\"text/css\" href=\"http://media.compete.com/site_media/css/seaeagle/dropdown.ver-098f8f341cf031d484b0b78078025009e7c83397.css\"
|
210
|
+
media=\"all\" />\n <link rel=\"stylesheet\" type=\"text/css\" href=\"http://media.compete.com/site_media/css/seaeagle/tags.ver-098f8f341cf031d484b0b78078025009e7c83397.css\"
|
211
|
+
media=\"all\" />\n <link rel=\"stylesheet\" type=\"text/css\" href=\"http://media.compete.com/site_media/css/seaeagle/teasers.ver-098f8f341cf031d484b0b78078025009e7c83397.css\"
|
212
|
+
media=\"all\" />\n\n <script type=\"text/javascript\">\n //<![CDATA[\n \n
|
213
|
+
\ window.CHART = new SWFObject('/site_media/charts/amline.swf', 'main-chart',
|
214
|
+
'935', '250', '8', '#ffffff');\n\n var charted_base_metric = 'uv';\n var
|
215
|
+
charted_secondary_metric = '';\n var charted_period = '1y';\n var chart_date_from
|
216
|
+
= '';\n var chart_date_to = '';\n\n var chart_path = 'http://media.compete.com/site_media/charts/';\n
|
217
|
+
\ var site_name = 'google.com';\n \n var metric_load_url = '/metrics/async/getdropdowndetail/';\n
|
218
|
+
\ var show_compare = true;\n var can_access_demo = false;\n var is_subdomain
|
219
|
+
= false;\n \n var age_data = false;\n var inc_data = false;\n var
|
220
|
+
gen_data = false;\n \n var authenticated_user = false\n var user_ispro
|
221
|
+
= 0\n\n $j(function() {\n setup_permalink_container();\n setup_chart();\n
|
222
|
+
\ setup_metrics();\n setup_date_ranges();\n\n load_zoominfo_box()\n
|
223
|
+
\ \n // tags, load the box and create the dialog box displayed during
|
224
|
+
add\n loadTagsForSite();\n loadAddTagDialogBox();\n\n $j('#embed-graph').bind('click',
|
225
|
+
embed_graph);\n $j('#permalink').bind('click', toggle_permalink_container);\n\n
|
226
|
+
\ // add omniture tracking to the Save-as-image link\n // then
|
227
|
+
call save_graph_image() function after tracking is complete\n $j('#graph-image').bind('click',
|
228
|
+
function() {\n s.events='event24';\n s.eVar15='+1';\n
|
229
|
+
\ s.linkTrackVars='events,eVar15';\n s.linkTrackEvents='event24';\n
|
230
|
+
\ s.tl(this,'o','site profile saved as image');\n \n save_graph_image();\n
|
231
|
+
\ });\n \n // add omniture tracking to the CSV download link.
|
232
|
+
Only registers an export if\n // user has permission to do so (otherwise
|
233
|
+
href will redirect to login page)\n $j('#csv-export').bind('click', function()
|
234
|
+
{\n if(this.href.indexOf(member_site+'/login/') == -1) {\n s.events='event23';\n
|
235
|
+
\ s.eVar10='+1';\n s.linkTrackVars='events,eVar10';\n
|
236
|
+
\ s.linkTrackEvents='event23';\n s.tl(this,'o','site
|
237
|
+
profile exported');\n }\n });\n });\n //]]>\n </script>\n
|
238
|
+
\ <!--\n chart_widgets.js and site_profile.js must be included AFTER the
|
239
|
+
above block. They depend on\n variables that are set in there.\n -->\n
|
240
|
+
\ <script type=\"text/javascript\" src=\"http://media.compete.com/site_media/js/seaeagle/chart_widgets.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n
|
241
|
+
\ <script type=\"text/javascript\" src=\"http://media.compete.com/site_media/js/seaeagle/site_profile.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n
|
242
|
+
\ <script type=\"text/javascript\" src=\"http://media.compete.com/site_media/js/seaeagle/metric-selector.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n
|
243
|
+
\ <script type=\"text/javascript\" src=\"http://media.compete.com/site_media/js/seaeagle/teasers.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n
|
244
|
+
\ <script type=\"text/javascript\" src=\"http://media.compete.com/site_media/js/seaeagle/tags.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n\n\n\n
|
245
|
+
\ <!-- endblock head -->\n</head>\n\n<body id=\"site-profile\" class=\"profiles\"
|
246
|
+
lang=\"en\">\n<div id=\"main-wrap\">\n <div id=\"header\">\n \n\n
|
247
|
+
\ <!-- block header -->\n \n <div id=\"htrlinks-container\">\n
|
248
|
+
\ <ul id=\"htrlinks\">\n\n \n \n
|
249
|
+
\ <li class=\"green-badge\"><a href=\"https://my.compete.com/plans/\">register</a>\n
|
250
|
+
\ <div class=\"htrdivider\"></div>\n </li>\n
|
251
|
+
\ \n\n \n \n\n \n
|
252
|
+
\ \n\n \n \n\n \n
|
253
|
+
\ \n \n <li><a target=\"_parent\"
|
254
|
+
href=\"http://www.compete.com/help/\">help</a>\n <div
|
255
|
+
class=\"htrdivider\"></div>\n </li>\n \n
|
256
|
+
\ <li><a id=\"mycompete_signup_link\"\n href=\"https://my.compete.com/login/?origin=http://siteanalytics.compete.com/google.com/\">\n
|
257
|
+
\ login</a></li>\n \n\n </ul>\n
|
258
|
+
\ </div>\n <div style=\"clear:right;\">\n <a
|
259
|
+
href=\"http://www.compete.com/\" class=\"top-left-logo\"></a>\n \n
|
260
|
+
\ </div>\n \n <!-- endblock header -->\n<!-- The Compete
|
261
|
+
XL Code -->\n<script>\nvar __compete_code_control = {\n measure_traffic_asynchronously:
|
262
|
+
false\n};\n</script>\n<!-- Compete XL Code for compete.com -->\n<script type=\"text/javascript\">\n__compete_code
|
263
|
+
= '4b6705ef8ded7e9cb0067318dde11c3e';\n/* Set control variables below this line.
|
264
|
+
*/ \n</script>\n<script type=\"text/javascript\" src=\"//c.compete.com/bootstrap/s/4b6705ef8ded7e9cb0067318dde11c3e/compete-com/bootstrap.js\"></script>\n<noscript>\n
|
265
|
+
\ <img width=\"1\" height=\"1\" src=\"https://ssl-compete-com-4b6705.c-col.com\"/>\n</noscript>\n<!--
|
266
|
+
End of the Compete Code -->\n </div>\n\n <!-- block mainnav -->\n \n
|
267
|
+
\ <div id=\"nav\">\n <ul id=\"topnav\">\n <li
|
268
|
+
id=\"nav-profiles\" class=\"topnav-item\">\n <a class=\"topnav-href\">Profiles</a>\n
|
269
|
+
\ <!-- subnav for ul#topnav li#profiles -->\n <ul
|
270
|
+
id=\"subnav-profiles\" class=\"subnav\">\n <li id=\"subnav-site-profile\"><a
|
271
|
+
href=\"http://siteanalytics.compete.com/\">Site Profile</a></li>\n <li
|
272
|
+
id=\"subnav-tag-profile\"><a href=\"http://www.compete.com/s/tags/a/1/\">Tag
|
273
|
+
Profile</a></li>\n <li id=\"subnav-category-profile\"><a
|
274
|
+
href=\"http://www.compete.com/s/categories/browse/\">Category Profile</a></li>\n
|
275
|
+
\ <li id=\"subnav-site-compare\"><a href=\"http://siteanalytics.compete.com/?tab=comparison\">Compare</a></li>\n
|
276
|
+
\ </ul>\n </li>\n <li id=\"nav-analytics-tools\"
|
277
|
+
class=\"topnav-item\">\n <a class=\"topnav-href\">Analytics
|
278
|
+
Tools</a>\n <!-- subnav for ul#topnav li#analytics-tools
|
279
|
+
-->\n <ul id=\"subnav-analytics-tools\" class=\"subnav\">\n
|
280
|
+
\ <li id=\"subnav-search-analytics\"><a href=\"http://searchanalytics.compete.com/\">Search
|
281
|
+
Analytics</a></li>\n <li id=\"subnav-referral-analytics\"><a
|
282
|
+
href=\"http://compete.com/referrals/\">Referral Analytics</a></li>\n <li
|
283
|
+
id=\"subnav-ranked-lists\"><a href=\"http://lists.compete.com/\">Ranked Lists</a></li>\n
|
284
|
+
\ </ul>\n </li>\n <li id=\"nav-client-solutions\"
|
285
|
+
class=\"topnav-item\">\n <a href=\"http://www.compete.com/m/client_solutions/\"
|
286
|
+
class=\"topnav-href\">Client Solutions</a>\n <!-- subnav
|
287
|
+
for ul#topnav li#client-solutions -->\n <ul id=\"subnav-client-solutions\"
|
288
|
+
class=\"subnav\">\n <li></li>\n </ul>\n
|
289
|
+
\ </li>\n <li id=\"nav-resources\" class=\"topnav-item\">\n
|
290
|
+
\ <a class=\"topnav-href\">Resources</a>\n <!--
|
291
|
+
subnav for ul#topnav li#resources -->\n <ul id=\"subnav-resources\"
|
292
|
+
class=\"subnav\">\n <li id=\"subnav-help\"><a href=\"http://www.compete.com/help/\">Help</a></li>\n
|
293
|
+
\ <li id=\"subnav-blog\"><a href=\"http://blog.compete.com/\">Blog</a></li>\n
|
294
|
+
\ <li id=\"subnav-contact\"><a href=\"http://www.compete.com/contact/\">Contact</a></li>\n
|
295
|
+
\ <li id=\"subnav-about\"><a href=\"http://www.compete.com/about/\">About</a></li>\n
|
296
|
+
\ <li id=\"subnav-methodology\"><a href=\"http://www.compete.com/resources/methodology/\">Methodology</a>\n
|
297
|
+
\ </li>\n </ul>\n </li>\n
|
298
|
+
\ <li id=\"nav-my-compete\" class=\"topnav-item\"><a href=\"https://my.compete.com/\"
|
299
|
+
id=\"my-compete-href\">My Compete</a></li>\n </ul>\n </div>\n
|
300
|
+
\ \n <!-- endblock mainnav -->\n\n <div id=\"content-wrap\" role=\"main\">\n
|
301
|
+
\ <!-- block subnav -->\n \n <!-- endblock subnav -->\n
|
302
|
+
\ <!-- block body -->\n \n\n \n <div id=\"title-block\">\n \n
|
303
|
+
\ <div class=\"ttop\">\n <div class=\"caption\">site profile for:</div>\n
|
304
|
+
\ \n <div class=\"float-right\"> \n \n \n
|
305
|
+
\ <a href=\"http://siteanalytics.compete.com/google.com/\" id=\"topnav-site-profile\"
|
306
|
+
class=\"button\">\n <div class=\"img\"></div>\n Go
|
307
|
+
to Site Profile\n </a>\n <span class=\"separator-right\"> </span>\n
|
308
|
+
\ \n \n <a href=\"http://searchanalytics.compete.com/site_referrals/google.com/\"
|
309
|
+
id=\"topnav-search-referrals\" class=\"button\">\n <div class=\"img\"></div>\n
|
310
|
+
\ Go to Search Referrals\n </a>\n <span class=\"separator-right\"> </span>\n
|
311
|
+
\ \n \n <a href=\"http://compete.com/referrals/referrals/google.com/?threshold=1\"
|
312
|
+
id=\"topnav-referrals-referrals\" class=\"button\">\n <div class=\"img\"></div>\n
|
313
|
+
\ Go to Referrals\n </a>\n <span class=\"separator-right\"> </span>
|
314
|
+
\ \n \n \n <a href=\"http://compete.com/referrals/destinations/google.com/\"
|
315
|
+
id=\"topnav-referrals-destinations\" class=\"button\">\n <div class=\"img\"></div>\n
|
316
|
+
\ Go to Destinations\n </a>\n <span class=\"separator-right\"> </span>\n
|
317
|
+
\ \n \n <a href=\"https://my.compete.com/portfolio\"
|
318
|
+
id=\"view-portfolio\" class=\"button\">\n <div class=\"img\"></div>\n
|
319
|
+
\ View Portfolio\n </a>\n \n \t \n <span
|
320
|
+
class=\"separator-right\"> </span>\n <a href=\"https://my.compete.com/addview/?domain1=google.com&\"
|
321
|
+
id=\"add-to-portfolio\" class=\"button\">\n <div class=\"img\"></div>\n
|
322
|
+
\ Add to Portfolio\n </a>\n \t \n </div>\n
|
323
|
+
\ \n </div>\n \n <div class=\"top\">\n <h1>\n google.com\n</h1>\n
|
324
|
+
\ \n <div id=\"search\">\n <div class=\"text\">search</div>\n
|
325
|
+
\ <div id=\"dropdown-container\"><div id=\"search-options\" class=\"dropdown\"></div></div>\n
|
326
|
+
\ <div class=\"text\">for</div>\n <form id=\"search-form\"
|
327
|
+
action=\"/_search/\" method=\"get\">\n <input type=\"hidden\" name=\"t\"
|
328
|
+
value=\"site_profiles\" />\n <input type=\"text\" name=\"q\" id=\"q\"
|
329
|
+
class=\"virgin\" value=\"e.g. compete.com\" />\n <input type=\"submit\"
|
330
|
+
id=\"search-button\" value=\"\"/>\n </form>\n </div>\n \n
|
331
|
+
\ </div>\n \n \n <div class=\"bottom\">\n\t \n <div id=\"breadcrumbs\">\n
|
332
|
+
\ \n \n <div><a href=\"http://www.compete.com/s/categories/browse/\">Industry
|
333
|
+
Category:</a></div><div>Web Portals and Search</div> <div class=\"category-separator\"> </div>
|
334
|
+
<div class=\"current\">General Portals and Search</div>\n \n \n </div>\n
|
335
|
+
\ \n <a id=\"compare-to-other-sites\" href=\"http://siteanalytics.compete.com/?tab=comparison&q=google.com\"><img
|
336
|
+
src=\"/site_media/images/seaeagle/icons/compare.png\" /><div>Compare to other
|
337
|
+
sites</div></a>\n\n </div>\n \n \n </div>\n\n \n \n <ul class=\"site-profile-nav\"
|
338
|
+
id=\"page-statistics\">\n <li id=\"nav-statistics\" >\n \n <a
|
339
|
+
href=\"http://siteanalytics.compete.com/google.com/\" alt=\"site statistics\"> </a>\n
|
340
|
+
\ \n </li>\n <li id=\"nav-audience\">\n \n <a
|
341
|
+
href=\"http://www.compete.com/m/profiles/site/google.com/audience/\" alt=\"audience
|
342
|
+
profiles\"> </a>\n \n </li>\n <li id=\"nav-subdomains\"
|
343
|
+
>\n\t\t\t\t\n\t \n\t\t\t\t\t\t<a href=\"https://my.compete.com/login/?msg=subdomains&origin=http://www.compete.com/m/profiles/site/google.com/subdomains/\"
|
344
|
+
alt=\"subdomains (1451)\">\n <span>(1451)</span>\n\t\t\t\t\t </a>\n\t
|
345
|
+
\ \n\t\t\t\t\n\t\t\t</li>\n </ul>\n \n\n <div id=\"content\">\n \n
|
346
|
+
\ <div id=\"header-container\">\n <div id=\"select-metrics\">\n <div
|
347
|
+
id=\"select-metric1\" class=\"dropdown metric-selector\"></div>\n <div
|
348
|
+
class=\"metric-selector vs\">vs</div>\n <div id=\"select-metric2\" class=\"dropdown
|
349
|
+
metric-selector\"></div>\n </div>\n \n </div>\n\n <div id=\"chart-container\">\n
|
350
|
+
\ \n <div id=\"chart-upsell\" class=\"hidden\">\n <br /><br />\r\n<h1>This
|
351
|
+
is the Chart Pro Upsell Text Block. Place the message content here</h1>\n </div>\n
|
352
|
+
\ \n <div id=\"chart-title\" class=\"title\">\n <div id=\"range-nav\"
|
353
|
+
class=\"float-left\">\n <ul class=\"left\">\n \n <li
|
354
|
+
id=\"range-nav7d\" class=\"range-inactive\">7d</li>\n <li id=\"range-nav30d\"
|
355
|
+
class=\"range-inactive\">30d</li>\n <li id=\"range-nav3m\" class=\"\">3m</li>\n
|
356
|
+
\ <li id=\"range-nav6m\" class=\"\">6m</li>\n <li id=\"range-nav1y\"
|
357
|
+
class=\"range-selected\">1y</li>\n <li id=\"range-nav2y\" class=\"
|
358
|
+
pro\">2y</li>\n \n </ul>\n </div>\n <ul id=\"range-nav-pro-upsell\"
|
359
|
+
class=\"left hidden pro\">\n <li id=\"pro-upsell-msg\">Pro</li>\n <li
|
360
|
+
id=\"pro-upsell-login\">\n \n <a href=\"https://my.compete.com/login/?origin=http://siteanalytics.compete.com/google.com/\"
|
361
|
+
class=\"separator\">Login</a>\n \n <a href=\"https://my.compete.com/plans/\">Subscribe</a>\n
|
362
|
+
\ </li>\n </ul>\n <ul>\n <li><span id=\"graph-image\"
|
363
|
+
class=\"float-left\"><div class=\"img\"></div>Save Graph Image</span></li>\n
|
364
|
+
\ <li><a id=\"csv-export\" class=\"float-left\"><div class=\"img\"></div>Export
|
365
|
+
CSV</a></li>\n <li><a id=\"embed-graph\" class=\"float-left\"><div class=\"img\"></div>Embed
|
366
|
+
Graph</a></li>\n <li><span id=\"permalink\" class=\"float-left\"><div
|
367
|
+
class=\"img\"></div>Permalink</span></li>\n </ul>\n </div>\n <div
|
368
|
+
id=\"chart\">\n </div>\n </div>\n\n <div id=\"metrics\">\n <div id=\"monthly-metrics\">\n
|
369
|
+
\ <div id=\"monthly-metrics-title\" class=\"metrics-title\">\n <span
|
370
|
+
class=\"title\">Monthly Normalized Metrics /</span>\n <span class=\"date\">June
|
371
|
+
2011</span>\n <img class=\"popup-help q87\" src=\"http://media.compete.com/site_media/images/icons/helpicon.png\"
|
372
|
+
width=\"13\" height=\"13\" />\n </div>\n\n <div id=\"uv\" class=\"metric
|
373
|
+
tmp1\">\n <div class=\"title\">\n <div class=\"text\">Unique
|
374
|
+
Visitors</div>\n <div class=\"chart-help popup-help q5\"></div>\n <div
|
375
|
+
class=\"metric-actions\">\n <div class=\"chart-compare\"></div>\n
|
376
|
+
\ <div class=\"chart-delete\"></div>\n </div>\n </div>\n
|
377
|
+
\ \n <div class=\"number value\">159,469,751</div>\n <div
|
378
|
+
class=\"number delta-positive\">\n \n \n +1.54%\n
|
379
|
+
\ \n \n </div>\n \n </div>\n\n <div
|
380
|
+
id=\"sess\" class=\"metric\">\n <div class=\"title\">\n <div
|
381
|
+
class=\"text\">Visits</div>\n <div class=\"chart-help popup-help q9\"></div>\n
|
382
|
+
\ <div class=\"metric-actions\">\n <div class=\"chart-compare\"></div>\n
|
383
|
+
\ <div class=\"chart-delete\"></div>\n </div>\n </div>\n
|
384
|
+
\ \n <div class=\"number value\">3,421,626,983</div>\n <div
|
385
|
+
class=\"number delta-positive\">\n \n \n +1.44%\n
|
386
|
+
\ \n \n </div>\n \n </div>\n\n <div
|
387
|
+
id=\"pv\" class=\"metric disabled\">\n <div class=\"title\">\n <div
|
388
|
+
class=\"text\">Page Views</div>\n <div class=\"chart-help popup-help
|
389
|
+
q12\"></div>\n <div class=\"metric-actions\">\n \n <div
|
390
|
+
id=\"pv-upsell\" class=\"metric-upsell hidden\">\n \n <a
|
391
|
+
href=\"https://my.compete.com/login/?origin=http://siteanalytics.compete.com/google.com/\"
|
392
|
+
class=\"separator\">Login</a>\n \n <a href=\"https://my.compete.com/plans/\">Subscribe</a>\n
|
393
|
+
\ </div>\n \n </div>\n </div>\n \n
|
394
|
+
\ <a href=\"https://my.compete.com/plans/\">\n <div class=\"number
|
395
|
+
upsell pro-badge-img\">\n Only available with\n </div>\n
|
396
|
+
\ </a>\n \n </div>\n\n <div id=\"rank\" class=\"metric
|
397
|
+
tmp2\">\n <div class=\"title\">\n <div class=\"text\">Compete
|
398
|
+
Rank</div>\n <div class=\"chart-help popup-help q6\"></div>\n <div
|
399
|
+
class=\"metric-actions\">\n <div class=\"chart-compare\"></div>\n
|
400
|
+
\ <div class=\"chart-delete\"></div>\n </div>\n </div>\n
|
401
|
+
\ \n <div class=\"number value\">1</div>\n <div class=\"number
|
402
|
+
delta-zero\">\n \n 0\n \n </div>\n
|
403
|
+
\ \n </div>\n\n <div id=\"avgStay\" class=\"metric tmp1 bottom-row
|
404
|
+
disabled\">\n <div class=\"title\">\n <div class=\"text\">Average
|
405
|
+
Stay</div>\n <div class=\"chart-help popup-help q11\"></div>\n <div
|
406
|
+
class=\"metric-actions\">\n \n <div id=\"avgStay-upsell\"
|
407
|
+
class=\"metric-upsell hidden\">\n \n <a href=\"https://my.compete.com/login/?origin=http://siteanalytics.compete.com/google.com/\"
|
408
|
+
class=\"separator\">Login</a>\n \n <a href=\"https://my.compete.com/plans/\">Subscribe</a>\n
|
409
|
+
\ </div>\n \n </div>\n </div>\n \n
|
410
|
+
\ <a href=\"https://my.compete.com/plans/\">\n <div class=\"number
|
411
|
+
upsell pro-badge-img\">\n Only available with\n </div>\n
|
412
|
+
\ </a>\n \n </div>\n\n <div id=\"vpp\" class=\"metric
|
413
|
+
disabled\">\n <div class=\"title\">\n <div class=\"text\">Visits
|
414
|
+
/ Person</div>\n <div class=\"chart-help popup-help q14\"></div>\n
|
415
|
+
\ <div class=\"metric-actions\">\n \n <div id=\"vpp-upsell\"
|
416
|
+
class=\"metric-upsell hidden\">\n \n <a href=\"https://my.compete.com/login/?origin=http://siteanalytics.compete.com/google.com/\"
|
417
|
+
class=\"separator\">Login</a>\n \n <a href=\"https://my.compete.com/plans/\">Subscribe</a>\n
|
418
|
+
\ </div>\n \n </div>\n </div>\n \n
|
419
|
+
\ <a href=\"https://my.compete.com/plans/\">\n <div class=\"number
|
420
|
+
upsell pro-badge-img\">\n Only available with\n </div>\n
|
421
|
+
\ </a>\n \n </div>\n\n <div id=\"ppv\" class=\"metric
|
422
|
+
bottom-row disabled\">\n <div class=\"title\">\n <div class=\"text\">Pages
|
423
|
+
/ Visit</div>\n <div class=\"chart-help popup-help q13\"></div>\n <div
|
424
|
+
class=\"metric-actions\">\n \n <div id=\"ppv-upsell\"
|
425
|
+
class=\"metric-upsell hidden\">\n \n <a href=\"https://my.compete.com/login/?origin=http://siteanalytics.compete.com/google.com/\"
|
426
|
+
class=\"separator\">Login</a>\n \n <a href=\"https://my.compete.com/plans/\">Subscribe</a>\n
|
427
|
+
\ </div>\n \n </div>\n </div>\n \n
|
428
|
+
\ <a href=\"https://my.compete.com/plans/\">\n <div class=\"number
|
429
|
+
upsell pro-badge-img\">\n Only available with\n </div>\n
|
430
|
+
\ </a>\n \n </div>\n\n <div id=\"att\" class=\"metric
|
431
|
+
bottom-row tmp2 disabled\">\n <div class=\"title\">\n <div class=\"text\">Attention</div>\n
|
432
|
+
\ <div class=\"chart-help popup-help q10\"></div>\n <div class=\"metric-actions\">\n
|
433
|
+
\ \n <div id=\"att-upsell\" class=\"metric-upsell hidden\">\n
|
434
|
+
\ \n <a href=\"https://my.compete.com/login/?origin=http://siteanalytics.compete.com/google.com/\"
|
435
|
+
class=\"separator\">Login</a>\n \n <a href=\"https://my.compete.com/plans/\">Subscribe</a>\n
|
436
|
+
\ </div>\n \n </div>\n </div>\n \n
|
437
|
+
\ <a href=\"https://my.compete.com/plans/\">\n <div class=\"number
|
438
|
+
upsell pro-badge-img\">\n Only available with\n </div>\n
|
439
|
+
\ </a>\n \n </div>\n </div>\n\n <div id=\"daily-metrics\">\n
|
440
|
+
\ <div id=\"daily-metrics-title\" class=\"metrics-title\">\n <span
|
441
|
+
class=\"title\">Daily Traffic /</span>\n <span class=\"date\">08.12.11</span>\n
|
442
|
+
\ <img class=\"popup-help q88\" src=\"http://media.compete.com/site_media/images/icons/helpicon.png\"
|
443
|
+
width=\"13\" height=\"13\" />\n </div>\n <div id=\"reachD\" class=\"metric
|
444
|
+
tmp1 disabled\">\n <div class=\"title\">\n <div class=\"text\">Reach</div>\n
|
445
|
+
\ <div class=\"chart-help popup-help q7\"></div>\n <div class=\"metric-actions\">\n
|
446
|
+
\ \n <div id=\"reachD-upsell\" class=\"metric-upsell
|
447
|
+
hidden\">\n \n <a href=\"https://my.compete.com/login/?origin=http://siteanalytics.compete.com/google.com/\"
|
448
|
+
class=\"separator\">Login</a>\n \n <a href=\"https://my.compete.com/plans/\">Subscribe</a>\n
|
449
|
+
\ </div>\n \n </div>\n </div>\n \n
|
450
|
+
\ <a href=\"https://my.compete.com/plans/\">\n <div class=\"number
|
451
|
+
upsell pro-badge-img\">\n Only available with\n </div>\n
|
452
|
+
\ </a>\n <div class=\"clear\"></div>\n \n </div>\n\n
|
453
|
+
\ <div id=\"attD\" class=\"metric tmp2 bottom-row disabled\">\n <div
|
454
|
+
class=\"title\">\n <div class=\"text\">Attention</div>\n <div
|
455
|
+
class=\"chart-help popup-help q10\"></div>\n <div class=\"metric-actions\">\n
|
456
|
+
\ \n <div id=\"attD-upsell\" class=\"metric-upsell hidden\">\n
|
457
|
+
\ \n <a href=\"https://my.compete.com/login/?origin=http://siteanalytics.compete.com/google.com/\"
|
458
|
+
class=\"separator\">Login</a>\n \n <a href=\"https://my.compete.com/plans/\">Subscribe</a>\n
|
459
|
+
\ </div>\n \n </div>\n </div>\n \n
|
460
|
+
\ <a href=\"https://my.compete.com/plans/\">\n <div class=\"number
|
461
|
+
upsell pro-badge-img\">\n Only available with\n </div>\n
|
462
|
+
\ </a>\n <div class=\"clear\"></div>\n \n </div>\n
|
463
|
+
\ <div class=\"clear\"></div>\n </div>\n \n <!-- compete demographics
|
464
|
+
metrics -->\n <div id=\"demo-metrics\">\n <div id=\"demographics-metrics-title\"
|
465
|
+
class=\"metrics-title\">\n <span class=\"title\">Compete Demographics
|
466
|
+
/</span>\n <span class=\"date\">June 2011</span>\n <img class=\"popup-help
|
467
|
+
q221\" src=\"http://media.compete.com/site_media/images/icons/helpicon.png\"
|
468
|
+
width=\"13\" height=\"13\" />\n \n </div>\n \n \n\n\n <div
|
469
|
+
class=\"metric-box disabled\" id=\"age\">\n <div class=\"box-wrapper\">\n
|
470
|
+
\ <div class=\"title\">\n <div>Age</div>\n <div
|
471
|
+
class=\"chart-help popup-help q222\"></div>\n </div>\n\t\t\t\n\t\t\t\t<div
|
472
|
+
class=\"no-demo\">\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li>18-24</li>\n\t\t\t\t\t\t<li>25-34</li>\n\t\t\t\t\t\t<li>35-44</li>\n\t\t\t\t\t\t<li>45-54</li>\n\t\t\t\t\t\t<li>55-64</li>\n\t\t\t\t\t\t<li>65-plus</li>\n\t\t\t\t\t</ul>\n\t\t\t\t\t\n\t\t\t\t\t\t<div
|
473
|
+
class=\"demo-upsell\">\n\t\t\t\t\t\t\t<a href=\"https://my.compete.com/plans/\">\n\t\t\t\t\t\t\t\t<div>Only
|
474
|
+
available with:</div>\n\t\t\t\t\t\t\t\t<div><img src=\"http://media.compete.com/site_media/images/seaeagle/pro-badge.gif\"
|
475
|
+
/></div>\n\t\t\t\t\t\t\t\t<div>Advanced</div>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div
|
476
|
+
class=\"clear\"></div>\n\t\t\t\t\t\n\t\t\t\t</div>\n\t\t\t\n </div>\n
|
477
|
+
\ </div>\n \n \n <div class=\"metric-box disabled\" id=\"inc\">\n
|
478
|
+
\ <div class=\"box-wrapper\">\n <div class=\"title\">\n <div>Income</div>\n
|
479
|
+
\ <div class=\"chart-help popup-help q224\"></div>\n </div>\n
|
480
|
+
\ <table>\n <tr>\n <th class=\"category\"> </th>\n
|
481
|
+
\ <th class=\"site\">Site</th>\n <th class=\"internet\">US
|
482
|
+
Internet</th>\n </tr>\n\t\t\t\t\n\t\t\t\t\t<div class=\"no-demo\">\n\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t<li>under-30k</li>\n\t\t\t\t\t\t\t<li>30-60k</li>\n\t\t\t\t\t\t\t<li>60-100k</li>\n\t\t\t\t\t\t\t<li>100k-plus</li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div
|
483
|
+
class=\"demo-upsell\">\n\t\t\t\t\t\t\t\t<a href=\"https://my.compete.com/plans/\">\n\t\t\t\t\t\t\t\t\t<div>Only
|
484
|
+
available with:</div>\n\t\t\t\t\t\t\t\t\t<div><img src=\"http://media.compete.com/site_media/images/seaeagle/pro-badge.gif\"
|
485
|
+
/></div>\n\t\t\t\t\t\t\t\t\t<div>Advanced</div>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div
|
486
|
+
class=\"clear\"></div>\n\t\t\t\t\t\t\n\t\t\t\t\t</div>\n\t\t\t\t\n </table>\n
|
487
|
+
\ </div>\n </div>\n \n \n <div class=\"metric-box last disabled\"
|
488
|
+
id=\"gen\">\n <div class=\"box-wrapper\">\n <div class=\"title\">\n
|
489
|
+
\ <div>Gender</div>\n <div class=\"chart-help popup-help
|
490
|
+
q223\"></div>\n </div>\n <table>\n <tr>\n
|
491
|
+
\ <th class=\"category\"> </th>\n <th
|
492
|
+
class=\"site\">Site</th>\n <th class=\"internet\">US Internet</th>\n
|
493
|
+
\ </tr>\n\n\t\t\t\t\n\t\t\t\t\t<div class=\"no-demo\">\n\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t<li>male</li>\n\t\t\t\t\t\t\t<li>female</li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div
|
494
|
+
class=\"demo-upsell\">\n\t\t\t\t\t\t\t\t<a href=\"https://my.compete.com/plans/\">\n\t\t\t\t\t\t\t\t\t<div>Only
|
495
|
+
available with:</div>\n\t\t\t\t\t\t\t\t\t<div><img src=\"http://media.compete.com/site_media/images/seaeagle/pro-badge.gif\"
|
496
|
+
/></div>\n\t\t\t\t\t\t\t\t\t<div>Advanced</div>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div
|
497
|
+
class=\"clear\"></div>\n\t\t\t\t\t</div>\n\t\t\t\t\n </table>\n </div>\n
|
498
|
+
\ </div>\n \n <div class=\"clear\"></div>\n </div> <!-- end compete
|
499
|
+
demographics -->\n \n \n </div>\n\n <div id=\"other-site-info\">\n <div
|
500
|
+
id=\"about-box\" class=\"box tmp\">\n <div class=\"title\">Site Description</div>\n
|
501
|
+
\ <div class=\"jscroll-wrapper box-content\">\n <div id=\"info-about\"
|
502
|
+
class=\"content\">\n </div>\n </div>\n </div>\n\n <div class=\"box\">\n
|
503
|
+
\ <div class=\"title\">\n <div class=\"title-head\">\n <a
|
504
|
+
href=\"http://compete.com/referrals\">Referral Analytics</a>\n </div>\n
|
505
|
+
\ <img class=\"popup-help q90\" src=\"http://media.compete.com/site_media/images/icons/helpicon.png\"
|
506
|
+
width=\"13\" height=\"13\" />\n <div class=\"pro-badge\"> </div>\n
|
507
|
+
\ </div>\n <div id=\"referral-content\" class=\"box-content\">\n <div
|
508
|
+
id=\"referral-content-tab\" class=\"title-tab\">\n </div>\n\n <div
|
509
|
+
id=\"referral-content-title\" class=\"title-row\">\n </div>\n\n <div
|
510
|
+
id=\"referral-content-data\" class=\"content-data\">\n <img src=\"http://media.compete.com/site_media/images/icons/ajax_loading.gif\"
|
511
|
+
/>\n </div>\n\n <div id=\"referral-content-footer\" class=\"footer\">\n
|
512
|
+
\ </div>\n </div>\n </div>\n\n <div class=\"box\">\n <div
|
513
|
+
class=\"title\">\n <div class=\"title-head\">\n <span class=\"left\"><a
|
514
|
+
href=\"http://searchanalytics.compete.com\">Search Analytics</a></span>\n </div>\n
|
515
|
+
\ <img class=\"popup-help q91\" src=\"http://media.compete.com/site_media/images/icons/helpicon.png\"
|
516
|
+
width=\"13\" height=\"13\" />\n <div class=\"pro-badge\"> </div>\n
|
517
|
+
\ </div>\n <div id=\"search-content\" class=\"box-content\">\n <div
|
518
|
+
class=\"title-tab\">\n </div>\n\n <div id=\"search-content-title\"
|
519
|
+
class=\"title-row\">\n </div>\n\n <div id=\"search-content-data\"
|
520
|
+
class=\"content-data\">\n </div>\n\n <div id=\"search-content-footer\"
|
521
|
+
class=\"footer\">\n </div>\n </div>\n </div>\n\n <div id=\"other-tags\"
|
522
|
+
class=\"box tmp1\">\n <div class=\"title\">\n <div class=\"title-head\">Tags</div>\n
|
523
|
+
\ <img class=\"popup-help q92\" src=\"http://media.compete.com/site_media/images/icons/helpicon.png\"
|
524
|
+
width=\"13\" height=\"13\" />\n </div>\n <div id=\"other-tags-ajax-content\"></div>\n
|
525
|
+
\ </div>\n\n <div id=\"other-tags-dialog\"></div> \n\n </div>\n \n \n\n
|
526
|
+
\ </div>\n\n\n <!-- endblock body -->\n </div>\n\n <div class=\"clear\"></div>\n\n
|
527
|
+
\ <div id=\"footer\">\n <div id=\"footer-top-wrap\">\n <ul
|
528
|
+
id=\"ftlinks\">\n \n <li><a href=\"https://www.compete.com/developer/\">Developers</a></li>\n
|
529
|
+
\ \n <li><a href=\"http://www.compete.com/testimonials/\">Buzz
|
530
|
+
& Press</a></li>\n <li><a href=\"http://www.compete.com/about/\">About</a></li>\n
|
531
|
+
\ <li><a href=\"http://www.compete.com/contact/\">Contact Us</a></li>\n
|
532
|
+
\ <li><a href=\"https://my.compete.com/referral/\">Tell a Friend</a></li>\n
|
533
|
+
\ <li class=\"no-border\"><a href=\"http://www.competeinc.com\"
|
534
|
+
target=\"_blank\">Compete, Inc</a></li>\n </ul>\n </div>\n\n
|
535
|
+
\ <div id=\"footer-bottom-wrap\">\n <ul id=\"fblinks\">\n <li>©
|
536
|
+
2000 - 2011</li>\n <li><a href=\"http://www.competeinc.com\"
|
537
|
+
target=\"_blank\">Compete, Inc</a></li>\n <li>-</li>\n <li><a
|
538
|
+
href=\"http://www.compete.com/terms/\">Terms of Service</a></li>\n <li>-</li>\n
|
539
|
+
\ <li><a href=\"http://www.compete.com/privacy/\">Privacy Policy</a></li>\n
|
540
|
+
\ </ul>\n </div>\n </div>\n\n <div class=\"clear\"></div>\n\n</div>
|
541
|
+
<!-- /main-wrap -->\n\n<div id=\"dialog\"></div>\n<!--[if lt IE 7 ]>\n <script
|
542
|
+
src=\"http://media.compete.com/site_media/js/seaeagle/dd_belatedpng.ver-098f8f341cf031d484b0b78078025009e7c83397.js\"></script>\n
|
543
|
+
\ <script>DD_belatedPNG.fix('img, .png_bg');</script>\n<![endif]-->\n\n<script>\n
|
544
|
+
\ // shim for compat with supersleight\n (function($){\n $.fn.supersleight
|
545
|
+
= function(){\n if (window.DD_belatedPNG) {\n return this.each(function(){\n
|
546
|
+
\ DD_belatedPNG.fixPng(this);\n });\n }
|
547
|
+
else {\n return this;\n }\n };\n })(jQuery);\n</script>\n\n<!--
|
548
|
+
block google_optimizer -->\n\n<!-- endblock google_optimizer -->\n\n<!-- block
|
549
|
+
tags -->\n\n \n\n<script type=\"text/javascript\"> \n var _gaq = _gaq ||
|
550
|
+
[]; \n _gaq.push(['_setAccount', 'UA-6320717-1']);\n _gaq.push(['_setDomainName',
|
551
|
+
'.compete.com']);\n _gaq.push(['_trackPageview']);\n \n (function() {\n var
|
552
|
+
ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async
|
553
|
+
= true;\n ga.src = ('https:' == document.location.protocol ? 'https://ssl'
|
554
|
+
: 'http://www') + '.google-analytics.com/ga.js';\n var s = document.getElementsByTagName('script')[0];
|
555
|
+
s.parentNode.insertBefore(ga, s);\n })();\n</script>\n<script type=\"text/javascript\"
|
556
|
+
charset=\"utf-8\">\n \n s.eVar8 = '+1';\n \n s.prop8 = 'google.com';\n
|
557
|
+
\ \n s.events = 'event21';\n \n \n var s_code=s.t();\n if(s_code)
|
558
|
+
{\n document.write(s_code);\n }\n</script>\n<script language=\"JavaScript1.1\"
|
559
|
+
type=\"text/javascript\">\n var CQK = \"B288EECE\",\n CQP = ((\"https:\"
|
560
|
+
== document.location.protocol) ? \"https://\" : \"http://\");\n document.write(unescape(\"%3Cscript
|
561
|
+
language=\\\"JavaScript1.1\\\" type=\\\"text/javascript\\\" src=\\\"\"+CQP+\"js.clickequations.net/CLEQ_\"+CQK+\".js\\\"
|
562
|
+
%3E%3C/script%3E\" ));\n</script>\n\n<script type=\"text/javascript\">\n document.write(unescape(\"%3Cscript
|
563
|
+
src='\" + ((document.location.protocol==\"https:\")?\"https:\":\"http:\") +
|
564
|
+
\"//snapabug.appspot.com/snapabug.js' type='text/javascript'%3E%3C/script%3E\"));</script><script
|
565
|
+
type=\"text/javascript\">\n //SnapABug.addButton('4816ca29-9130-4045-b08e-5a4de935ff4b',\"0\",\"55%\");\n
|
566
|
+
\ SnapABug.setDomain('.compete.com');\n SnapABug.init('4816ca29-9130-4045-b08e-5a4de935ff4b');\n</script>\n\n\n<script
|
567
|
+
type=\"text/javascript\">\n // NOTE: If 4q ever supports cross subdomain
|
568
|
+
cookies we can get rid of all this!\n $j(document).ready(function() {\n $j('#ipeL,
|
569
|
+
#invL').live('click', function() {\n $j.cookie('suppress_4q', 1,
|
570
|
+
{expires: 30, path: '/', domain: '.compete.com'});\n });\n \n
|
571
|
+
\ if(!$j.cookie('suppress_4q')) {\n var protocol = (\"https:\"
|
572
|
+
== document.location.protocol ? \"https://\" : \"http://\");\n \n
|
573
|
+
\ var fourq = document.createElement('script');\n fourq.setAttribute('type',
|
574
|
+
'text/javascript');\n fourq.setAttribute('src', protocol + '4qinvite.4q.iperceptions.com/1.aspx?sdfc=1b3a8f93-36734-fb3cb395-5ed4-429c-aab9-babc0a0a2015&lID=1&loc=4Q-WEB2');\n
|
575
|
+
\ fourq.setAttribute('defer', 'defer');\n document.getElementsByTagName('head')[0].appendChild(fourq);\n
|
576
|
+
\ }\n \n });\n</script>\n\n\n\n\n\n\n\n<!-- endblock tags -->\n\n\n\n<!--
|
577
|
+
block bottom_page_content -->\n\n <!-- All Pages JS Block -->\n\n<!-- endblock
|
578
|
+
bottom_page_content -->\n\n<div id=\"site-menu\" style=\"display:none;\">\n
|
579
|
+
\ <div class=\"menu-border\"></div>\n</div>\n\n<!-- block ie6_warning -->\n\n
|
580
|
+
\ <div id=\"ie6-warning\" class=\"hidden\">\n <div id=\"ie6-warning-inner\">\r\n\r\n
|
581
|
+
\ <div class=\"left\">\r\n <p>Our site may not run like it should in
|
582
|
+
Internet Explorer 6. For a better experience, please upgrade your browser:</p>\r\n\r\n
|
583
|
+
\ <ul>\r\n <li class=\"firefox\"><a href=\"http://www.firefox.com\"><span>firefox</span></a></li>\r\n
|
584
|
+
\ <li class=\"ie\"><a href=\"http://www.microsoft.com/windows/internet-explorer/default.aspx\"><span>ie
|
585
|
+
8</span></a></li>\r\n <li class=\"chrome\"><a href=\"http://www.google.com/chrome\"><span>chrome</span></a></li>\r\n
|
586
|
+
\ </ul>\r\n </div>\r\n \r\n <a href=\"#\" onclick=\"hide_ie6_warning();\"
|
587
|
+
id=\"close-button\">Don't show me this message again</a>\r\n</div>\n </div>\n\n<!--
|
588
|
+
endblock ie6_warning -->\n\n</body>\n</html>\n"
|
589
|
+
http_version: '1.1'
|