PageRankr 3.0.2 → 3.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +5 -0
- data/PageRankr.gemspec +1 -1
- data/README.md +6 -6
- data/lib/page_rankr.rb +3 -2
- data/lib/page_rankr/backlink.rb +6 -0
- data/lib/page_rankr/backlinks/alexa.rb +1 -1
- data/lib/page_rankr/backlinks/bing.rb +1 -1
- data/lib/page_rankr/backlinks/google.rb +2 -2
- data/lib/page_rankr/backlinks/yahoo.rb +4 -3
- data/lib/page_rankr/index.rb +6 -0
- data/lib/page_rankr/indexes.rb +1 -0
- data/lib/page_rankr/indexes/bing.rb +1 -1
- data/lib/page_rankr/indexes/google.rb +2 -2
- data/lib/page_rankr/indexes/yahoo.rb +21 -0
- data/lib/page_rankr/ranks/alexa_global.rb +6 -2
- data/lib/page_rankr/ranks/alexa_us.rb +6 -2
- data/lib/page_rankr/ranks/google.rb +7 -2
- data/lib/page_rankr/site.rb +65 -14
- data/lib/page_rankr/tracker.rb +8 -0
- data/lib/page_rankr/version.rb +1 -1
- data/out.html +405 -0
- data/spec/edge_cases_spec.rb +1 -1
- data/spec/fixtures/vcr_cassettes/alexa_ranks_edge_case_1.yml +12 -12
- data/spec/fixtures/vcr_cassettes/failure_backlinks.yml +492 -99
- data/spec/fixtures/vcr_cassettes/failure_indexes.yml +493 -58
- data/spec/fixtures/vcr_cassettes/failure_ranks.yml +22 -22
- data/spec/fixtures/vcr_cassettes/success_backlinks.yml +70 -80
- data/spec/fixtures/vcr_cassettes/success_indexes.yml +72 -53
- data/spec/fixtures/vcr_cassettes/success_ranks.yml +96 -83
- data/spec/page_rankr_spec.rb +15 -9
- metadata +65 -6
data/spec/edge_cases_spec.rb
CHANGED
@@ -11,7 +11,7 @@ describe PageRankr do
|
|
11
11
|
describe "when Alexa returns results for the incorrect site" do
|
12
12
|
subject do
|
13
13
|
VCR.use_cassette(:alexa_ranks_edge_case_1) do
|
14
|
-
PageRankr.ranks("slocourts.net", :alexa_us, :alexa_global)
|
14
|
+
PageRankr.ranks("http://slocourts.net", :alexa_us, :alexa_global)
|
15
15
|
end
|
16
16
|
end
|
17
17
|
|
@@ -10,24 +10,24 @@
|
|
10
10
|
code: 200
|
11
11
|
message: OK
|
12
12
|
headers:
|
13
|
-
content-length:
|
14
|
-
- "2455"
|
15
13
|
content-type:
|
16
14
|
- text/xml
|
15
|
+
content-length:
|
16
|
+
- "2552"
|
17
17
|
body: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n\
|
18
18
|
\r\n\
|
19
19
|
<ALEXA VER=\"0.9\" URL=\"slocourts.ca.gov/\" HOME=\"0\" AID=\"=\">\r\n\
|
20
20
|
<RLS PREFIX=\"http://\" more=\"23\">\n\
|
21
|
-
<RL HREF=\"www.co.san-bernardino.ca.us/Courts\" TITLE=\"Superior Court, San Bernardino\"/>\n\
|
22
21
|
<RL HREF=\"www.co.riverside.ca.us/depts/courts\" TITLE=\"Superior Court Of California County Of Riverside\"/>\n\
|
23
22
|
<RL HREF=\"courts.countyofventura.org/\" TITLE=\"Superior Court, Ventura\"/>\n\
|
23
|
+
<RL HREF=\"www.co.san-bernardino.ca.us/Courts\" TITLE=\"Superior Court, San Bernardino\"/>\n\
|
24
24
|
<RL HREF=\"www.ci.sf.ca.us/courts\" TITLE=\"Superior Court, San Francisco\"/>\n\
|
25
|
-
<RL HREF=\"www.sonomasuperiorcourt.com/\" TITLE=\"Superior Court, Sonoma\"/>\n\
|
26
|
-
<RL HREF=\"www.solanocourts.com/\" TITLE=\"Superior Court, Solano\"/>\n\
|
27
|
-
<RL HREF=\"www.sccsuperiorcourt.org/\" TITLE=\"Superior Court, Santa Clara\"/>\n\
|
28
25
|
<RL HREF=\"www.sbcourts.org/\" TITLE=\"Superior Court, Santa Barbara\"/>\n\
|
29
|
-
<RL HREF=\"www.
|
30
|
-
<RL HREF=\"www.
|
26
|
+
<RL HREF=\"www.slosheriff.org/\" TITLE=\"San Luis Obispo County Sheriff's Department\"/>\n\
|
27
|
+
<RL HREF=\"www.slodss.org/\" TITLE=\"San Luis Obispo County Department of Social Services\"/>\n\
|
28
|
+
<RL HREF=\"www.slocountypwd.org/\" TITLE=\"San Luis Obispo County Department of Public Works and Transportation\"/>\n\
|
29
|
+
<RL HREF=\"www.slocountyfranchiseadministration.org/\" TITLE=\"San Luis Obispo County Franchise Administration\"/>\n\
|
30
|
+
<RL HREF=\"www.slocog.org/\" TITLE=\"SLOCOG\"/>\n\
|
31
31
|
<RL HREF=\"www.buttonware.com/\" TITLE=\"www.buttonware.com/\"/>\n\
|
32
32
|
</RLS>\n\
|
33
33
|
<SD TITLE=\"A\" FLAGS=\"DMOZ\" HOST=\"slocourts.ca.gov\">\n\
|
@@ -39,7 +39,7 @@
|
|
39
39
|
<EMAIL ADDR=\"lbatcheldor@co.slo.ca.us\"/>\n\
|
40
40
|
<LANG LEX=\"en\" CODE=\"us-ascii\"/>\n\
|
41
41
|
<LINKSIN NUM=\"60\"/>\n\
|
42
|
-
<SPEED TEXT=\"
|
42
|
+
<SPEED TEXT=\"743\" PCT=\"82\"/>\n\
|
43
43
|
<REVIEWS AVG=\"5.0\" NUM=\"\"/>\n\
|
44
44
|
<CHILD SRATING=\"0\"/>\n\
|
45
45
|
</SD>\n\n\
|
@@ -57,9 +57,9 @@
|
|
57
57
|
</SITE>\n\
|
58
58
|
</DMOZ>\n\
|
59
59
|
<SD>\n\
|
60
|
-
<POPULARITY URL=\"ca.gov/\" TEXT=\"
|
61
|
-
<REACH RANK=\"
|
62
|
-
<RANK DELTA=\"
|
60
|
+
<POPULARITY URL=\"ca.gov/\" TEXT=\"838\"/>\n\
|
61
|
+
<REACH RANK=\"889\"/>\n\
|
62
|
+
<RANK DELTA=\"+81\"/>\n\
|
63
63
|
</SD>\n\
|
64
64
|
</ALEXA>"
|
65
65
|
http_version: "1.1"
|
@@ -10,10 +10,10 @@
|
|
10
10
|
code: 200
|
11
11
|
message: OK
|
12
12
|
headers:
|
13
|
-
content-length:
|
14
|
-
- "278"
|
15
13
|
content-type:
|
16
14
|
- text/xml
|
15
|
+
content-length:
|
16
|
+
- "278"
|
17
17
|
body: |-
|
18
18
|
<?xml version="1.0" encoding="UTF-8"?>
|
19
19
|
|
@@ -28,7 +28,7 @@
|
|
28
28
|
- !ruby/struct:VCR::HTTPInteraction
|
29
29
|
request: !ruby/struct:VCR::Request
|
30
30
|
method: :get
|
31
|
-
uri: http://
|
31
|
+
uri: http://www.bing.com:80/search?q=inbody%3Aplease-dont-register-a-site-that-breaks-this-test.com
|
32
32
|
body:
|
33
33
|
headers:
|
34
34
|
response: !ruby/struct:VCR::Response
|
@@ -36,28 +36,64 @@
|
|
36
36
|
code: 200
|
37
37
|
message: OK
|
38
38
|
headers:
|
39
|
-
|
40
|
-
-
|
39
|
+
expires:
|
40
|
+
- Mon, 26 Dec 2011 18:23:01 GMT
|
41
41
|
p3p:
|
42
|
-
-
|
43
|
-
|
44
|
-
-
|
45
|
-
|
46
|
-
- chunked
|
42
|
+
- CP="NON UNI COM NAV STA LOC CURa DEVa PSAa PSDa OUR IND"
|
43
|
+
connection:
|
44
|
+
- keep-alive
|
45
|
+
- Transfer-Encoding
|
47
46
|
content-type:
|
48
|
-
- text/html; charset=
|
47
|
+
- text/html; charset=utf-8
|
48
|
+
date:
|
49
|
+
- Mon, 26 Dec 2011 18:24:02 GMT
|
49
50
|
content-encoding:
|
50
51
|
- gzip
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
52
|
+
set-cookie:
|
53
|
+
- _SS=SID=D4BF61F4DD5542ED810C2BDFE08FCB63; domain=.bing.com; path=/
|
54
|
+
- FS=1; domain=.bing.com; path=/
|
55
|
+
- MUID=22EABE9D2E0C653C2079BC492F08658E; expires=Wed, 25-Dec-2013 18:24:01 GMT; domain=.bing.com; path=/
|
56
|
+
- OrigMUID=22EABE9D2E0C653C2079BC492F08658E%2cd33c8774067c447eb3b3177bf56fa552; expires=Wed, 25-Dec-2013 18:24:01 GMT; domain=.bing.com; path=/
|
57
|
+
- OVR=aa1=0&as1=0&bt1=0&com1=0&com2=0&dg1=0&dom1=0&fd1=0&fd2=0&flt=0&flt10=0&flt11=0&flt12=0&flt2=0&flt3=0&flt4=0&flt5=0&flt6=0&flt7=0&flt8=0&flt9=0&hp1=0&image1=0&loc1=0&map1=0&mm1=0&mob1=0&mob2=0&msn1=0&msn2=0&msn3=0&msn4=0&news1=0&preallocation=0&ramp1=0&release=0&video1=0&y1=0&R=1; domain=.bing.com; path=/
|
58
|
+
- SRCHD=D=2096304&MS=2096304&AF=NOFORM; expires=Wed, 25-Dec-2013 18:24:01 GMT; domain=.bing.com; path=/
|
59
|
+
- SRCHUID=V=2&GUID=F09869D604064A1983BC9693E37436D7; expires=Wed, 25-Dec-2013 18:24:01 GMT; path=/
|
60
|
+
- SRCHUSR=AUTOREDIR=0&GEOVAR=&DOB=20111226; expires=Wed, 25-Dec-2013 18:24:01 GMT; domain=.bing.com; path=/
|
61
|
+
cache-control:
|
62
|
+
- private, max-age=0
|
63
|
+
vary:
|
64
|
+
- Accept-Encoding
|
65
|
+
transfer-encoding:
|
66
|
+
- chunked
|
67
|
+
body: "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\"><html lang=\"en\" xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:Web=\"http://schemas.live.com/Web/\"><head><meta content=\"text/html; charset=utf-8\" http-equiv=\"content-type\" /><script type=\"text/javascript\">//<![CDATA[\n\
|
68
|
+
si_ST=new Date\n\
|
69
|
+
//]]></script><script type=\"text/javascript\">//<![CDATA[\n\
|
70
|
+
_G={ST:(si_ST?si_ST:new Date),Mkt:\"en-US\",RTL:false,Ver:\"7_12_0_1152568\",IG:\"d33c8774067c447eb3b3177bf56fa552\",EventID:\"603696C6977643FB8890D9780D5A0026\",P:\"SERP\",DA:\"Bl2\",CID:\"22EABE9D2E0C653C2079BC492F08658E\",SUIH:\"vPz-X27AvgZl7X6h9MllEw\",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 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 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 _ge(a){return _d.getElementById(a)}sb_st=_w.setTimeout;sb_ct=_w.clearTimeout;sb_gt=function(){return(new Date).getTime()};sj_evt=new function(){var a={},b=this;function c(b){return a[b]||(a[b]=[])}b.fire=function(e){for(var 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 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 c=0,b=a[e];b&&c<b.length;c++)if(b[c]==d){b.splice(c,1);break}}};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 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 Date,\"A\")};\n\
|
71
|
+
//]]></script><style type=\"text/css\">body{color:#000;background:#fff url(/fd/s/a/sw3.png) repeat-x 0 -113px;font:small/normal Arial,Helvetica,Sans-Serif;margin:0;min-width:987px}body,.sb_text,.sb_h3{color:#000;font:small/normal Arial,Helvetica,Sans-Serif}a,.sb_link,a.sb_link,.sb_link a,.sb_h3 a{color:#04c;text-decoration:none}a:visited,a.sb_link:visited,.sb_link a:visited,.sb_h3 a:visited{color:#639}a:hover,a.sb_link:hover,.sb_link a:hover,h3 a,.sb_h3 a{text-decoration:underline}h1,h2,h3,h4,h5,h6{font-size:small;font-weight:200;margin:0}h1{font-size:93%}h2,h3,.sb_h3{font-size:125%}h1,h1 a,h1 a:visited,h2,h2 a,h2 a:visited,.sb_ptn a,.sb_ptn 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_title{font-size:91%;margin:0 0 .36em;text-transform:uppercase}.sb_count,.sb_meta,.sb_title,.sb_title a{color:#737373}.sb_meta a,.sb_meta a:visited,a.sb_meta,a.sb_meta: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 0 0 15px;clear:both}#sw_main{_display:inline;margin:0 0 0 -15px;padding:0 0 1.54em 15px}.sb_results,.sb_results ul,.sb_results li{list-style-type:none;margin:0;padding:0}.sb_results p,.sb_results .sb_meta{margin:0;line-height:1.2em;word-wrap:break-word}.sp_pss li{display:inline}.sb_pag{padding:0;margin:0;width:100%;float:left}.sb_pag ul,.sb_pag li{list-style:none;margin:0;padding:0}.sb_pag li{float:left}.sb_pag h4{display:none}.sb_pag 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 .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:inherit}.sw_sb{background:0 -1px;height:27px;width:27px}.sw_rfno{background:-28px -3px;height:5px;width:5px}.sw_rfnc{background:-38px -1px;height:7px;width:5px}.sw_rfno_rtl{background:-28px -16px;height:5px;width:5px}.sw_rfnc_rtl{background:-38px -16px;height:7px;width:5px}.sw_dd_rc{background:-48px -2px;height:5px;width:9px}.sw_abnw{background:-60px -1px;height:7px;width:7px}.sw_abne{background:-68px -1px;height:7px;width:7px}.sw_absw{background:-60px -9px;height:7px;width:7px}.sw_abse{background:-68px -9px;height:7px;width:7px}.sw_ddb{background:-80px -1px;height:4px;width:7px}.sw_rwds{background:-43px -12px;height:15px;width:15px}.sw_wllogo{background:-77px -12px;height:15px;width:17px}.sw_pref{background:-94px -12px;height:16px;width:16px}.sw_fbs{background:0 -30px;height:13px;width:13px}.sw_fb_tu{background:-15px -30px;height:12px;width:14px}.sw_twt{background:-30px -30px;height:13px;width:13px}.sw_twt_brd{background:-46px -29px;height:12px;width:17px}.sw_fbl{background:-64px -26px;height:18px;width:18px}.sw_vdo_pop{background:-68px -44px;height:21px;width:21px}.sw_vdo_pl{background:-90px -44px;height:21px;width:21px}.sw_logo{background:0 -70px;height:40px;width:112px}.sw_hdr_bg{background:0 -113px;height:80px;width:112px}.sw_sb,.sw_rfno,.sw_rfnc,.sw_rfno_rtl,.sw_rfnc_rtl,.sw_dd_rc,.sw_abnw,.sw_abne,.sw_absw,.sw_abse,.sw_ddb,.sw_rwds,.sw_wllogo,.sw_pref,.sw_fbs,.sw_fb_tu,.sw_twt,.sw_twt_brd,.sw_fbl,.sw_vdo_pop,.sw_vdo_pl,.sw_logo,.sw_hdr_bg{background-image:url(/fd/s/a/sw3.png);background-repeat:no-repeat}#sw_hdr{min-height:70px;_height:70px;padding:0 0 30px 0}div.sa_as{left:1px}#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/sw3.png) no-repeat 0 -70px;_display:inline;height:40px;width:112px;margin:-39px 52px 0 20px;float:left}.sw_logoT{color:#000;font-size:170%;line-height:normal;position:absolute;z-index:-1}#sw_hdr .sw_box{padding:49px 0 0;margin:0;float:left;position:relative;z-index:1001;width:100%;line-height:1.38em}#sw_hdr .sw_bd{margin-top:-2.43em}.sb_form_align{margin:-50px 0 0 600px;padding:0 0 0 .53em}.sw_box .sb_form_align{text-align:right;padding:0}.sw_t,.sw_t *,.sw_t a:visited{color:#fff}.sw_t{line-height:1.52em;width:100%;float:left}.sw_tc{background:#525051 url(/fd/s/a/sw3.png) 0 -113px;background:-webkit-gradient(linear,left top,left bottom,from(#768b9e),to(#9fabb9));position:absolute;left:0;z-index:-2;height:1.5em;width:100%}.sw_t 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 15px 0 0}.sw_tn li{padding:0 0 0 1.2em}.sw_u{font-weight:bold;padding:0 .77em 0 0}.sw_tl{position:relative;display:inline-block;_display:inline;z-index:1003}.sw_tl a:hover,.sw_tl a:hover .sw_tla{text-decoration:none}#sw_tll span{margin:0 0 -2px .38em}.sw_tlia,.sw_tliw,.sw_tlif{width:17px;height:15px;display:-moz-inline-box;display:inline-block;background:url(/fd/s/a/sw3.png) -77px -12px}.sw_tlif{width:13px;background-position:0 -29px}#sw_tlm,.sw_tlin,#sw_tfbb{display:none}.sw_tla{font-size:75%;margin-left:.38em;display:inline-block}.sw_pref{display:inline-block;cursor:pointer;vertical-align:middle;margin:-2px 0 0 -5px}.sw_me{width:4.5em;text-align:center;padding-right:.33em}#sw_meCtrl .sw_meIc{background:url(/fd/s/a/sw3.png) -43px -12px;display:inline-block;height:15px;margin:0 0 -1px;width:15px;vertical-align:middle}#hp_sw_hdr .sw_meWrap{margin-right:.85em;padding-left:.85em}#sw_meCtrl span{margin:0}a#sw_meCtrl{padding:0 5px}.sw_bd{position:relative;float:left;font-size:medium}.sw_b{float:left;border:1px #e5e5e5 solid;background:#fff;padding:.19em .19em 1.06em 0}.sw_b input{float:left;border:0;margin:0 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 .sw_qbtn{background:#e66400 url(/fd/s/a/sw3.png) 0 -1px;cursor:pointer;height:27px;width:27px;padding:27px 0 0;margin:0 0 -14px;overflow:hidden;font-size:0;border-radius:3px}#sw_as{left:-1px;position:relative;clear:both;display:none;font-size:small}</style><script type=\"text/javascript\">//<![CDATA[\n\
|
72
|
+
function sj_wf(a){var b=arguments;return function(){a.apply(null,[].slice.apply(b).slice(1))}};function sj_be(a,b,c,d){if((a==_w||a==_d.body)&&b==\"load\")if(\"undefined\"!=typeof _d.readyState&&\"complete\"===_d.readyState){c();return}if(a.addEventListener)a.addEventListener(b,c,d);else 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 if(a.detachEvent)a.detachEvent(\"on\"+b,c);else a[\"on\"+b]=null};function sj_anim(k){var 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 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 sj_fader(){return new sj_anim(function(b,a){sj_so(b,a)})};function sj_ce(d,c,b){var a=_d.createElement(d);if(c)a.id=c;if(b)a.className=b;return a};function sj_jb(h,f){for(var 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 c(a,d,b,e){b&&sj_ue(b,e,c);sj_evt.bind(\"onP1\",function(){if(!a.l){a.l=1;var b=sj_ce(\"script\");b.src=(d?\"/fd/sa/\"+_G.Ver:\"/sa/\"+_G.AppVer)+\"/\"+a.n+\".js\";sj_b.appendChild(b)}},1,5)}};function sj_gx(){return sb_i6?new ActiveXObject(\"MSXML2.XMLHTTP\"):new XMLHttpRequest};function sj_sp(a){if(sb_ie)a.cancelBubble=true;else a.stopPropagation()};function sj_ev(a){return sb_ie?event:a}function sj_et(a){return sb_ie?event.srcElement:a.target}function sj_mi(a){return sb_ie?event.fromElement:a.relatedTarget}function sj_mo(a){return sb_ie?event.toElement:a.relatedTarget};function sj_pd(a){if(sb_ie)event.returnValue=false;else 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 sj_go(a,c,d){var b=0;while(a.offsetParent&&a!=(d||sj_b)){b+=a[\"offset\"+c];a=a.offsetParent}return 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 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 d(){--e<1&&c.fire(\"onP1\")}})();function lb(){var e=sj_evt,f=\"onSbBusy\",b;e.bind(f,d,1);function 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 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 a=_ge(\"sb_form\");a&&sj_be(a,\"submit\",sj_wf(sj_evt.fire,\"onSearch\",a))});function init(){};\n\
|
73
|
+
//]]></script><title>inbody:please-dont-register-a-site-that-breaks-this-test.com - Bing</title><link href=\"/s/wlflag.ico\" rel=\"icon\"/><link href=\"/search?q=inbody%3aplease-dont-register-a-site-that-breaks-this-test.com&format=rss\" rel=\"alternate\" title=\"XML\" type=\"text/xml\"/><link href=\"/search?q=inbody%3aplease-dont-register-a-site-that-breaks-this-test.com&format=rss\" rel=\"alternate\" title=\"RSS\" type=\"application/rss+xml\"/><!-- FD: 5724C30E9A44AD6BADB45FF1195B442F --></head><body class=\"en en-US\" onload=\"if(_w.lb)lb();\"><script type=\"text/javascript\">//<![CDATA[\n\
|
74
|
+
_G.PCT=new Date\n\
|
75
|
+
//]]></script><script type=\"text/javascript\">//<![CDATA[\n\
|
76
|
+
si_fb=new si_fbInit('FD.1','fbbsqr_c','wf11');sj_b=_d.body;\n\
|
77
|
+
//]]></script><div id=\"sw_page\"><div id=\"sw_width\"><div id=\"sw_hdr\"><div id=\"sw_im\"></div><div class=\"sw_t\"><div class=\"sw_tc\"></div><ul id=\"sch_scopes\"><li><a href=\"/?scope=web&FORM=Z9FD\" onmousedown=\"return si_T('&ID=FD,23.1')\">Web</a></li><li><a href=\"/images/search?q=inbody%3aplease-dont-register-a-site-that-breaks-this-test.com&FORM=BIFD\" onmousedown=\"return si_T('&ID=FD,25.1')\">Images</a></li><li><a href=\"/videos/search?q=inbody%3aplease-dont-register-a-site-that-breaks-this-test.com&FORM=BVFD\" onmousedown=\"return si_T('&ID=FD,27.1')\">Videos</a></li><li><a href=\"/shopping/search?q=inbody%3aplease-dont-register-a-site-that-breaks-this-test.com&mkt=en-US&FORM=BPFD\" onmousedown=\"return si_T('&ID=FD,29.1')\">Shopping</a></li><li><a href=\"/news/search?q=inbody%3aplease-dont-register-a-site-that-breaks-this-test.com&FORM=BNFD\" onmousedown=\"return si_T('&ID=FD,31.1')\">News</a></li><li><a href=\"/maps/default.aspx?q=inbody%3aplease-dont-register-a-site-that-breaks-this-test.com&mkt=en-US&FORM=BYFD\" onmousedown=\"return si_T('&ID=FD,33.1')\">Maps</a></li><li><a href=\"/explore?q=inbody%3aplease-dont-register-a-site-that-breaks-this-test.com&FORM=BXFD\" onmousedown=\"return si_T('&ID=FD,35.1')\">More</a></li></ul><ul class=\"sw_tm\"><li> | </li><li><a href=\"http://www.msn.com/\" onmousedown=\"return si_T('&ID=FD,39.1')\">MSN</a></li><li><a href=\"http://mail.live.com/\" onmousedown=\"return si_T('&ID=FD,41.1')\">Hotmail</a></li></ul><ul class=\"sw_tn\"><li><div class=\"sw_tl\"><a href=\"javascript:void(0)\" id=\"sw_tll\"><span>Sign in</span><span class=\"sw_tla\">▼</span></a><ul _IID=\"FD.2\" id=\"sw_tlm\" onmouseout=\"this._m=false;\" onmouseover=\"this._m=true;\"></ul></div></li><li><div class=\"sw_tl sw_meWrap\"><a href=\"/central?publ=BING&crea=ME\" id=\"sw_meCtrl\" onmousedown=\"return si_T('&ID=FD,51.1')\"><span class=\"sw_me\" id=\"sw_meTxt\">Rewards</span><span class=\"sw_meIc\"></span></a></div></li><li><a href=\"/settings.aspx?ru=http%3a%2f%2fwww.bing.com%3a80%2fsearch%3fq%3dinbody%253Aplease-dont-register-a-site-that-breaks-this-test.com&SH=1&FORM=SEFD\" title=\"Roanoke, Virginia\" onmousedown=\"return si_T('&ID=FD,43.1')\">Roanoke, Virgi\xE2\x80\xA6</a></li><li><a href=\"/settings.aspx?ru=http%3a%2f%2fwww.bing.com%3a80%2fsearch%3fq%3dinbody%253Aplease-dont-register-a-site-that-breaks-this-test.com&FORM=SEFD1\" class=\"sw_pref\" title=\"Preferences\" onmousedown=\"return si_T('&ID=FD,42.1')\"></a></li></ul><div id=\"sw_tfbb\"></div></div><form action=\"/search\" class=\"sw_box\" id=\"sb_form\"><a href=\"/?FORM=Z9FD1\" class=\"sw_logo\" onmousedown=\"return si_T('&ID=FD,37.1')\"><span class=\"sw_logoT\">Bing</span></a><div class=\"sw_bd\"><div class=\"sw_b\"><input class=\"sw_qbox\" id=\"sb_form_q\" name=\"q\" title=\"Enter your search term\" type=\"text\" value=\"inbody:please-dont-register-a-site-that-breaks-this-test.com\" /><input class=\"sw_qbtn\" id=\"sb_form_go\" name=\"go\" tabindex=\"0\" title=\"Search\" type=\"submit\" value=\"\" /></div><input id=\"sa_qs\" name=\"qs\" type=\"hidden\" value=\"ns\" /><div id=\"sw_as\"></div></div><input name=\"form\" type=\"hidden\" value=\"QBRE\" /></form></div><div id=\"sw_content\"><div></div><style type=\"text/css\">#content{margin:0 0 0 -15px;padding:0 271px 0 0;max-width:666px}#results_area{float:left;width:100%}#results_container{padding:0 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 ul{max-width:34%;_width:34%;margin:0 1.51em 0 3.11em;_margin:0 2.55em 0 1.18em;float:left}.sb_vdl li{text-indent:-.77em;_text-indent:0;a:0}.sb_ph{margin:0 0 .93em;text-align:right}.sb_ph h1{float:left}.sc_bullet{margin:0 0 0 .47em;font-size:93%}.sb_ph a{color:#737373;text-decoration:underline}</style><!--snr2--><script type=\"text/javascript\">//<![CDATA[\n\
|
78
|
+
_G.AppVer=\"7_12_0_1152568\";\n\
|
79
|
+
//]]></script><script type=\"text/javascript\">//<![CDATA[\n\
|
80
|
+
_G.FCT=new Date\n\
|
81
|
+
//]]></script><script type=\"text/javascript\">//<![CDATA[\n\
|
82
|
+
_G.BCT=new Date\n\
|
83
|
+
//]]></script><style type=\"text/css\">#no_results h1{color:#000;font-size:125%;margin:10px 0 30px;word-wrap:break-word}#no_results h2{font-size:small;font-weight:bold;color:#000;margin:15px 0 0;float:none}#sw_content{background:#fff;padding:0 0 29px;min-height:320px}#content{padding:7px 254px 0 20px;min-height:200px;margin:0}#results_area{width:590px}#sidebar{margin:0 -230px 0 22px}#no_results ul,#no_results ul li{display:block}#no_results ul{clear:both;margin:0;padding:0;list-style-type:none}#no_results ul li{font-size:small;margin:6px 0 0}#no_results ul li span{color:#000}#no_results .ans li{background:none;padding:0}#content .sb_alert{color:#000;border:none;font-size:small}#content .sb_alert a{font-weight:normal;font-style:normal}#content .sb_alert strong{font-style:normal}#no_results .qscolumn{float:none;max-width:100%}#sb_foot{font-size:83.9%;clear:both;float:left;width:100%;border-top:solid 1px #e5e5e5}#sw_footL,#sw_footL a{color:#737373}#sb_foot ul{display:block;list-style:none;margin:5px 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 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 h1,.sb_pt .sb_ptn{min-width:140px;_width:140px;float:left;font-size:125%;padding:0 20px;white-space:nowrap}.sb_ptr{font-size:81%;position:absolute;right:20px;top:.5em}.sb_ptr a,.sb_ptr a:visited{color:#000;padding:0 0 0 .77em}.sb_pt sup{font-size:50%;margin-left:.4em}</style><style type=\"text/css\">.sw_a{margin-right:15em}</style><div class=\"sb_pt\" id=\"sw_abar\"><div class=\"sb_ptn\"><a href=\"/\" onmousedown=\"return si_T('&ID=FD,2.1')\">Web</a></div></div><div><!-- snr --><div id=\"content\"><div id=\"results_area\"><div id=\"results\"><div id=\"no_results\"><h1>No results found for <strong>inbody:please-dont-register-a-site-that-breaks-this-test.com</strong>.</h1><h2>Search tips:</h2><ul><li><span>Ensure words are spelled correctly.</span></li><li><span>Try rephrasing keywords or using synonyms.</span></li><li><span>Try less specific keywords.</span></li><li><span>Make your queries as concise as possible.</span></li></ul><h2>Other resources that may help you:</h2><ul><li><span>Get additional search tips by visiting <a href=\"http://onlinehelp.microsoft.com/en-US/bing/ff808535.aspx\" onmousedown=\"return si_T('&ID=SERP,5052.1')\">Web Search Help</a>.</span></li><li><span>If you cannot find a page that you know exists, <a href=\"/docs/submit.aspx?FORM=SURE\" onmousedown=\"return si_T('&ID=SERP,5053.1')\">send the address to us</a>.</span></li></ul></div></div></div><div id=\"sidebar\"></div></div></div></div><div id=\"sb_foot\" onmouseover=\"si_fb.loadCard()\"><ul id=\"sw_footL\"><li><span>© 2011 Microsoft</span> | </li><li><a href=\"http://go.microsoft.com/fwlink/?LinkId=74170\" onmousedown=\"return si_T('&ID=FD,64.1')\">Privacy</a> | </li><li><a href=\"http://g.msn.com/0TO_/enus\" onmousedown=\"return si_T('&ID=FD,66.1')\">Legal</a> | </li><li><a href=\"http://advertising.microsoft.com/advertise-on-bing\" onmousedown=\"return si_T('&ID=FD,68.1')\">Advertise</a> | </li><li><a href=\"http://www.bing.com/toolbox/home/\" onmousedown=\"return si_T('&ID=FD,70.1')\">Business solutions</a> | </li><li><a href=\"http://g.msn.com/AIPRIV/en-us\" target=\"_blank\" onmousedown=\"return si_T('&ID=FD,72.1')\">About our ads</a> | </li><li><a href=\"http://onlinehelp.microsoft.com/en-US/bing/ff808535.aspx\" id=\"sb_help\" target=\"_blank\" onmousedown=\"return si_T('&ID=FD,74.1')\">Help</a> | </li><li><a href=\"https://feedback.live.com/default.aspx?locale=en-US&productkey=wlsearchweb&P1=dsatnoresultsweb&P2=inbody%3aplease-dont-register-a-site-that-breaks-this-test.com&P3=0&P4=NOFORM&P5=22EABE9D2E0C653C2079BC492F08658E&P6=Roanoke, Virginia&P9=37.2705307%2f-79.959281921&P10=0&P11=&searchtype=Web+Search&optl1=1&backurl=http%3a%2f%2fwww.bing.com%2fsearch%3fq%3dinbody%3aplease-dont-register-a-site-that-breaks-this-test.com%26FORM%3dFEEDTU\" id=\"sb_feedback\" onclick=\"si_fb.openCard(this);return false\" onfocus=\"si_fb.loadCard()\" onmousedown=\"return si_T('&ID=FD,76.1')\">Tell us what you think</a></li></ul></div></div></div><div id=\"sb_fb\"></div><script type=\"text/javascript\">//<![CDATA[\n\
|
84
|
+
_G.BST=new Date\n\
|
85
|
+
//]]></script><script type=\"text/javascript\">//<![CDATA[\n\
|
86
|
+
sj_cook=new function(){var a=this;a.get=function(d,c){var a=_d.cookie.match(new RegExp(\"\\\\b\"+d+\"=[^;]+\"));if(c&&a){var b=a[0].match(new RegExp(\"\\\\b\"+c+\"=([^&]*)\"));return b?b[1]:null}return a?a[0]:null};a.set=function(c,d,m,k,j,g){var e,f=d+\"=\"+m,b=a.get(c);if(b){var 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 Date((new Date).getTime()+Math.min(l,6.3072e10))).toGMTString():\"\")+(j?\";path=\"+j:\"\")}};sc_fadeCb=function(){};function 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 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 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 n(e){m=1;function c(){b.style.backgroundImage=\"url('\"+d.src+\"')\";b.className+=\" 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 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:'\\/az\\/hprichbg?p=rb%2fArcticFox_EN-US1208897334o.jpg',id:'sw_im',d:10,cN:'_SS',crN:'hIm',hash:'334'};sc_bgL();;sj_evt.bind(\"onP1\",function(){var a=_ge(\"sw_tll\");a&&sj_jb(\"multipleLogins_c\",1,a,\"mouseover\",a,\"click\")},1,5);function sj_ic(b){var a=sj_ce(\"style\");_d.getElementsByTagName(\"head\")[0].appendChild(a);if(sb_ie)a.styleSheet.cssText=b;else a.appendChild(_d.createTextNode(b))};_ge(\"sa_qs\").value=\"bs\";sj_evt.bind(\"onASConfig\",function(d){var 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=inbody%3aplease-dont-register-a-site-that-breaks-this-test.com',ePN:1,eAN:1,eLO:1,h:1,as:'a',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:'D4BF61F4DD5542ED810C2BDFE08FCB63'});sa_loc={H_PN:'Popular now',H_AS:'Web results',L_MH:'Manage search history',L_P:'Preferences',T_SQ:'Trending',H_ID:'Brands',H_VH:'Web results'};;sj_evt.bind('onP1',function(){sa_DNS=new Image;sa_DNS.src='http://api.bing.com/qsonhs.aspx?FORM=ASAPIW&q='},1,5);sj_evt.fire(\"onHTML\");function si_sendCReq(){_G.muidI=new Image;_G.muidI.onload=function(){var d=_d.cookie;if(/\\bTUID\\b/i.test(d))return 1;_G.muidI2=new Image;_G.muidI2.src=_G.gpUrl+\"CM=TMF&IG=\"+_G.IG+(_G.CID?\"&CID=\"+_G.CID:\"\");var b=\"MUID\",a=sj_cook.get(b);if(a){var c=a.substring(b.length+1);_G.muidI3=new Image;_G.muidI3.src=_G.akamaiSyncUrl.replace(/&/g,\"&\")+c}return 1};_G.muidI.src=_G.cUrl};sf_fbCfg={sId:\"0\"};sj_evt.bind(\"onP1\",function(){_w.logfb&&_w.logfb(\"fi\");var 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 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 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 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 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 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 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 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 a.I&&a.I(h)}};RMS2.RegisterResources(['\\/fd\\/sa\\/0713081111\\/brand9_c.css','\\/fd\\/sa\\/0908192802\\/noResults2_c.css','\\/fd\\/sa\\/1020103738\\/Shared.js','\\/fd\\/sa\\/0108182120\\/PostContent.js'],[],'F',[3,9,1,2]);;\n\
|
87
|
+
//]]></script><script type=\"text/javascript\">//<![CDATA[\n\
|
88
|
+
RMS2.RegisterResources(['/sa/1017025953/serpAll_c.css'],[],'A',[4]);;\n\
|
89
|
+
//]]></script><script type=\"text/javascript\">//<![CDATA[\n\
|
90
|
+
(function(){function a(){!_w.sb_ppCPL&&sb_st(function(){si_PP(new Date)},0)}var b=_w.onload||function(){};onload=function(c){_G.BPT=new Date;b(c);a()};_G.HT=new Date})()\n\
|
91
|
+
//]]></script></body></html>"
|
56
92
|
http_version: "1.1"
|
57
93
|
- !ruby/struct:VCR::HTTPInteraction
|
58
94
|
request: !ruby/struct:VCR::Request
|
59
95
|
method: :get
|
60
|
-
uri: http://
|
96
|
+
uri: http://search.yahoo.com:80/search?p=inbody%3Aplease-dont-register-a-site-that-breaks-this-test.com
|
61
97
|
body:
|
62
98
|
headers:
|
63
99
|
response: !ruby/struct:VCR::Response
|
@@ -65,49 +101,32 @@
|
|
65
101
|
code: 200
|
66
102
|
message: OK
|
67
103
|
headers:
|
68
|
-
|
69
|
-
-
|
70
|
-
expires:
|
71
|
-
- "-1"
|
72
|
-
cache-control:
|
73
|
-
- private, max-age=0
|
104
|
+
p3p:
|
105
|
+
- policyref="http://info.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
|
74
106
|
content-type:
|
75
|
-
- text/html; charset=
|
107
|
+
- text/html; charset=UTF-8
|
108
|
+
date:
|
109
|
+
- Mon, 26 Dec 2011 18:24:02 GMT
|
110
|
+
content-encoding:
|
111
|
+
- gzip
|
76
112
|
set-cookie:
|
77
|
-
-
|
78
|
-
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
- 1; mode=block
|
83
|
-
x-frame-options:
|
84
|
-
- SAMEORIGIN
|
113
|
+
- sSN=zkKXVHc2wWFb2IeGFZwd0PpuRsGwXOd2T9FA4GdytNnjgZZ5_VddIWjaoZkFtcVmyTObeGVg7v1qM2KF8wFwVw--; path=/; domain=.search.yahoo.com
|
114
|
+
cache-control:
|
115
|
+
- private
|
116
|
+
vary:
|
117
|
+
- Accept-Encoding
|
85
118
|
transfer-encoding:
|
86
119
|
- chunked
|
87
|
-
body:
|
88
|
-
<!doctype html><head><title>link:please-dont-register-a-site-that-breaks-this-test.com - Google Search</title><script>window.google={kEI:"P5yoTrv3HITMgQeK_fD5Dw",getEI:function(a){var b;while(a&&!(a.getAttribute&&(b=a.getAttribute("eid"))))a=a.parentNode;return b||google.kEI},kEXPI:"28936,30465,32034,32620,33076,33104,33373,33502,33646,33723",kCSI:{e:"28936,30465,32034,32620,33076,33104,33373,33502,33646,33723",ei:"P5yoTrv3HITMgQeK_fD5Dw"},authuser:0,ml:function(){},kHL:"en",time:function(){return(new Date).getTime()},log:function(a,b,c,e){var d=new Image,f=google,h=f.lc,g=f.li,i="";d.onerror=(d.onload=(d.onabort=function(){delete h[g]}));h[g]=d;if(!c&&b.search("&ei=")==-1)i="&ei="+google.getEI(e);var j=c||"/gen_204?atyp=i&ct="+a+"&cad="+b+i+"&zx="+google.time();d.src=j;f.li=g+1},lc:[],li:0,Toolbelt:{},y:{},x:function(a,b){google.y[a.id]=[a,b];return false}};
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
window._gjuc())&&setTimeout(_gjp,500)};
|
93
|
-
window._gjp && _gjp()</script><style>#gbar,#guser{font-size:13px;padding-top:1px !important}#gbar{height:22px}#guser{padding-bottom:7px !important;text-align:right}.gbh,.gbd{border-top:1px solid #c9d7f1;font-size:1px}.gbh{height:0;position:absolute;top:24px;width:100%}@media all{.gb1{height:22px;margin-right:.5em;vertical-align:top}#gbar{float:left}}a.gb1,a.gb4{text-decoration:underline !important}a.gb1,a.gb4{color:#00c !important}</style><style id=gstyle>body{color:#000;margin:3px 0;overflow-y:scroll}body,#leftnav,#tbdi,#atd,#tsf,#hidden_modes,#hmp{background:#fff}a.gb1,a.gb2,a.gb3,.link{color:#2200C1!important}.ts{border-collapse:collapse}.ts td{padding:0}.ti,.bl,#res h3{display:inline}.ti{display:inline-table}#tads a.mblink,#tads a.mblink b,#tadsb a.mblink,#tadsb a.mblink b,#tadsto a.mblink,#tadsto a.mblink b,#rhs a.mblink,#rhs a.mblink b{color:#2200C1!important}a:link,.w,#prs a:visited,#prs a:active,.q:active,.q:visited,.kl:active{color:#2200C1}.mblink:visited,a:visited{color:#551a8b}.vst:link{color:#551a8b}.cur,.b{font-weight:bold}.j{width:42em;font-size:82%}.s{max-width:42em}.sl{font-size:82%}.hd{position:absolute;width:1px;height:1px;top:-1000em;overflow:hidden}.gl,.f,.m,.c h2,#mbEnd h2,#tads h2,#tadsb h2,#tadsto h2,.descbox{color:#767676}.a,cite,cite a:link,cite a:visited,.cite,.cite:link,#mbEnd cite b,#tads cite b,#tadsb cite b,#tadsto cite b,#ans>i{color:#0e774a;font-style:normal}.ng{color:#c11}h1,ol,ul,li{margin:0;padding:0}li.g,body,html,.std,.c h2,#mbEnd h2,h1{font-size:small;font-family:arial,sans-serif}.c h2,#mbEnd h2,h1{font-weight:normal}.clr{clear:both;margin:0 8px}.blk a{color:#000}#nav a{display:block}#nav .i{color:#a90a08;font-weight:bold}.csb,.ss,.play_icon,.mini_play_icon,.micon,.licon,.close_btn,#tbp,.mbi,.inline_close_btn{background:url(/images/srpr/nav_logo80.png) no-repeat;overflow:hidden}.csb,.ss{background-position:0 0;height:40px;display:block}.ss{background-position:0 -91px;position:absolute;left:0;top:0}.cps{height:18px;overflow:hidden;width:114px}.spell{font-size:16px}.spell_orig{font-size:13px;text-decoration:none}a.spell_orig:hover{text-decoration:underline}.mbi{background-position:-153px -70px;display:inline-block;float:left;height:13px;margin-right:3px;margin-top:1px;width:13px}#nav td{padding:0;text-align:center}#logo span,.lsb{background:url(/images/srpr/nav_logo80.png) no-repeat;overflow:hidden}#logo{color:#fff;display:block;height:49px;margin:9px 0 0;overflow:hidden;position:relative;width:137px}#logo img{border:0;left:-0px;position:absolute;top:-41px}#logo span{cursor:pointer}.lst-b,.lst{border:1px solid #ccc;border-bottom:none;height:26px;padding:4px 0 0}.lst{-moz-box-sizing:content-box;background:#fff;color:#000;float:left;padding-left:6px;padding-right:10px;vertical-align:top;width:100%}.lst-b{border-right:none}.lst-td{border-bottom:1px solid #999;padding-right:16px}.lst:focus{outline:none}.gsfi,.lst{font:18px arial,sans-serif}.gsfs{font:17px arial,sans-serif}.ds{border-right:1px solid #e7e7e7;position:relative;height:32px;z-index:100}.lsbb{background:#eee;border:1px solid #999;border-top-color:#ccc;border-left-color:#ccc;height:30px}.lsb{font:15px arial,sans-serif;background-position:bottom;border:0;color:#000;cursor:pointer;height:30px;margin:0;vertical-align:top}.lsb:active{background:#ccc}form{display:inline}input{-moz-box-sizing:content-box;-moz-padding-start:0;-moz-padding-end:0}.tia input{border-right:none;padding-right:0}.lsd{font-size:11px;position:absolute;top:3px;left:16px}.ch{cursor:pointer}h3,.med{font-size:medium;font-weight:normal;padding:0;margin:0}.e{margin:2px 0 .75em}.slk div{padding-left:12px;text-indent:-10px}.fc{margin-top:.5em;padding-left:16px}#mbEnd cite{text-align:left}#rhs_block{margin-bottom:-20px}#bsf,.blk{border-top:1px solid #6b90da;background:#f0f7f9}#bsf{border-bottom:1px solid #6b90da}#cnt{clear:both}#res{padding-right:1em;margin:0 16px}.c{background:#fff8e7;margin:0 8px}.c li{padding:0 3px 0 8px;margin:0}#mbEnd li{margin:1em 0;padding:0}.xsm{font-size:x-small}ol li{list-style:none}#ncm ul li{list-style-type:disc}.sm li{margin:0}.gl,#foot a,.nobr{white-space:nowrap}#mbEnd .med{white-space:normal}.sl,.r{display:inline;font-weight:normal;margin:0}.r{font-size:medium}h4.r{font-size:small}.mr{margin-top:6px}h3.tbpr{margin-top:.4em;margin-bottom:1.2em}img.tbpr{border:0px;width:15px;height:15px;margin-right:3px}.jsb{display:block}.nojsb{display:none}.nwd{font-size:10px;padding:16px;text-align:center}.ri_cb{left:0;margin:6px;position:absolute;top:0;z-index:1}.ri_sp{display:-moz-inline-box;display:inline-block;text-align:center;vertical-align:top;margin-bottom:6px}.ri_of{opacity:0.40;}.ri_sp img{vertical-align:bottom}.so{margin-top:2px;position:relative;white-space:normal}.so img{border:0;margin-left:0;margin-right:1px;vertical-align:top}.son{position:relative}.so .soh{background-color:#FFFFD2;border:1px solid #FDF0BF;color:#000;display:none;font-size:8pt;padding:3px;position:absolute;white-space:nowrap;z-index:10}.soi{background:#ebeff9;line-height:22px;padding:0 4px;position:static;vertical-align:middle}.soi a{white-space:nowrap}.soi img{margin-top:-3px;vertical-align:middle}.soi .lsbb{display:inline-block;height:20px;margin-bottom:4px}.soi .lsb{background-repeat:repeat-x;font-size:small;height:20px;padding:0 5px}#rhs_block .so{display:block;font-size:11px}.siw{display:inline-block;position:relative}.sia{background-color:#4c4c4c;bottom:0;font-size:11px;margin:4px;padding-left:2px;position:absolute}.sia .f, .sia a.fl:link, .sia a.fl:visited{color:white!important;overflow:hidden;text-overflow:ellipsis;width:100%;white-space:nowrap}.ps-map{float:left}.ps-map img{border:1px solid #00c}a.tiny-pin,a.tiny-pin:link,a.tiny-pin:hover{text-decoration:none;color:#36c}a.tiny-pin:hover span{text-decoration:underline}.tiny-pin table{vertical-align:middle}.tiny-pin p{background-image:url(/images/srpr/nav_logo80.png);background-position:-117px -91px;height:15px;margin:0;padding:0;top:-1px;overflow:hidden;position:relative;width:9px;}.pspa-price{font-size:medium;font-weight:bold}.pspa-call-price{font-size:small;font-weight:bold}.pspa-store-avail{color:#282}.pspa-out-of-stock{color:#c11}li.ppl{margin-bottom:11px;padding:6px;position:relative}#ppldir #ppldone, #ppldir #pplundo, #ppldir #pplcancel{color:#00f;cursor:pointer;text-decoration:underline}#ppldir{background:rgb(247,243,181);display:none;line-height:1.5em;outline:1px solid rgb(255,185,23);padding:6px 4px 6px 6px;position:absolute;width:90%;z-index:20}#ppldir.working{display:block}.pplclustered .pplclusterhide{visibility:hidden}.pplclustered .pplfeedback, .pplclustered .pplclusterdrop{display:none !important}.pplfeedback{right:5px;background:rgba(235, 242, 252, 1.0);border:1px solid #afafaf;color:#333 !important;cursor:pointer;display:none;font-size:1.0em;float:right;margin-top:5px;margin-right:5px;opacity:1.0;padding:5px 10px;position:absolute;text-decoration:none;top:5px;vertical-align:middle;white-space:nowrap}.pplfeedback:active{background-color:rgba(255, 255, 255, 1.0)}li.ppl:hover .pplfeedback{opacity:1.0}.pplclustered:hover{border:0px;background-color:'' !important;margin-left:0px !important}li.ppl:hover{background-color:#ebf2fc;border:1px solid #cddcf9;padding:5px}.pplselected{background-color:#EBF2FC}.ppldragging{background-color:#B2D2FF}li.g.ppld{margin-bottom:0px;padding:3px}li.g.ppld:hover{padding:2px}.ppl_thumb_src{color:#767676;font-size:0.8em;line-height:1.3em;overflow:hidden;text-overflow:ellipsis;padding:0;text-align:center;width:70px}a.pplatt:link{color:#767676;text-decoration:none}a.pplatt:hover{color:#767676;text-decoration:underline}li.ppl:hover .pplfeedback{display:block}.ppl_thy{color:#767676;margin-left:3px}.ppl_crc{margin:35px 10px 0px 0px;display:none}.fbbtn{margin-left:5px;width:35px}div.pplthumb img.th{border:none}div.prf_vis:hover span.vis_tip{display:block!important}.uh_h,.uh_hp,.uh_hv{display:none;position:fixed;visibility:hidden}.uh_h {height:0px;left:0px;top:0px;width:0px;}.uh_hv{background:#fff;border:1px solid #999;-moz-box-shadow:2px 2px 5px rgba(0,0,0,0.5);-webkit-box-shadow:2px 2px 5px rgba(0,0,0,0,0.5);box-shadow:2px 2px 5px rgba(0,0,0,0.5);margin:-8px;padding:8px;background-color:#fff;visibility:visible}.uh_hp,.uh_hv,#uh_hp.v{display:block;z-index:5000}#uh_hp{-moz-box-shadow:1px 1px 5px #000;-webkit-box-shadow:1px 1px 5px #000;box-shadow:1px 1px 5px #000;display:none;opacity:.7;position:fixed}#uh_hpl{cursor:pointer;display:block;height:100%;outline-color:-moz-use-text-color;outline-style:none;outline-width:medium;width:100%}.uh_hi {border:0;display:block;margin:0 auto 4px}.uh_hx {opacity:0.5}.uh_hx:hover {opacity:1}.uh_hn,.uh_hr,.uh_ht,.uh_ha{margin:0 1px -1px;padding-bottom:1px;overflow:hidden}.uh_ht{font-size:123%;line-height:120%;max-height:1.2em;word-wrap:break-word}.uh_hn{line-height:120%;max-height:2.4em}.uh_hr{color:#0E774A;white-space:nowrap}.uh_ha{color:#777;white-space:nowrap}a.uh_hal{color:#36c;text-decoration:none}a:hover.uh_hal {text-decoration:underline}.speaker-icon-listen-off{background:url(//ssl.gstatic.com/dictionary/static/images/icons/1/pronunciation.png);opacity:0.55;filter:alpha(opacity=55);border:1px solid transparent;display:inline-block;float:none;height:16px;vertical-align:bottom;width:16px}.speaker-icon-listen-off:hover{opacity:1.0;filter:alpha(opacity=100);cursor:pointer;}.speaker-icon-listen-on{background:url(//ssl.gstatic.com/dictionary/static/images/icons/1/pronunciation.png);opacity:1.0;filter:alpha(opacity=100);border:1px solid transparent;display:inline-block;float:none;height:16px;vertical-align:bottom;width:16px}.speaker-icon-listen-on:hover{opacity:1.0;filter:alpha(opacity=100);cursor:pointer;}ul.lsnip{font-size:90%}.lsnip > li{overflow:hidden;text-overflow:ellipsis;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap}table.tsnip{font-size:90%;border-spacing:0;border-collapse:collapse;border-style:hidden;margin:2px 0 0}table.tsnip td,table.tsnip th{padding:0 10px 0 0;border-top:1px solid #ddd;margin:0;line-height:15px;text-align:left}table.tsnip th{color:#777;font-weight:normal}.rsw-remove-inactive{visibility:hidden}.rsw-remove-active{background:url("/images/srpr/nav_logo80.png") no-repeat scroll -124px -230px transparent;height:7px;width:7px}.rsw-remove-active:hover{background-position:-132px -230px}.rsw-starred,.rsw-half-starred,.rsw-unstarred{background:url("/images/srpr/nav_logo80.png") no-repeat scroll transparent;float:left;overflow:hidden;position:relative;height:13px;width:12px}.rsw-unstarred{background-position:0px -110px}.rsw-starred{background-position:-60px -192px}.rsw-half-starred{background-position:-131px -192px}.rsw-angry-active,.rsw-angry-inactive,.rsw-happy-active,.rsw-happy-inactive{background:url("/images/srpr/nav_logo80.png") no-repeat scroll transparent;height:12px;width:12px}.rsw-angry-active{background-position:-76px -243px}.rsw-angry-inactive{background-position:-102px -243px}.rsw-angry-inactive:hover{background-position:-89px -243px}.rsw-happy-active{background-position:-88px -111px}.rsw-happy-inactive{background-position:-63px -243px}.rsw-happy-inactive:hover{background-position:-50px -243px}.comment-box-tip{color:#666}.comment-box-readonly-quoted{font-style:italic}.mbl{margin:1em 0 0}em{font-weight:bold;font-style:normal}li.w0 .ws,td.w0 .ws{opacity:0.5}li.w0:hover .ws,td.w0:hover .ws{opacity:1}ol,ul,li{border:0;margin:0;padding:0}li{line-height:1.2}li.g{margin-top:0;margin-bottom:14px}.ibk,#productbox .fmg{display:-moz-inline-box;display:inline-block;*display:inline;vertical-align:top;zoom:1}.tsw{width:595px}#cnt{min-width:780px;max-width:1144px;margin:0 auto;padding-top:17px;}.gbh{top:24px}#gbar{margin-left:8px;height:20px}#guser{margin-right:8px;padding-bottom:5px!important}.tsf-p{margin-left:168px;margin-right:272px;max-width:711px}.mbi{margin-bottom:-1px}.uc{margin-left:159px}#center_col,#foot{margin-left:159px;margin-right:264px;padding:0 8px}#subform_ctrl{font-size:11px;min-height:26px;margin-left:176px;margin-right:272px;max-width:695px;padding-top:3px;}#subform_ctrl a.gl{color:#36c}#center_col{border-left:1px solid #d3e1f9;clear:both}#brs p{margin:0;padding-top:5px}.brs_col{display:inline-block;float:left;font-size:small;white-space:nowrap;padding-right:16px;margin-top:-1px;padding-bottom:1px}#tads,#tadsb,#tadsto{margin-bottom:8px!important;z-index:0}#tads li,#tadsb li,#tadsto li{padding:1px 0}#tads li.taf,#tadsb li.taf,#tadsto li.taf{padding:1px 0 0}#tads li.tam,#tadsb li.tam,#tadsto li.tam{padding:14px 0 0}#tads li.tal,#tadsb li.tal,#tadsto li.tal{padding:14px 0 1px}#res{border:0;margin:0;padding:4px 8px 0}#ires{padding-top:1px}.mbl{margin-top:5px}.play_icon{background-position:;height:px;margin-left:64px;margin-top:44px;width:px}#leftnav li{display:block}.micon,.licon,.close_btn,.inline_close_btn{border:0}#leftnav h2{font-size:small;color:#767676;font-weight:normal;margin:8px 0 0;padding-left:8px;width:143px}#tbbc dfn{padding:4px}#tbbc.bigger .std{font-size:154%;font-weight:bold;text-decoration:none}.close_btn{background-position:-138px -84px;float:right;height:14px;width:14px}.inline_close_btn{display:inline-block;vertical-align:text_bottom;background-position:-138px -84px;height:14px;width:14px}.videobox{padding-bottom:3px}#leftnav a{text-decoration:none}#leftnav a:hover{text-decoration:underline}.mitem,#showmodes{font-size:15px;line-height:24px;padding-left:8px}.mitem{margin-bottom:2px}.mitem .q{display:block}.msel{height:22px;padding-bottom:2px;margin-bottom:0;font-weight:bold}.micon{float:left;height:19px;margin-top:2px;margin-right:6px;outline:none;width:19px}#showmodes .micon{background-position:-150px -114px;height:17px;margin-left:1px;margin-right:6px;width:17px}.licon{background-position:-153px -99px;float:left;height:14px;margin-right:3px;width:14px}.open #showmodes .micon{background-position:-132px -114px}.open .msm,.msl{display:none}.open .msl{display:inline}.open #hidden_modes,.open #hmp{display:block}#swr li{border:0;font-size:13px;line-height:1.2;margin:0 0 4px;margin-right:8px;padding-left:1px}#tbd,#atd{display:block;margin-top:8px;min-height:1px}.tbt{font-size:13px;line-height:1.2}.tbnow{white-space:nowrap}.tbou,.tbos,.tbots,.tbotu{margin-right:8px;padding-left:16px;padding-bottom:3px;text-indent:-8px}.tbos,.tbots{font-weight:bold}#leftnav .tbots a{color:#000!important;cursor:default;text-decoration:none}.tbfo .tbt,.tbpd,.tbst ul{margin-bottom:8px}.tbst{margin-top:8px}#season_{margin-top:8px}#iszlt_sel.tbcontrol_vis{margin-left:0}.tbpc,.tbpo,.lcsc,.lcso{font-size:13px}.tbpc,.tbo .tbpo,.lco .lcsc{display:inline}.tbo .tbpc,.tbpo,.lco .lcso,.lcsc,#set_location_section{display:none}.lco #set_location_section{display:block}.lcot{margin:0 8px;}.tbo #tbp,.lco .licon,.obsmo #obsmti{background-position:-138px -99px!important}#prc_opt label,#prc_ttl{display:block;font-weight:normal;margin-right:2px;white-space:nowrap}#cdr_opt,#loc_opt,#prc_opt{padding-left:8px;text-indent:0}.tbou #cdr_frm,.tbou #cloc_frm {display:none}#cdr_frm,#cdr_min,#cdr_max{}#cdr_min,#cdr_max{font-family:arial,sans-serif;width:100%}#cdr_opt label{display:block;font-weight:normal;margin-right:2px;white-space:nowrap}.cdr_lbl{float:left;padding-top:5px}.cdr_hl{height:0;visibility:hidden}.cdr_inp{min-width:64px;overflow:hidden;padding-right:6px}.cdr_ctr{clear:both;overflow:hidden;padding:1px 0}.cdr_inp.cdr_hint{font-size:84%;font-weight:normal;min-width:70px;padding-bottom:2px;padding-right:0}.cdr_inp.cdr_btn{min-width:70px;padding-right:0}.cdr_err{color:red;font-size:84%;font-weight:normal}.gb-button,.gb-button-hilite {border: solid 1px #aaa;border-radius: 2px;cursor: pointer;display: -moz-inline-box;display: inline-block;font: normal normal normal 13px/140% 'arial', 'sans-serif';margin: 0 0 4px 0;outline: none;padding: 1px 10px;position: relative;text-decoration: none !important;vertical-align: middle;text-align: center;user-select: none;text-shadow: none;white-space: nowrap;width: 80px;-webkit-border-radius: 3px;-webkit-user-select: none;-moz-border-radius: 3px;-moz-user-select: none;}* html .gb-button,* html .gb-button-hilite {display: inline;margin-bottom: 0;}* html input.gb-button,* html input.gb-button-hilite {padding: 0;height: 23px;}*:first-child+html .gb-button,*:first-child+html .gb-button-hilite {display: inline;margin-bottom: 0;}*:first-child+html input.gb-button,*:first-child+html input.gb-button-hilite {padding: 0;height: 23px;}.gb-button {background: #f0f0f0;background-image: -webkit-gradient(linear, 0% 25%, 0% 75%, from(#F9F9F9), to(#E3E3E3));background-image: -moz-linear-gradient(center top, #F9F9F9 25%, #E3E3E3 75%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F9F9F9, endColorstr=#E3E3E3);-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F9F9F9, endColorstr=#E3E3E3)";border-color: #ccc #ccc #a0a0a0 #ccc;color: #000 !important;text-shadow: 0 0 1px #eee;-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);box-shadow: inset inset 0 1px 1px rgba(0,0,0,0.1);}.gb-button:active {background: #E3E3E3;background-image: -webkit-gradient(linear, 0% 25%, 0% 75%, from(#E3E3E3), to(#F9F9F9));background-image: -moz-linear-gradient(center top, #E3E3E3 25%, #F9F9F9 75%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E3E3E3, endColorstr=#F9F9F9);-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E3E3E3, endColorstr=#F9F9F9)";}.gb-button:hover {border-color: #666 #666 #444 #666;}.gb-button-hilite {background: #3d79d0;background-image: -webkit-gradient(linear, 0% 25%, 0% 75%, from(#4c91e8), to(#336ac1));background-image: -moz-linear-gradient(center top, #4c91e8 25%, #336ac1 75%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c91e8, endColorstr=#336ac1);-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c91e8, endColorstr=#336ac1)";border-color: #2525ea #2525ea #151596 #2525ea;color: #fff !important;font-weight: bold;-moz-box-shadow: inset 0 1px 1px rgba(255,255,255,0.5);-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,0.5);box-shadow: inset 0 1px 1px rgba(255,255,255,0.5);}.gb-button-hilite:active {background: #336ac1;background-image: -webkit-gradient(linear, 0% 25%, 0% 75%, from(#336ac1), to(#4c91e8));background-image: -moz-linear-gradient(center top, #336ac1 25%, #4c91e8 75%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#336ac1, endColorstr=#4c91e8);-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#336ac1, endColorstr=#4c91e8)";}.gb-button-hilite:hover {border-color: #0f0f68 #0f0f68 #08083a #0f0f68;}#mbEnd,.rhss{margin:0 0 32px;margin-left:8px}#mbEnd{margin-top:5px}#mbEnd h2{color:#767676}#mbEnd li{margin:12px 0 0}a:link,.w,.q:active,.q:visited,.tbotu{color:#2200C1;cursor:pointer}a.fl:link,.fl a,.flt,a.flt,.gl a:link,a.mblink,.mblink b{color:#36c}.osl a,.gl a,#tsf a,a.mblink,a.gl,a.fl,.slk a,.bc a,.flt,a.flt u,.oslk a,#tads .ac a,#tadsb .ac a,#rhs .ac a,.blg a{text-decoration:none}.osl a:hover,.gl a:hover,#tsf a:hover,a.mblink:hover,a.gl:hover,a.fl:hover,.slk a:hover,.bc a:hover,.flt:hover,a.flt:hover u,.oslk a:hover,.tbotu:hover,#tads .ac a:hover,#tadsb .ac a:hover,#rhs .ac a:hover,.blg a:hover{text-decoration:underline}#ss-box a:hover{text-decoration:none}#tads .mblink,#tadsb .mblink,#tadsto .mblink,#rhs .mblink{text-decoration:underline}.hpn,.osl{color:#767676}div#gbi,div#gbg{border-color:#a2bff0 #558be3 #558be3 #a2bff0}div#gbi a.gb2:hover,div#gbg a.gb2:hover,.mi:hover{background-color:#558be3}#guser a.gb2:hover,.mi:hover,.mi:hover *{color:#fff!important}#guser{color:#000}#imagebox_big img{padding:2px!important}#imagebox_bigimages .th{border:0}#productbox .fmg{margin-top:7px;padding-right:4px;text-align:left}#productbox .lfmg{padding-right:0}#foot .ftl{margin-right:12px}#foot a.slink{text-decoration:none;color:#36c}#fll a,#bfl a{color:#36c;margin:0 12px;text-decoration:none}#foot a:hover{text-decoration:underline}#foot a.slink:visited{color:#551a8b}#blurbbox_bottom{color:#767676}.stp{margin:7px 0 17px}.ssp{margin:.33em 0 17px}#mss {margin:.33em 0 0;padding:0;display:table}.mss_col {display:inline-block;float:left;font-size:small;white-space:nowrap;padding-right:16px;}#mss p{margin:0;padding-top:5px}#gsr a:active,a.fl:active,.fl a:active,.gl a:active{color:#c11}.obsmo #obsmtxt, #obsltxt{display:none}.obsmo #obsltxt{display:inline}#obsmtc a{text-decoration:none}#obsmtc a:hover{text-decoration:underline}.authorship_aff{color:gray;display:block;}.authorship_link{color:#2b65ec;text-decoration:none;}.authorship_link:hover{cursor:pointer;text-decoration:underline;}.authorship_note{color:black;display:block;}.authorship_popup{background-color:white;border:solid #888888 1px;box-shadow:2px 2px 3px #cbc8c8;float:left;font-size:12px;left:0;padding:2px;position:absolute;text-align:left;text-decoration:none;top:0.2em;width:325px;z-index:300;-moz-box-shadow:2px 2px 3px #cbc8c8;-webkit-box-shadow:2px 2px 3px #cbc8c8;}.authorship_popup a:hover{cursor:pointer}.authorship_slk{color:#2b65ec;display:block;text-decoration:none;}.authorship_table{vertical-align:top}.authorship_title{color:#7a5dc7;display:block;font-size:13px;font-weight:bold}</style><noscript><style>.jsb{display:none}.nojsb{display:block}.nojsv{visibility:visible}</style></noscript><script></script></head><body id=gsr topmargin=3 marginheight=3><div id=mngb><div id=gbar><nobr><b class=gb1>Web</b> <a class=gb1 href="http://www.google.com/search?q=link:please-dont-register-a-site-that-breaks-this-test.com&um=1&ie=UTF-8&hl=en&tbm=isch&source=og&sa=N&tab=wi">Images</a> <a class=gb1 href="http://www.google.com/search?q=link:please-dont-register-a-site-that-breaks-this-test.com&um=1&ie=UTF-8&hl=en&tbo=u&tbm=vid&source=og&sa=N&tab=wv">Videos</a> <a class=gb1 href="http://maps.google.com/maps?q=link:please-dont-register-a-site-that-breaks-this-test.com&um=1&ie=UTF-8&hl=en&sa=N&tab=wl">Maps</a> <a class=gb1 href="http://www.google.com/search?q=link:please-dont-register-a-site-that-breaks-this-test.com&um=1&ie=UTF-8&hl=en&tbo=u&tbm=nws&source=og&sa=N&tab=wn">News</a> <a class=gb1 href="http://www.google.com/search?q=link:please-dont-register-a-site-that-breaks-this-test.com&um=1&ie=UTF-8&hl=en&tbo=u&tbm=shop&source=og&sa=N&tab=wf">Shopping</a> <a class=gb1 href="https://mail.google.com/mail/?hl=en&tab=wm">Gmail</a> <a class=gb1 style="text-decoration:none" href="http://www.google.com/intl/en/options/"><u>More</u> »</a></nobr></div><div id=guser width=100%><nobr><span id=gbn class=gbi></span><span id=gbf class=gbf></span><span id=gbe></span><a href="http://www.google.com/history/optout?hl=en" class=gb4>Web History</a> | <a href="/preferences?hl=en" class=gb4>Settings</a> | <a id=gb_70 href="https://www.google.com/accounts/ServiceLogin?hl=en&continue=http://www.google.com/search%3Fq%3Dlink:please-dont-register-a-site-that-breaks-this-test.com" class=gb4>Sign in</a></nobr></div><div class=gbh style=left:0></div><div class=gbh style=right:0></div></div><textarea id=csi style=display:none></textarea><textarea id=wwcache style=display:none></textarea><div id=cnt><div id=sfcnt><form action="/search" id=tsf method=GET name=gs onsubmit="return q.value!=''" role=search style="display:block;margin:0;background:none"><input type=hidden name=hl value="en"><input type=hidden name=ie value="ISO-8859-1"><div><div style="float:left;margin-top:-7px;padding:0 18px 0 12px"><h1><a id=logo href="http://www.google.com/webhp?hl=en" title="Go to Google Home">Google<img width=167 height=288 src="/images/srpr/nav_logo80.png" alt=""></a></h1></div><div class=tsf-p style="padding-bottom:2px"><table border=0 cellpadding=0 cellspacing=0 style="position:relative;z-index:2;padding:8px 0 0;border-bottom:solid 1px #e7e7e7"><tr><td class="lst-td" width=100%><div style="position:relative;zoom:1"><input autocomplete=off class=lst type=text name=q maxlength=2048 value="link:please-dont-register-a-site-that-breaks-this-test.com" title="Search"><span id=tsf-oq style="display:none">link:please-dont-register-a-site-that-breaks-this-test.com</span></div> <td><div class=ds id=sbds><div class="lsbb kpbb" id=sblsbb><input type=submit name="btnG" class=lsb value="Search" /></div></div><td><div style="position:relative;height:30px;z-index:2"><div class=lsd></div></div></table></div></div></form></div><style>#center_col{min-width:562px}</style><script>(function(){var a=document.gs&&document.gs.q;if(!a)return;a.focus();var b=a.createTextRange;if(b){var c=b();c.collapse(false);c.select()}})();
|
94
|
-
</script><div id=subform_ctrl><div style="float:right"><a href="/advanced_search?q=link:please-dont-register-a-site-that-breaks-this-test.com&hl=en&ie=UTF-8&prmd=ivns" class="gl nobr" id="sflas">Advanced search</a></div><div></div></div><div id=rcnt style="position:relative;zoom:1"><div id=leftnav role=navigation style="padding-top:3px;padding-left:4px;position:absolute;top:0;width:151px" onclick="google.srp&&google.srp.qs(event)"><div id=ms><ul><li class="mitem msel"><span class="micon" style="background-position:-20px -132px"></span>Everything</li><li class="mitem"><a class="q qs" href="/search?q=link:please-dont-register-a-site-that-breaks-this-test.com&hl=en&ie=UTF-8&prmd=ivns&source=lnms&tbm=isch&ei=P5yoTrv3HITMgQeK_fD5Dw&sa=X&oi=mode_link&ct=mode&cd=2&ved=0CAkQ_AUoAQ"><span class="micon" style="background-position:-40px -132px"></span>Images</a></li><li class="mitem"><a class="q qs" href="/search?q=link:please-dont-register-a-site-that-breaks-this-test.com&hl=en&ie=UTF-8&prmd=ivns&source=lnms&tbm=vid&ei=P5yoTrv3HITMgQeK_fD5Dw&sa=X&oi=mode_link&ct=mode&cd=3&ved=0CAoQ_AUoAg"><span class="micon" style="background-position:-80px -132px"></span>Videos</a></li><li class="mitem"><a class="q qs" href="/search?q=link:please-dont-register-a-site-that-breaks-this-test.com&hl=en&ie=UTF-8&prmd=ivns&source=lnms&tbm=nws&ei=P5yoTrv3HITMgQeK_fD5Dw&sa=X&oi=mode_link&ct=mode&cd=4&ved=0CAsQ_AUoAw"><span class="micon" style="background-position:-120px -132px"></span>News</a></li><li class="mitem"><a class="q qs" href="/search?q=link:please-dont-register-a-site-that-breaks-this-test.com&hl=en&ie=UTF-8&prmd=ivns&source=lnms&tbm=shop&ei=P5yoTrv3HITMgQeK_fD5Dw&sa=X&oi=mode_link&ct=mode&cd=5&ved=0CAwQ_AUoBA"><span class="micon" style="background-position:-120px -152px"></span>Shopping</a></li></ul><ul class=nojsb id="hidden_modes"><li class="mitem"><a class="q qs" href="/search?q=link:please-dont-register-a-site-that-breaks-this-test.com&hl=en&ie=UTF-8&prmd=ivns&source=lnms&tbm=bks&ei=P5yoTrv3HITMgQeK_fD5Dw&sa=X&oi=mode_link&ct=mode&cd=6&ved=0CA0Q_AUoBQ"><span class="micon" style="background-position:-40px -152px"></span>Books</a></li><li class="mitem"><a class="q qs" href="/search?q=link:please-dont-register-a-site-that-breaks-this-test.com&hl=en&ie=UTF-8&prmd=ivns&source=lnms&tbm=plcs&ei=P5yoTrv3HITMgQeK_fD5Dw&sa=X&oi=mode_link&ct=mode&cd=7&ved=0CA4Q_AUoBg"><span class="micon" style="background-position:-80px -152px"></span>Places</a></li><li class="mitem"><a class="q qs" href="/search?q=link:please-dont-register-a-site-that-breaks-this-test.com&hl=en&ie=UTF-8&prmd=ivns&source=lnms&tbm=blg&ei=P5yoTrv3HITMgQeK_fD5Dw&sa=X&oi=mode_link&ct=mode&cd=8&ved=0CA8Q_AUoBw"><span class="micon" style="background-position:0 -152px"></span>Blogs</a></li><li class="mitem"><a class="q qs" href="/search?q=link:please-dont-register-a-site-that-breaks-this-test.com&hl=en&ie=UTF-8&prmd=ivns&source=lnms&tbm=dsc&ei=P5yoTrv3HITMgQeK_fD5Dw&sa=X&oi=mode_link&ct=mode&cd=9&ved=0CBAQ_AUoCA"><span class="micon" style="background-position:0 -172px"></span>Discussions</a></li><li class="mitem"><a class="q qs" href="/search?q=link:please-dont-register-a-site-that-breaks-this-test.com&hl=en&ie=UTF-8&prmd=ivns&source=lnms&tbm=rcp&ei=P5yoTrv3HITMgQeK_fD5Dw&sa=X&oi=mode_link&ct=mode&cd=10&ved=0CBEQ_AUoCQ"><span class="micon" style="background-position:-120px -172px"></span>Recipes</a></li><li class="mitem"><a class="q qs" href="/search?q=link:please-dont-register-a-site-that-breaks-this-test.com&hl=en&ie=UTF-8&prmd=ivns&source=lnms&tbm=pts&ei=P5yoTrv3HITMgQeK_fD5Dw&sa=X&oi=mode_link&ct=mode&cd=11&ved=0CBIQ_AUoCg"><span class="micon" style="background:url(/images/srpr/icons/patents.png);background-position:0 0"></span>Patents</a></li></ul><a href="#" id=showmodes class="jsb nj q" onclick="google.x(this.id,function(){google.srp.toggleModes()});google.log('', '\x26ved\x3d0CAcQ_gU' +'&ei=' + google.kEI);return false" style="border-bottom:1px solid #c9d7f1; padding-bottom:9px"><span class="micon"></span><span class="msm">More</span><span class="msl">Fewer</span></a></div><div style="clear:both;overflow:hidden"><h2 class=hd>Search Options</h2><ul id=tbd class="med"><li class=jsb style='display:none'><ul class="tbt"></ul><li class=jsb style='display:none'><ul class="tbt"></ul></ul><a href="/search?q=link:please-dont-register-a-site-that-breaks-this-test.com&hl=en&ie=UTF-8&prmd=ivns&tbo=1" class="nj q" id=tbpi style="clear:both;display:block;margin:8px"><nobr class=tbpo>Hide search tools</nobr><nobr class=tbpc>Show search tools</nobr></a></div></div><div id=center_col><div id=res class=med role=main><div id=topstuff><div class=med><p style=margin-top:0>Your search - <b>link:please-dont-register-a-site-that-breaks-this-test.com</b> - did not match any documents. <p style=margin-top:1em>Suggestions:<ul style="margin:0 0 2em;margin-left:1.3em"><li>Make sure all words are spelled correctly.<li>Try different keywords.<li>Try more general keywords.</ul></div></div><div id=uh_hp><a id=uh_hpl></a></div><div id=uh_h><a id=uh_hl></a></div></div> </div> </div> <div id=foot class=tsf-p role=contentinfo><div id=navcnt><table id=nav style="border-collapse:collapse;text-align:left;direction:ltr;margin:17px auto 0"><tr valign=top></table></div><div style="height:1px;line-height:0"></div><div id=fll style="margin:19px auto;text-align:center"><a href="/">Google Home</a><a href="/intl/en/ads/">Advertising Programs</a><a href="/services/">Business Solutions</a><a href="/intl/en/privacy.html">Privacy</a><a href="/intl/en/about.html">About Google</a></div></div><div id=bfoot></div></div> <textarea style="display:none" id=hcache></textarea><div id=xjsd></div><div id=xjsi><script>if(google.y)google.y.first=[];google.dlj=function(b){window.setTimeout(function(){var a=document.createElement("script");a.src=b;document.getElementById("xjsd").appendChild(a)},0)};
|
95
|
-
if(google.y)google.y.first=[];if(!google.xjs){google.dstr=[];google.rein=[];if(google.timers&&google.timers.load.t){google.timers.load.t.xjsls=new Date().getTime();}google.dlj('/extern_js/f/CgJlbhICdXMgACswRTgALCswWjgALCswDjgALCswFzgALCswPDgALCswUTgALCswmAE4ACwrMAo4AECeAZoCAmhlLCswFjgALCswGTgALCswJTgALCswQTgALCswTTgALCswTjgALCswVDgALCswYzgALCswaTgALCswkgE4ACwrMKwBOAAsKzAYOAAsKzAmOACaAgN3dG0sgAJQkAJU/xw3MlCQpuPI.js');google.xjs=1}window.mbtb1={tbm:"",tbs:"",docid:"6638162576050095563",usg:"646b",obd:false};google.base_href='/search?q\x3dlink:please-dont-register-a-site-that-breaks-this-test.com\x26hl\x3den\x26ie\x3dUTF-8\x26prmd\x3divns';google.sn='web';google.Toolbelt.atg=[7,8];google.Toolbelt.pbt=[];google.Toolbelt.pti={};var oldElement=document.getElementById('tbt3');if(oldElement){oldElement.parentNode.removeChild(oldElement);}delete google.ww;google.mc=[];google.mc=google.mc.concat([[69,{}],[14,{}],[60,{}],[81,{}],[152,{}],[78,{}],[25,{"g":8,"k":false,"m":{"bks":true,"blg":true,"dsc":true,"evn":true,"flm":true,"frm":true,"isch":true,"klg":true,"mbl":true,"nws":true,"plcs":true,"ppl":true,"prc":true,"pts":true,"rcp":true,"shop":true,"vid":true},"t":null}],[105,{}],[22,{"m_errors":{"32":"Sorry, no more results to show.","default":"\u003Cfont color=red\u003EError:\u003C/font\u003E The server could not complete your request. Try again in 30 seconds."},"m_tip":"Click for more information"}],[77,{}],[146,{}],[99,{}],[84,{}],[24,{}],[38,{}]]);google.y.first.push(function(){try{;var form=document.gbqf||document.gs||document.f||document.gs;google.ac.i(form,form.q,'','link:please-dont-register-a-site-that-breaks-this-test.com','',{p:1,sw:1,hl:1,o:1,vc:-3,d:1,l:1,c:1},'serp',{"dh":true,"exp":"kjrmc","host":"google.com","jsonp":true,"msgs":{"lcky":"I'm Feeling Lucky","lml":"Learn more","psrc":"This search was removed from your <a href=\"/history\">Web History</a>","psrl":"Remove","srch":"Google Search"}});var b={hover:{}};b.hover.HOVER_DELAY=400;b.hover.g=[];b.hover.a={};b.hover.init=function(){for(var a=google.dom.getAll(".son"),c=0,d;d=a[c];c++)b.hover.initHoversForParent(d)};b.hover.initHoversForParent=function(a){var c=google.dom.getAll(".soha",a),a=google.dom.getAll(".soh",a);if(c.length==a.length)for(var d=0,e;e=c[d];d++){var f=a[d];b.hover.h(e,f)}};b.hover.h=function(a,c){b.hover.d(a,"mouseover",b.hover.getOnMouseOver(a,c));b.hover.d(a,"mouseout",b.hover.getOnMouseOut(a,c))};
|
96
|
-
b.hover.d=function(a,c,d){google.listen(a,c,d);a={object:a,eventType:c,handler:d};b.hover.g.push(a)};b.hover.showHover=function(a){a.style.display="block";a.style.top="24px";a.style.left="0"};b.hover.hideHover=function(a){a.style.display="none"};b.hover.getOnMouseOver=function(a,c){return function(a){if(b.hover.a[a]==void 0){var e=window.setTimeout(function(){b.hover.showHover(c)},b.hover.HOVER_DELAY);b.hover.a[a]=e}}};
|
97
|
-
b.hover.getOnMouseOut=function(a,c){return function(a){window.clearTimeout(b.hover.a[a]);b.hover.a[a]=void 0;b.hover.hideHover(c)}};b.hover.c=function(){for(var a;a=b.hover.g.pop();)google.unlisten(a.object,a.eventType,a.handler);for(var c in b.hover.a)window.clearTimeout(b.hover.a[c]);b.hover.a={}};google.dstr.push(b.hover.c);google.rein.push(function(){b.hover.c();b.hover.init()});google.sos=b;google.sos.hover.init();
|
98
|
-
;var c,d=0;google.adsInLU={};google.adsInLU.featuresCallback=function(b){if(!b||!b.length)return null;var a=b[0];if(!a.extendedContent)return null;if(a.extendedContent.adsinlu)return a.extendedContent.adsinlu.url;else if(a.extendedContent["9"]&&a.extendedContent["9"].index){var e=a.extendedContent["9"].index;if(google.adsInLU.xc&&google.adsInLU.xc[e]){var f=google.adsInLU.xc[e];if(f.adsinlu)return f.adsinlu.url}}return null};google.adsInLU.config={featuresCallback:google.adsInLU.featuresCallback};
|
99
|
-
function g(){var b=google.LU&&google.LU.addMapConfig(google.adsInLU.config);if(b)window.clearInterval(c);else{d+=1;if(d>=30)window.clearInterval(c)}}c=window.setInterval(g,10);
|
100
|
-
;google.sc=google.sc||{};if(!google.sc['riu'])google.sc['riu']={'u':'/extern_js/f/CgJlbhICdXMgACswPzgAmgICc2ssgAJQkAJUogIDcml1/RlbtvGexYIQ.js','cb':[]};google.smc=google.smc||[];google.smc=google.smc.concat([[63,{"cnfrm":"Reported","prmpt":"Report"}]]);;google.riu={render:function(){google.util.xjsl('riu')}};;google.sc=google.sc||{};if(!google.sc['rvu'])google.sc['rvu']={'u':'/extern_js/f/CgJlbhICdXMgACswcjgALIACUJACVKICA3J2dQ/GdWA6vyrjxQ.js','cb':[]};google.smc=google.smc||[];google.smc=google.smc.concat([[114,{"rvu_report_msg":"Report","rvu_reported_msg":"Reported"}]]);;}catch(e){google.ml(e,false,{'cause':'defer'});}if(google.med){google.med('init');google.initHistory();google.med('history');}google.History&&google.History.initialize('/search?q\x3dlink%3Aplease-dont-register-a-site-that-breaks-this-test.com')});if(google.j&&google.j.en&&google.j.xi){window.setTimeout(google.j.xi,0);}</script></div><script>(function(){
|
101
|
-
var b,d,e,f;function g(a,c){if(a.removeEventListener){a.removeEventListener("load",c,false);a.removeEventListener("error",c,false)}else{a.detachEvent("onload",c);a.detachEvent("onerror",c)}}function h(a){f=(new Date).getTime();++d;a=a||window.event;var c=a.target||a.srcElement;g(c,h)}var i=document.getElementsByTagName("img");b=i.length;d=0;for(var j=0,k;j<b;++j){k=i[j];if(k.complete||typeof k.src!="string"||!k.src)++d;else if(k.addEventListener){k.addEventListener("load",h,false);k.addEventListener("error",
|
102
|
-
h,false)}else{k.attachEvent("onload",h);k.attachEvent("onerror",h)}}e=b-d;function l(){if(!google.timers.load.t)return;google.timers.load.t.ol=(new Date).getTime();google.timers.load.t.iml=f;google.kCSI.imc=d;google.kCSI.imn=b;google.kCSI.imp=e;if(google.stt!==undefined)google.kCSI.stt=google.stt;google.timers.load.t.xjs&&google.report&&google.report(google.timers.load,google.kCSI)}if(window.addEventListener)window.addEventListener("load",l,false);else if(window.attachEvent)window.attachEvent("onload",
|
103
|
-
l);google.timers.load.t.prt=(f=(new Date).getTime());
|
104
|
-
})();
|
105
|
-
</script>
|
120
|
+
body: |
|
121
|
+
<!doctype html><html lang="en-US"><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><script>var pL=0, pUrl='http://ybinst2.ec.yimg.com/ec/fd/ls/l?IG=4a06ee45f19d4789a64ef8bbc213f49c&CID=4a06ee45f19d4789a64ef8bbc213f49c&Type=Event.CPT';function SLB(s,pUrl){var url,img=new Image(),dat='&DATA=';dat+=s?'%7B%22pp%22%3A%7B%22S%22%3A%22A%22%7D%7D':'%7B%22pp%22%3A%7B%22S%22%3A%22L%22%7D%7D';url=pUrl+dat;img.src=url+'&'+(new Date()).getTime();pL=1}window.onbeforeunload=function(){(!pL)?SLB("A",pUrl):""};window.onload=function(){SLB("",pUrl)};(function(){var h=document.documentElement;h.className+=" js";(new Image()).src='http://a.l.yimg.com/pv/static/img/metro_sprite-201109271557.png';})();</script><link rel="alternate" type="application/rss+xml" title="Yahoo! Search results for inbody:please-dont-register-a-site-that-breaks-this-test.com" href="http://api.search.yahoo.com/WebSearchService/rss/webSearch.xml?appid=yahoosearchwebrss&query=inbody%3Aplease-dont-register-a-site-that-breaks-this-test.com&adult_ok=1"><title>inbody:please-dont-register-a-site-that-breaks-this-test.com - Yahoo! Search Results</title><link rel="stylesheet" type="text/css" href="http://a.l.yimg.com/pv/static/lib/srp-core-css_201112030756.css"><style type="text/css">s,.sprt,#logo,#att_icon,#verizon_icon .ico,#at-tog,.ssbang,.sschk,.ssochk,.ssbx,#ss a.ss-remove,.ads a.pp-l,.news-nph,.stars-sm span,.stars-lg span,.thmbplay,.sc-promo-img,.sc-close,#pnkribn .sym{background-image:url(http://a.l.yimg.com/pv/static/img/metro_sprite-201109271557.png);}</style></head><body id="ysch" class=" UNKNOWN windows vUNKNOWN"><div id="doc" class=""><h1 class="off-left">Yahoo! Web Search</h1><div id="hd-wrap"><div id="hd-contents"><div id="uh" data-bns="Yahoo" data-bk="3.1"><ul class="l"><li class="hi">Hi, <strong>Guest</strong></li><li><a href="https://login.yahoo.com/config/login?.pd=c%3Dolq_tAyp2e48EO0kDrSGSlM-&.src=srchp&.done=http%3A%2F%2Fsearch.yahoo.com%2Fsearch%3Fei%3DUTF-8%26p%3Dinbody%253Aplease-dont-register-a-site-that-breaks-this-test.com" target="_top">Sign In</a></li><li><a href="http://help.yahoo.com/l/us/yahoo/search/">Help</a></li></ul><ul class="r"><li><s id="mail_icn"></s><a href="http://mail.yahoo.com/">Mail</a></li><li id="y-hp-li"><s id="home_icn"></s><a href="http://www.yahoo.com">Yahoo!</a></li></ul></div><div id="hd" data-bns="Yahoo" data-bk="3.1"><a id="logo" href="http://www.yahoo.com/">Yahoo!</a><form id="sf" name="s" method="get" role="search" action="/search" accept-charset="utf-8"><div class="bd"><div id="sbx" class="sd"><label for="yschsp" class="off-left">Search query</label><input type="text" class="sbq" id="yschsp" name="p" value="inbody:please-dont-register-a-site-that-breaks-this-test.com" tabindex="1" autocomplete="off"><input type="submit" class="sbb-sd sbb" value="Search" tabindex="2"><input type="hidden" name="fr2" value="sb-top"></div><div id="safety-status" class="safety clr"><h2 class="app-lbl"><a href="/preferences/preferences?pref_done=http%3A%2F%2Fsearch.yahoo.com%2Fsearch%3Fei%3DUTF-8%26p%3Dinbody%253Aplease-dont-register-a-site-that-breaks-this-test.com&.bcrumb=#safesearch"><span class="visually-hidden">SafeSearch On</span><s title="SafeSearch is On" class="ico" role="presentation"></s></a></h2></div><div id="so" class="menu"><a id="so-link" class="menu-link" href="http://search.yahoo.com/preferences/preferences">Options<s></s></a><div id="so-menu" class="menu-bd"><ul><li><a href="http://search.yahoo.com/web/advanced?ei=UTF-8&p=inbody%3Aplease-dont-register-a-site-that-breaks-this-test.com">Advanced Search</a></li><li><a href="http://search.yahoo.com/preferences/preferences?pref_done=http%3A%2F%2Fsearch.yahoo.com%2Fsearch%3Fei%3DUTF-8%26p%3Dinbody%253Aplease-dont-register-a-site-that-breaks-this-test.com&.bcrumb=">Preferences</a></li></ul><hr><ul><li><a href="http://ebm.cheetahmail.com/r/regf2?a=0&aid=497540725&n=11&PROMOCODE=US2117&o=US2117&_vsrefdom=yahooseemsghere">Advertising Programs</a></li><li><a href="http://help.yahoo.com/l/us/yahoo/search/basics/basics-23.html">About This Page</a></li></ul></div></div><input type="hidden" name="type_param" id="type_param" value=""><div id="at" class="sd sa-hidden"><h2 class="off-left">Search Direct</h2></div></div><div class="ursa-ft ft"></div></form></div></div></div><div id="cnt-wrap"><h3 class="query"><span id="resultCount">0</span> results</h3></div><div id="bd-wrap"><div id="extend"><div id="pivots"><ul id="horiz_tabs"><li class="piv-000 active"><span><s></s>Web</span></li><li class="piv-001 last"><a href="http://images.search.yahoo.com/search/images?p=inbody%3Aplease-dont-register-a-site-that-breaks-this-test.com&fr=&fr2=piv-web"><s></s>Images</a></li><li class="piv-002 last"><a href="http://video.search.yahoo.com/search/video?p=inbody%3Aplease-dont-register-a-site-that-breaks-this-test.com&fr=&fr2=piv-web"><s></s>Video</a></li><li class="piv-007 last"><a href="http://shopping.yahoo.com/search?p=inbody%3Aplease-dont-register-a-site-that-breaks-this-test.com&fr=&fr2=piv-web"><s></s>Shopping</a></li><li class="piv-018 last"><a href="http://apps.search.yahoo.com/search?p=inbody%3Aplease-dont-register-a-site-that-breaks-this-test.com&fr=&fr2=piv-web"><s></s>Apps</a></li><li class="piv-008 last"><a href="http://blog.search.yahoo.com/search?p=inbody%3Aplease-dont-register-a-site-that-breaks-this-test.com&fr=&fr2=piv-web"><s></s>Blogs</a></li><li id="pivot_more"><a href="#" id="ext-pivot" class="menu-link">More<s></s></a><div class="menu-bd" id="pivot-menu" role="menu" aria-labelledby="ext-pivot" aria-hidden="true"><ul role="presentation"><li class="piv-000 hidden"><a href="/search?p=inbody%3Aplease-dont-register-a-site-that-breaks-this-test.com&fr=&fr2=piv-web"><s></s>Web</a></li><li class="piv-001 hidden"><a href="http://images.search.yahoo.com/search/images?p=inbody%3Aplease-dont-register-a-site-that-breaks-this-test.com&fr=&fr2=piv-web"><s></s>Images</a></li><li class="piv-002 hidden"><a href="http://video.search.yahoo.com/search/video?p=inbody%3Aplease-dont-register-a-site-that-breaks-this-test.com&fr=&fr2=piv-web"><s></s>Video</a></li><li class="piv-003"><a href="http://news.search.yahoo.com/search/news?p=inbody%3Aplease-dont-register-a-site-that-breaks-this-test.com&fr=&fr2=piv-web"><s></s>News</a></li><li class="piv-006"><a href="/ypredirect?p=inbody%3Aplease-dont-register-a-site-that-breaks-this-test.com&fr=&fr2=piv-web"><s></s>Local</a></li><li class="piv-007 hidden"><a href="http://shopping.yahoo.com/search?p=inbody%3Aplease-dont-register-a-site-that-breaks-this-test.com&fr=&fr2=piv-web"><s></s>Shopping</a></li><li class="piv-004"><a href="http://sports.search.yahoo.com/search?p=inbody%3Aplease-dont-register-a-site-that-breaks-this-test.com&fr=&fr2=piv-web"><s></s>Sports</a></li><li class="piv-005"><a href="http://finance.search.yahoo.com/search?p=inbody%3Aplease-dont-register-a-site-that-breaks-this-test.com&fr=&fr2=piv-web"><s></s>Finance</a></li><li class="piv-018 hidden"><a href="http://apps.search.yahoo.com/search?p=inbody%3Aplease-dont-register-a-site-that-breaks-this-test.com&fr=&fr2=piv-web"><s></s>Apps</a></li><li class="piv-008 hidden"><a href="http://blog.search.yahoo.com/search?p=inbody%3Aplease-dont-register-a-site-that-breaks-this-test.com&fr=&fr2=piv-web"><s></s>Blogs</a></li><li class="piv-016"><a href="http://recipes.search.yahoo.com/search?p=inbody%3Aplease-dont-register-a-site-that-breaks-this-test.com&fr=&fr2=piv-web"><s></s>Recipes</a></li><li class="piv-012"><a href="http://dir.search.yahoo.com/search?p=inbody%3Aplease-dont-register-a-site-that-breaks-this-test.com&fr=&fr2=piv-web"><s></s>Directory</a></li></ul></div></li></ul></div></div><div id="bd" role="document"><div id="sidebar" data-bns="Yahoo" data-bk="6.1" class=""><div class="bd"><h4 class="fbt">FILTER BY TIME</h4><ul><li class="flt"><a href="/search?fr2=showall&p=inbody:please-dont-register-a-site-that-breaks-this-test.com" class="btf ajax active">Anytime</a></li><li class="flt"><a href="/search?fr2=time&p=inbody:please-dont-register-a-site-that-breaks-this-test.com&btf=d" class="btf ajax">Past day</a></li><li class="flt"><a href="/search?fr2=time&p=inbody:please-dont-register-a-site-that-breaks-this-test.com&btf=w" class="btf ajax">Past week</a></li><li class="flt last"><a href="/search?fr2=time&p=inbody:please-dont-register-a-site-that-breaks-this-test.com&btf=m" class="btf ajax">Past month</a></li></ul></div></div><div id="results"><style type="text/css">.ads.horiz.bot{background-color:#FBF0FA;}.rais{min-width:516px}.rais h2 a{margin-right:7px}.rais .abst{max-width:42em;margin-right:8px;_margin-right:0;_width:508px}.rais p{margin-top:1px;*margin-top:0}.spns li.rais div h3{margin-bottom:1px}.spns li.rais div h3 a{font-size:123%}.spns li.rais div a{font-size:100%}body.opera .rais h3,body.safari .rais h3{margin-bottom:0}.rais .thmb{float:right;margin:4px 0 0 5px}.rais .btm{clear:both}.rais em{color:#008000}.rais_dl{color:#888}.rais_dl a{white-space:nowrap}.rais_vert{max-width:28em;margin:0;padding:3px 0 0 43px}.rais_vert:after{clear:both;content:'.';display:block;height:0;visibility:hidden}.rais_vert_dl{max-width:20em;float:left}.rais_vert_frm{max-width:20em;float:left;margin-left:35px}.ads li.rais .rais_dl a{display:inline}.ads.horiz{zoom:1}.ads .rais .vidmsg{width:94px;margin-left:4px}.ads.horiz ul.reducepx-spnslist{padding-bottom:4px;padding-top:3px}.rais a.thmb{width:82px;height:62px;border:1px solid #999;background-color:#FFF}.rais .thmb img{width:80px;height:60px;border:0;margin:1px}.rais img.thmb{width:80px;height:60px}.rais .logo{top:57px}.zrp,.zrpmsg{font-size:16px;margin-bottom:16px}.zrp.help{border:1px solid #ccc;border-left:0;border-right:0;margin:1em 11px;padding:5px;text-align:center}.zrpmsg{background:#fefbdd;margin-left:-4px;margin-right:5px;padding:9px;word-wrap:break-word}.zrp ul{margin:1em 0 1.2em;padding-left:40px}.zrp li{font-size:13px;list-style-type:disc}</style><div id="cols"><div id="left"><div id="main"><p class="msg zrpmsg" data-bns="Yahoo" data-bk="103.1">We did not find results for: <strong>inbody:please-dont-register-a-site-that-breaks-this-test.com</strong>. Try the suggestions below or type a new query above.</p><div class="zrp" data-bns="Yahoo" data-bk="103.1"><p>Suggestions:</p><ul><li>Check your spelling.</li><li>Try more general words.</li><li>Try different words that mean the same thing.</li><li>Try asking a question on <a href="http://answers.yahoo.com">Yahoo! Answers</a></li></ul></div><div class="ads horiz bot" data-bns="Yahoo" data-bk="105.1"><h2><a href="http://help.yahoo.com/l/us/yahoo/search/basics/basics-03.html">Promotional Results</a></h2><ul class="spns"><li class="rais last"><div id="raisabst" class="abst"><a class="thmb" href="http://www.yahoo.com/bin/set"><img data-src="http://l.yimg.com/a/i/us/sch/gr4/ybang_81x61.png" /></a><h3><div><a href="http://www.yahoo.com/bin/set">Make Yahoo! Your Homepage</a></div></h3><p>Everything you love on the Web, all on your Yahoo! homepage.</p><em><s class="ico-y"></s>www.<b>yahoo.com</b></em></div><div class="btm"></div></li></ul></div></div></div><div id="right"></div></div><div class="zrp help" data-bns="Yahoo" data-bk="107.1"><p>For more helpful tips on searching, visit the <a href="http://help.yahoo.com/help/us/ysearch/basics/basics-04.html">Yahoo! Search Help Center</a>.</p></div></div><div class="bdc" data-bns="Yahoo" data-bk="107.1"><div class="promo-bot"><!-- SpaceID=0 robot -->
|
122
|
+
</div></div></div><div id="ft" role="contentinfo" data-bns="Yahoo" data-bk="9.1"><p class="ft-b"><span class="copyright">© 2011 Yahoo!</span> <a href="http://help.yahoo.com/l/us/yahoo/search/">Help</a> - <a href="http://info.yahoo.com/privacy/us/yahoo/search/details.html">Privacy (<span class="updt">Updated</span>)</a> / <a href="http://info.yahoo.com/legal/us/yahoo/utos/utos-173.html">Legal</a> - <a href="http://info.yahoo.com/relevantads/">About Our Ads</a> - <a href="http://search.yahoo.com/info/submit.html">Submit Your Site</a></p><p class="pbb">Powered by Bing™</p></div></div><!-- SpaceID=0 robot -->
|
123
|
+
<script>YUI_config={"spaceid":"2766679","pvid":"8Z3HiUoG7v6MRHsW28VCzQCmRqARw074u8IAA_SR","beacon":"http:\/\/search.yahoo.com\/beacon\/b.gif","testid":""};(function(){var e=window.location,d,b;function c(f){return decodeURIComponent(f.replace(/\+/g," "))}function a(j){var h=j.match(/([^\?#&]+)=([^#&]*)/g)||[],l={},g,f,k;for(g=0,f=h.length;g<f;++g){k=h[g].split("=");l[c(k[0])]=c(k[1])}return l}if(window.navigator&&window.navigator.userAgent.match(/Gecko\//)){d=/#.*$/.exec(e.href);d=d&&d[0]?d[0]:""}else{d=e.hash}b=a(d);if(b.sd){document.getElementById("yschsp").value=b.sd}else{if(b._sd){document.getElementById("yschsp").value=""}}})();(function(){YUI={Env:{mods:{},add:function(n,m,l,d){if(n&&n.addEventListener){n.addEventListener(m,l,d)}else{if(n&&n.attachEvent){n.attachEvent("on"+m,l)}}},remove:function(o,n,m,d){if(o&&o.removeEventListener){try{o.removeEventListener(n,m,d)}catch(l){}}else{if(o&&o.detachEvent){o.detachEvent("on"+n,m)}}}},add:function(l,n,d,m){YUI.Env.mods[l]={name:l,fn:n,version:d,details:m||{}}}};Y={_pending:[],use:function(){Y._pending.push(arguments)},Search:{}};var i=window,g=document,k=YUI.Env.add,f=YUI.Env.remove,b=(function(){var d=[];function l(){setTimeout(function(){var n=0,m=d.length;for(;n<m;n++){d[n]()}f(i,"load",l)},0)}k(i,"load",l);return{add:function(m){d.push(m)}}}()),a=(function(){var d=navigator.userAgent.match(/MSIE\s([^;]*)/);if(d){return parseFloat(d[1])}return 0}());function c(d){return d.replace(/^\s+|\s+$/g,"")}function e(m,d){var l=new RegExp("(\\s|^)"+d+"(\\s|$)");return m.className.match(l)}function j(m,d){var l=new RegExp("(\\s|^)"+d+"(\\s|$)");m.className=c(m.className.replace(l," "))}function h(l){var d=g.getElementById(l);if(d){d.reset()}}Y.Search.Loader=(function(){var l=[],m=false;function o(q,p){var s=g.createElement(q),r,t;for(r in p){if(p.hasOwnProperty(r)){t=p[r];s.setAttribute(r,t)}}return s}function d(){var r=0,p=l.length,s,t,q=g.getElementsByTagName("head")[0];for(;r<p;r++){s=l[r];if(s.type==="css"){t=o("link",{href:s.url,rel:"stylesheet",type:"text/css"})}else{if(s.type==="js"){t=o("script",{src:s.url})}else{continue}}q.appendChild(t)}m=true;l=[]}function n(){var r=arguments[0],s=Array.prototype.slice.call(arguments,1),q=0,p=s.length;for(;q<p;q++){l.push({type:r,url:s[q]})}if(m){d()}}b.add(d);return{js:function(){var p=Array.prototype.slice.call(arguments);n.apply(null,["js"].concat(p))},css:function(){var p=Array.prototype.slice.call(arguments);n.apply(null,["css"].concat(p))}}}());(function(){var o=0;function n(){if(--o===0&&typeof rt_AddTime==="function"){rt_AddTime("t2")}if(o===0&&typeof T!=="undefined"){T.stamp("img")}}function l(){var v=this,u=v.parentNode.parentNode,q,s,r,t,p;n();if(v.getAttribute("allowResize")==="true"||e(v,"sm-thumb")){j(u,"sm-hide");if(a&&e(u,"sm-media")){q=u.offsetWidth;s=u.offsetHeight;r=v.width;t=v.height;p=Math.max(r/q,t/s);if(p&&r&&t){v.style.width=(r/p)+"px";v.style.height=(t/p)+"px"}}}}function m(){n();this.style.display="none"}function d(){var p=g.images,q=p.length,r,s;while(q--){r=p[q];s=r.getAttribute("data-src")||r.getAttribute("__src")||r.getAttribute("_src");if(s){o++;r.onload=l;r.onerror=m;r.setAttribute("src",s);r.removeAttribute("data-src");r.removeAttribute("__src");r.removeAttribute("_src");j(r,"hidden")}}}b.add(d)}());b.add(function(){var l=g.getElementById("yschsp"),d=/(^|\s)sd(\s|$)/;if(l&&d.test(l.parentNode.className)){return}if(a&&(!l||!l.getAttribute("dirty"))){h("sf");h("sB")}});(function(){var l=g.getElementById("web"),m=(l)?l.getElementsByTagName("a"):[],p=/(?:^|\s+)yschttl(?:\s+|$)/,n=m.length,q,d=(function(){if(a&&a<7){return function(v,t){var u=new RegExp("^<a.*\\s"+t+'="([^"]*)"',"i"),s=u.exec(v.outerHTML);return s?s[1]:null}}else{return function(t,s){return t.getAttribute(s)}}}());function r(s){var w=s||i.event,u=w.target||w.srcElement,v;while(u){if(u.tagName&&u.tagName.toLowerCase()==="a"&&u.getAttribute("dirtyhref")){v=d(u,"dirtyhref");if(v){u.setAttribute("href",v)}break}u=u.parentNode}}k(g,"mousedown",r);k(g,"click",r);function o(w){var t,x,s,v,u;t=d(w,"href");if(!t){return}x=d(w,"ourl");if(!x){s=t.indexOf("/**");if(s<0){return}x=decodeURIComponent(t.substr(s+3))}v=w.cloneNode(true);v.setAttribute("href",x);v.setAttribute("dirtyhref",t);if(a){u=v.innerHTML;t=d(v,"dirtyhref");v.setAttribute("href",t);if(v.innerHTML!==u){return}v.setAttribute("href",x)}w.parentNode.replaceChild(v,w)}while(n--){q=m[n];if(p.test(q.className)){o(q)}}}())}());Y.use("srp",function(){Y.Search.SRP.init({"enable_sidebar_collapse":"","pvid":"8Z3HiUoG7v6MRHsW28VCzQCmRqARw074u8IAA_SR","url_img_progress":"http:\/\/a.l.yimg.com\/pv\/i\/us\/sch\/gr4\/sp-progress2.gif","tts":null},{"aria_loading_results":"Retrieving search results. Please wait.","aria_results_loaded":"New search results have been retrieved. Press control shift and down arrow key to jump to the first search result. Press control shift and up arrow key to jump back to the search box.","common.expando.playvideo":"Play Video","common.expando.closevideo":"Close Video","common.results.error":"Sorry, there was a problem retrieving search results. Please try again.","common.results.loading":"Loading results...","srp.title":"%q - Yahoo! Search Results","common.more_dots":"more...","common.less":"Less"});});Y.use("srp-bing-beacon",function(){Y.Search.SRP.initBTrack({"cUrl":"http:\/\/ybinst2.ec.yimg.com\/ec\/fd\/ls\/GlinkPing.aspx?IG=4a06ee45f19d4789a64ef8bbc213f49c\u0026CID=4a06ee45f19d4789a64ef8bbc213f49c","pUrl":"http:\/\/ybinst2.ec.yimg.com\/ec\/fd\/ls\/l?IG=4a06ee45f19d4789a64ef8bbc213f49c\u0026CID=4a06ee45f19d4789a64ef8bbc213f49c\u0026Type=Event.CPT","Attr":["data-bns","data-bk"]});});Y.use("srp-session-tracking", function(){Y.Search.SRP.SessionTracking.init({"beaconUrl":"\/ra\/click","bcrumb":"","skey":"3r47wdjb9xwqI3kILPnHag--"});});Y.use("ura-injection", "history-lite", function(){Y._ura = new Y.URA({"searchbox":"#yschsp","logdata":{"origin":"srp","csrcpvid":"8Z3HiUoG7v6MRHsW28VCzQCmRqARw074u8IAA_SR"},"spaceid":"2766679","geo":{"w":12767416,"l":"-76.258530,36.947739"},"api":"\/sdconfig?o=sd1\u0026sid=2766679","rev":"0.8.22","sbc":"#sbx","container":"#at","hclass":"sa-hidden","fclass":"shl-reg"});Y._ura.on('history:add',function(e){Y.HistoryLite.add( (e.pqstr==''?'_sd=popnow':'sd='+e.pqstr) )});var id=Y.HistoryLite.get('sd'),open=Y.HistoryLite.get('_sd'),n=Y.one('#sbx');if((id || open)&&n&&!n.hasClass('shl-reg')){Y.later(0,{},function(){Y.one('#yschsp').focus();});}});Y.Search.Loader.js('http://a.l.yimg.com/pv/lib/s9/srp-core-js-1_201106101018.js','http://a.l.yimg.com/pv/static/lib/srp-core-js-2_201111221355.js');</script></body></html><!-- syc06.search.ac2.yahoo.com compressed/chunked Mon Dec 26 10:24:02 PST 2011 -->
|
124
|
+
|
106
125
|
http_version: "1.1"
|
107
126
|
- !ruby/struct:VCR::HTTPInteraction
|
108
127
|
request: !ruby/struct:VCR::Request
|
109
128
|
method: :get
|
110
|
-
uri: http://www.
|
129
|
+
uri: http://www.google.com:80/search?q=link%3Aplease-dont-register-a-site-that-breaks-this-test.com
|
111
130
|
body:
|
112
131
|
headers:
|
113
132
|
response: !ruby/struct:VCR::Response
|
@@ -115,57 +134,431 @@
|
|
115
134
|
code: 200
|
116
135
|
message: OK
|
117
136
|
headers:
|
118
|
-
|
119
|
-
-
|
120
|
-
content-type:
|
121
|
-
- text/html; charset=utf-8
|
122
|
-
content-encoding:
|
123
|
-
- gzip
|
137
|
+
x-frame-options:
|
138
|
+
- SAMEORIGIN
|
124
139
|
expires:
|
125
|
-
-
|
140
|
+
- "-1"
|
126
141
|
p3p:
|
127
|
-
- CP="
|
142
|
+
- CP="This is not a P3P policy! See http://www.google.com/support/accounts/bin/answer.py?hl=en&answer=151657 for more info."
|
143
|
+
content-type:
|
144
|
+
- text/html; charset=ISO-8859-1
|
145
|
+
server:
|
146
|
+
- gws
|
128
147
|
date:
|
129
|
-
-
|
148
|
+
- Mon, 26 Dec 2011 18:24:02 GMT
|
149
|
+
x-xss-protection:
|
150
|
+
- 1; mode=block
|
151
|
+
set-cookie:
|
152
|
+
- PREF=ID=8faeae086d714be3:FF=0:TM=1324923842:LM=1324923842:S=HAFYaoI2sp-OpQCU; expires=Wed, 25-Dec-2013 18:24:02 GMT; path=/; domain=.google.com
|
153
|
+
- NID=54=J62sV1lJxVKrh6Hye3wm7UJesA89CWuwLRgtzwBQVvN8jlIOe37nWoWHhMRMS_ufq-BXB7yYk_XJTcFrF3fpphdRraIgMnloSxxeQmMGqo-DT12nAkj5VLDnWT2-HJxi; expires=Tue, 26-Jun-2012 18:24:02 GMT; path=/; domain=.google.com; HttpOnly
|
154
|
+
cache-control:
|
155
|
+
- private, max-age=0
|
130
156
|
transfer-encoding:
|
131
157
|
- chunked
|
132
|
-
connection:
|
133
|
-
- keep-alive
|
134
|
-
- Transfer-Encoding
|
135
|
-
vary:
|
136
|
-
- Accept-Encoding
|
137
|
-
set-cookie:
|
138
|
-
- _SS=SID=2A1F3E9971764E7F8AC1AEBB81FD6536; domain=.bing.com; path=/
|
139
|
-
- MUID=0B7A32130A5466853E4D30840B506698; expires=Fri, 25-Oct-2013 23:48:15 GMT; domain=.bing.com; path=/
|
140
|
-
- OrigMUID=0B7A32130A5466853E4D30840B506698%2c1fe57871ad834a71a81b9b9f6738a069; expires=Fri, 25-Oct-2013 23:48:15 GMT; domain=.bing.com; path=/
|
141
|
-
- OVR=flt=0&flt10=0&flt11=0&flt12=0&flt2=0&flt3=0&flt4=0&flt5=0&flt6=0&flt7=0&flt8=0&flt9=0&preallocation=0&ramp1=0&release=or3&R=1; domain=.bing.com; path=/
|
142
|
-
- SRCHD=D=2008788&MS=2008788&AF=NOFORM; expires=Fri, 25-Oct-2013 23:48:15 GMT; domain=.bing.com; path=/
|
143
|
-
- SRCHUID=V=2&GUID=F55A728EE55547E3847838BFA9B025D3; expires=Fri, 25-Oct-2013 23:48:15 GMT; path=/
|
144
|
-
- SRCHUSR=AUTOREDIR=0&GEOVAR=&DOB=20111026; expires=Fri, 25-Oct-2013 23:48:15 GMT; domain=.bing.com; path=/
|
145
158
|
body: |-
|
146
|
-
<!
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
159
|
+
<!doctype html><html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>link:please-dont-register-a-site-that-breaks-this-test.com - Google Search</title><style>#gb{font:13px/27px Arial,sans-serif;height:30px}#gbz,#gbg{position:absolute;white-space:nowrap;top:0;height:30px;z-index:1000}#gbz{left:0;padding-left:4px}#gbg{right:0;padding-right:5px}#gbs{background:transparent;position:absolute;top:-999px;visibility:hidden;z-index:998}.gbto #gbs{background #fff}#gbx3,#gbx4{background-color:#2d2d2d;background-image:none;_background-image:none;background-position:0 -138px;background-repeat:repeat-x;border-bottom:1px solid #000;font-size:24px;height:29px;_height:30px;opacity:1;filter:alpha(opacity=100);position:absolute;top:0;width:100%;z-index:990}#gbx3{left:0}#gbx4{right:0}.gbtcb{position:absolute;visibility:hidden}#gbz .gbtcb{right:0}#gbg .gbtcb{left:0}.gbxx{display:none !important}.gbm{position:absolute;z-index:999;top:-999px;visibility:hidden;text-align:left;border:1px solid #bebebe;background:#fff;-moz-box-shadow:-1px 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbrtl .gbm{-moz-box-shadow:1px 1px 1px rgba(0,0,0,.2)}.gbto .gbm,.gbto #gbs{top:29px;visibility:visible}#gbz .gbm,#gbz #gbs{left:0}#gbg .gbm,#gbg #gbs{right:0}.gbxms{background-color:#ccc;display:block;position:absolute;z-index:1;top:-1px;left:-2px;right:-2px;bottom:-2px;opacity:.4;-moz-border-radius:3px;filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=5);*opacity:1;*top:-2px;*left:-5px;*right:5px;*bottom:4px;-ms-filter:"progid:DXImageTransform.Microsoft.Blur(pixelradius=5)";opacity:1\0/;top:-4px\0/;left:-6px\0/;right:5px\0/;bottom:4px\0/}.gbma{position:relative;top:-1px;border-style:solid dashed dashed;border-color:transparent;border-top-color:#c0c0c0;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;width:0;border-width:3px 3px 0;padding-top:1px;left:4px}#gbztms1,#gbi4m1,#gbi4s,#gbi4t{zoom:1}.gbtc,.gbmc,.gbmcc{display:block;list-style:none;margin:0;padding:0}.gbmc{background:#fff;padding:10px 0;position:relative;z-index:2;zoom:1}.gbt{position:relative;display:-moz-inline-box;display:inline-block;line-height:27px;padding:0;vertical-align:top}.gbt{*display:inline}.gbto{box-shadow:0 2px 4px rgba(0,0,0,.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2)}.gbzt,.gbgt{cursor:pointer;display:block;text-decoration:none !important}.gbts{border-left:1px solid transparent;border-right:1px solid transparent;display:block;*display:inline-block;padding:0 5px;position:relative;z-index:1000}.gbts{*display:inline}.gbto .gbts{background:#fff;border-color:#bebebe;color:#36c;padding-bottom:1px;padding-top:2px}.gbz0l .gbts{color:#fff;font-weight:bold}.gbtsa{padding-right:9px}#gbz .gbzt,#gbz .gbgt,#gbg .gbgt{color:#ccc!important}.gbtb2{display:block;border-top:2px solid transparent}.gbto .gbzt .gbtb2,.gbto .gbgt .gbtb2{border-top-width:0}.gbtb .gbts{background:url(//ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(//ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:-27px -22px;border:0;font-size:0;padding:29px 0 0;*padding:27px 0 0;width:1px}.gbzt-hvr,.gbzt:focus,.gbgt-hvr,.gbgt:focus{background-color:#4c4c4c;background-image:none;_background-image:none;background-position:0 -102px;background-repeat:repeat-x;outline:none;text-decoration:none !important}.gbpdjs .gbto .gbm{min-width:99%}.gbz0l .gbtb2{border-top-color:#dd4b39!important}#gbi4s,#gbi4s1{font-weight:bold}#gbg6.gbgt-hvr,#gbg6.gbgt:focus{background-color:transparent;background-image:none}.gbg4a{font-size:0;line-height:0}.gbg4a .gbts{padding:27px 5px 0;*padding:25px 5px 0}.gbto .gbg4a .gbts{padding:29px 5px 1px;*padding:27px 5px 1px}#gbi4i,#gbi4id{left:5px;border:0;height:24px;position:absolute;top:1px;width:24px}.gbto #gbi4i,.gbto #gbi4id{top:3px}.gbi4p{display:block;width:24px}#gbi4id,#gbmpid{background:url(//ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(//ssl.gstatic.com/gb/images/b8_3615d64d.png)}#gbi4id{background-position:-29px -54px}#gbmpid{background-position:-58px 0px}#gbmpi,#gbmpid{border:none;display:inline-block;margin:10px 20px;height:48px;width:48px}#gbmpi,#gbmpid{*display:inline}#gbg5{font-size:0}#gbgs5{padding:5px !important}.gbto #gbgs5{padding:7px 5px 6px !important}#gbi5{background:url(//ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(//ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:0 0;display:block;font-size:0;height:17px;width:16px}.gbto #gbi5{background-position:-6px -22px}#gbgf .gbmt,.gbn .gbmt,.gbn .gbmt:visited,.gbnd .gbmt,.gbnd .gbmt:visited{color:#dd8e27 !important}.gbf .gbmt,.gbf .gbmt:visited{color:#900 !important}.gbmt,.gbml1,.gbmt:visited,.gbml1:visited{color:#36c !important;text-decoration:none !important}.gbmt,.gbmt:visited{display:block}.gbml1,.gbml1:visited{display:inline-block;margin:0 10px;padding:0 10px}.gbml1{*display:inline}.gbml1-hvr,.gbml1:focus{background:#eff3fb;outline:none}#gbpm .gbml1{display:inline;margin:0;padding:0;white-space:nowrap}#gbpm .gbml1-hvr,#gbpm .gbml1:focus{background:none;text-decoration:underline !important}.gbmt{padding:0 20px}.gbmt-hvr,.gbmt:focus{background:#eff3fb;cursor:pointer;outline:0 solid black;text-decoration:none !important}.gbm0l,.gbm0l:visited{color:#000 !important;font-weight:bold}.gbmh{border-top:1px solid #e5e5e5;font-size:0;margin:10px 0}#gbd4 .gbmh{margin:0}.gbmtc{padding:0;margin:0;line-height:27px}.GBMCC:last-child:after,#GBMPAL:last-child:after{content:'\0A\0A';white-space:pre;position:absolute}#gbd4 .gbpc,#gbmpas .gbmt{line-height:17px}#gbd4 .gbpgs .gbmtc{line-height:27px}#gbmpas .gbmt{padding-bottom:10px;padding-top:10px}#gbmple .gbmt,#gbmpas .gbmt{font-size:15px}#gbd4 .gbpc{display:inline-block;margin:6px 0 10px;margin-right:50px;vertical-align:top}#gbd4 .gbpc{*display:inline}.gbpc .gbps,.gbpc .gbps2{display:block;margin:0 20px}#gbmplp.gbps{margin:0 10px}.gbpc .gbps{color:#000;font-weight:bold}.gbpc .gbps2{font-size:13px}.gbpc .gbpd{margin-bottom:5px}.gbpd .gbmt,.gbmpmtd .gbmt{color:#666 !important}.gbmpme,.gbps2{color:#666;display:block;font-size:11px}.gbp0 .gbps2,.gbmpmta .gbmpme{font-weight:bold}#gbmpp{display:none}#gbd4 .gbmcc{margin-top:5px}.gbpmc{background:#edfeea}.gbpmc .gbmt{padding:10px 20px}#gbpm{*border-collapse:collapse;border-spacing:0;margin:0;white-space:normal}#gbpm .gbmt{border-top:none;color:#666 !important;font:11px Arial,sans-serif}#gbpms{*white-space:nowrap}.gbpms2{font-weight:bold;white-space:nowrap}#gbmpal{*border-collapse:collapse;border-spacing:0;margin:0;white-space:nowrap}.gbmpala,.gbmpalb{font:13px Arial,sans-serif;line-height:27px;padding:10px 20px 0;white-space:nowrap}.gbmpala{padding-left:0;text-align:left}.gbmpalb{padding-right:0;text-align:right}.gbp0 .gbps,.gbmpmta .gbmpmn{color:#000;display:inline-block;font-weight:bold;padding-right:34px;position:relative}.gbp0 .gbps,.gbmpmta .gbmpmn{*display:inline}.gbmpmtc,.gbp0i{background:url(//ssl.gstatic.com/gb/images/b_8d5afc09.png);_background:url(//ssl.gstatic.com/gb/images/b8_3615d64d.png);background-position:0 -54px;position:absolute;height:21px;width:24px;right:0;top:-3px}</style><style>
|
160
|
+
body,td,div,.p,a{
|
161
|
+
font-family:arial,sans-serif
|
162
|
+
}
|
163
|
+
body {
|
164
|
+
margin:0
|
165
|
+
}
|
166
|
+
#gbar{
|
167
|
+
float:left;
|
168
|
+
height:22px;padding-left:2px;
|
169
|
+
font-size:13px
|
170
|
+
}
|
171
|
+
|
172
|
+
.gssb_c table{
|
173
|
+
font-size:1em
|
174
|
+
}
|
175
|
+
.gsfi,.gsfs{
|
176
|
+
font-size:17px
|
177
|
+
}
|
178
|
+
|
179
|
+
.j{
|
180
|
+
width:34em
|
181
|
+
}
|
182
|
+
|
183
|
+
a:link,.w,.q:active,.q:visited,.tbotu{
|
184
|
+
color:#11c
|
185
|
+
}
|
186
|
+
a.fl,.flc a{
|
187
|
+
color:#4272db;text-decoration:none
|
188
|
+
}
|
189
|
+
|
190
|
+
a.gl{
|
191
|
+
text-decoration:none
|
192
|
+
}
|
193
|
+
cite, cite a:link{
|
194
|
+
color:#0E774A;
|
195
|
+
font-style:normal
|
196
|
+
}
|
197
|
+
#foot {
|
198
|
+
padding:0 8px;
|
199
|
+
}
|
200
|
+
#foot a{
|
201
|
+
white-space:nowrap
|
202
|
+
}
|
203
|
+
h3{
|
204
|
+
font-size:16px;
|
205
|
+
font-weight:normal;
|
206
|
+
margin:0;
|
207
|
+
padding:0
|
208
|
+
}
|
209
|
+
#res h3{
|
210
|
+
display:inline
|
211
|
+
}
|
212
|
+
.hd{
|
213
|
+
height:1px;
|
214
|
+
position:absolute;
|
215
|
+
top:-1000em
|
216
|
+
}
|
217
|
+
li.g,body,html,table,.std{
|
218
|
+
font-size:13px
|
219
|
+
}
|
220
|
+
li.g{
|
221
|
+
margin-bottom:14px;
|
222
|
+
margin-top:0;
|
223
|
+
zoom:1;
|
224
|
+
}
|
225
|
+
ol li,ul li{
|
226
|
+
list-style:none
|
227
|
+
}
|
228
|
+
h1,ol,ul,li{
|
229
|
+
margin:0;padding:0
|
230
|
+
}
|
231
|
+
#mbEnd li{
|
232
|
+
margin:1em 0
|
233
|
+
}
|
234
|
+
#mbEnd h2{
|
235
|
+
color:#676767;
|
236
|
+
font-family:arial,sans-serif;
|
237
|
+
font-size:11px;
|
238
|
+
font-weight:normal
|
239
|
+
}
|
240
|
+
#center_col{
|
241
|
+
border-left:1px solid #d3e1f9;
|
242
|
+
padding:0 8px
|
243
|
+
}
|
244
|
+
|
245
|
+
#fll a,#bfl a{
|
246
|
+
margin:0 10px
|
247
|
+
}
|
248
|
+
|
249
|
+
.f{
|
250
|
+
color:#767676
|
251
|
+
}
|
252
|
+
.grn{
|
253
|
+
color:#393
|
254
|
+
}
|
255
|
+
.ds{
|
256
|
+
border-right:1px solid #e7e7e7;
|
257
|
+
position:relative;
|
258
|
+
height:32px;
|
259
|
+
|
260
|
+
z-index:100
|
261
|
+
}
|
262
|
+
.e{
|
263
|
+
margin:2px 0px 0.75em
|
264
|
+
}
|
265
|
+
#leftnav a,.slk a{
|
266
|
+
text-decoration:none
|
267
|
+
}
|
268
|
+
#leftnav h2{
|
269
|
+
color: #767676;
|
270
|
+
font-weight: normal;
|
271
|
+
margin:0
|
272
|
+
}
|
273
|
+
#logo{
|
274
|
+
display:block;
|
275
|
+
height:49px;
|
276
|
+
margin-top:12px;
|
277
|
+
margin-left:12px;
|
278
|
+
overflow:hidden;
|
279
|
+
position:relative;
|
280
|
+
width:137px
|
281
|
+
}
|
282
|
+
#logo img{
|
283
|
+
|
284
|
+
left:0;
|
285
|
+
position:absolute;
|
286
|
+
top:-41px
|
287
|
+
}
|
288
|
+
.lnsec{
|
289
|
+
font-size:13px;
|
290
|
+
border-top:1px solid #c9d7f1;
|
291
|
+
margin-top:5px;
|
292
|
+
padding-top:8px
|
293
|
+
}
|
294
|
+
.lsb,.micon,.csb,.star,.star div{
|
295
|
+
background:url(/images/nav_logo_hp2.png) no-repeat;
|
296
|
+
overflow:hidden
|
297
|
+
}
|
298
|
+
.lst{
|
299
|
+
background:#fff;
|
300
|
+
border:1px solid #ccc;
|
301
|
+
border-bottom:none;
|
302
|
+
color:#000;
|
303
|
+
font:18px arial,sans-serif;
|
304
|
+
|
305
|
+
float:left;
|
306
|
+
height:26px;
|
307
|
+
margin:0;
|
308
|
+
padding:4px 0 0;
|
309
|
+
padding-left:6px;
|
310
|
+
padding-right:10px;
|
311
|
+
vertical-align:top;
|
312
|
+
width:100%;
|
313
|
+
|
314
|
+
word-break:break-all
|
315
|
+
}
|
316
|
+
.lst:focus{
|
317
|
+
outline:none
|
318
|
+
}
|
319
|
+
.lst-td{
|
320
|
+
border-bottom:1px solid #999;
|
321
|
+
padding:0
|
322
|
+
}
|
323
|
+
.lst-b{
|
324
|
+
border:1px solid #CCC;
|
325
|
+
border-bottom:none;
|
326
|
+
padding-right:0;
|
327
|
+
height:29px;
|
328
|
+
padding-top:1px
|
329
|
+
}
|
330
|
+
.tia input{
|
331
|
+
border-right:none;
|
332
|
+
padding-right:0
|
333
|
+
}
|
334
|
+
.tia{
|
335
|
+
padding-right:0
|
336
|
+
}
|
337
|
+
.lsbb{
|
338
|
+
background:#eee;
|
339
|
+
border:1px solid #999;
|
340
|
+
border-top-color:#ccc;
|
341
|
+
border-left-color:#ccc;
|
342
|
+
height:30px
|
343
|
+
}
|
344
|
+
.lsb{
|
345
|
+
background-position:bottom;
|
346
|
+
border:none;
|
347
|
+
color:#000;
|
348
|
+
cursor:pointer;
|
349
|
+
font:15px arial,sans-serif;
|
350
|
+
height:30px;
|
351
|
+
margin:0;
|
352
|
+
vertical-align:top
|
353
|
+
}
|
354
|
+
.lsb:active{
|
355
|
+
background:#ccc
|
356
|
+
}
|
357
|
+
.micon {
|
358
|
+
float:left;
|
359
|
+
height:19px;
|
360
|
+
margin-top:2px;
|
361
|
+
margin-right: 6px;
|
362
|
+
width:19px;
|
363
|
+
}
|
364
|
+
#nav{
|
365
|
+
|
366
|
+
border-collapse:collapse;
|
367
|
+
margin-top:17px;
|
368
|
+
text-align:left
|
369
|
+
}
|
370
|
+
#nav td{
|
371
|
+
text-align:center;
|
372
|
+
}
|
373
|
+
.nobr{
|
374
|
+
white-space:nowrap
|
375
|
+
}
|
376
|
+
#showmodes .micon{
|
377
|
+
background-position:-150px -114px;
|
378
|
+
height:17px;
|
379
|
+
margin-left:9px;
|
380
|
+
width:17px;
|
381
|
+
}
|
382
|
+
#subform_ctrl{
|
383
|
+
font-size:11px;
|
384
|
+
height:26px;
|
385
|
+
margin:5px 3px 0;
|
386
|
+
margin-left:17px
|
387
|
+
}
|
388
|
+
.ts{
|
389
|
+
border-collapse:collapse
|
390
|
+
}
|
391
|
+
#mn{
|
392
|
+
table-layout:fixed;width:996px
|
393
|
+
}
|
394
|
+
.mitem{
|
395
|
+
font-size:15px;
|
396
|
+
line-height:24px;
|
397
|
+
margin-bottom:2px;
|
398
|
+
padding-left:0
|
399
|
+
}
|
400
|
+
.msel{
|
401
|
+
font-weight:bold;
|
402
|
+
margin:-1px 0 0 0;
|
403
|
+
border:solid #fff;
|
404
|
+
border-width:1px 0
|
405
|
+
}
|
406
|
+
.r{
|
407
|
+
margin:0
|
408
|
+
}
|
409
|
+
#res{
|
410
|
+
padding:4px 8px 0
|
411
|
+
}
|
412
|
+
.s br{
|
413
|
+
display:none
|
414
|
+
}
|
415
|
+
.spon{
|
416
|
+
font-size:11px;
|
417
|
+
font-weight:normal;
|
418
|
+
color:#767676
|
419
|
+
}
|
420
|
+
.mitem,.lnsec{
|
421
|
+
padding-left:8px
|
422
|
+
}
|
423
|
+
#showmodes{
|
424
|
+
font-size:15px;
|
425
|
+
line-height:24px;
|
426
|
+
}
|
427
|
+
#swr{
|
428
|
+
margin-top:4px
|
429
|
+
}
|
430
|
+
#swr li{
|
431
|
+
line-height:1.2;
|
432
|
+
margin-bottom:4px
|
433
|
+
}
|
434
|
+
.csb{
|
435
|
+
display:block;
|
436
|
+
height:40px;
|
437
|
+
}
|
438
|
+
.images_table td{line-height:17px;padding-bottom:16px}
|
439
|
+
.images_table img{border:1px solid #ccc;padding:1px}
|
440
|
+
.taf{
|
441
|
+
padding:1px 0 0
|
442
|
+
}
|
443
|
+
.tam{
|
444
|
+
padding:14px 0 0
|
445
|
+
}
|
446
|
+
.tal{
|
447
|
+
padding:14px 0 1px
|
448
|
+
}
|
449
|
+
#tbd,#abd{
|
450
|
+
display:block;
|
451
|
+
min-height:1px;
|
452
|
+
padding-top:3px
|
453
|
+
}
|
454
|
+
#tbd li{
|
455
|
+
|
456
|
+
display:inline
|
457
|
+
}
|
458
|
+
.tbfo,.tbt,.tbpd{
|
459
|
+
margin-bottom:8px
|
460
|
+
}
|
461
|
+
#tbd .tbt li{
|
462
|
+
display:block;
|
463
|
+
font-size:13px;
|
464
|
+
line-height:1.2;
|
465
|
+
padding-bottom:3px;
|
466
|
+
padding-left:8px;
|
467
|
+
text-indent:-8px
|
468
|
+
}
|
469
|
+
.tbos,.b{
|
470
|
+
font-weight:bold;
|
471
|
+
}
|
472
|
+
a:hover{
|
473
|
+
text-decoration:underline
|
474
|
+
}
|
475
|
+
#leftnav a:hover {
|
476
|
+
text-decoration:underline;
|
477
|
+
}
|
478
|
+
em{
|
479
|
+
font-weight:bold;
|
480
|
+
font-style:normal
|
481
|
+
}
|
482
|
+
|
483
|
+
.gac_wd{
|
484
|
+
right:-2px !important;
|
485
|
+
|
486
|
+
overflow:hidden
|
487
|
+
}
|
488
|
+
|
489
|
+
.fmg{
|
490
|
+
display:inline-block;
|
491
|
+
margin-top:7px;
|
492
|
+
padding-right:8px;
|
493
|
+
text-align-left;
|
494
|
+
vertical-align:top;
|
495
|
+
width:90px;
|
496
|
+
zoom:1
|
497
|
+
}
|
498
|
+
.star{
|
499
|
+
|
500
|
+
background-position:0 -120px;
|
501
|
+
|
502
|
+
height:9px;
|
503
|
+
overflow-hidden;
|
504
|
+
width:50px
|
505
|
+
}
|
506
|
+
.star div{
|
507
|
+
|
508
|
+
background-position:0 -110px
|
509
|
+
|
510
|
+
}
|
511
|
+
|
512
|
+
.pslires{
|
513
|
+
padding-top:6px;
|
514
|
+
overflow:hidden;
|
515
|
+
width:99.5%
|
516
|
+
}
|
517
|
+
.psliimg{
|
518
|
+
float:left;
|
519
|
+
height:90px;
|
520
|
+
text-align:top;
|
521
|
+
width:90px
|
522
|
+
}
|
523
|
+
.pslimain{
|
524
|
+
margin-left:100px;
|
525
|
+
margin-right:9em
|
526
|
+
}
|
527
|
+
.psliprice{
|
528
|
+
float:right;
|
529
|
+
width:7em
|
530
|
+
}
|
531
|
+
.psliprice b{
|
532
|
+
font-size:medium;
|
533
|
+
font-weight:bold;
|
534
|
+
white-space:nowrap
|
535
|
+
}
|
536
|
+
.psliimg img{
|
537
|
+
border:none
|
538
|
+
}
|
539
|
+
</style><script type="text/javascript">
|
540
|
+
window['hlprwt'] = function(t, ct) {
|
541
|
+
try {
|
542
|
+
if (t === window) {
|
543
|
+
t = window.event.srcElement;
|
544
|
+
while (t) {
|
545
|
+
if (t.href) {
|
546
|
+
break;
|
547
|
+
}
|
548
|
+
t = t.parentNode;
|
549
|
+
}
|
550
|
+
}
|
551
|
+
t.href = ct;
|
552
|
+
t.onmousedown = '';
|
553
|
+
} catch (e) {
|
554
|
+
}
|
555
|
+
return true;
|
556
|
+
}
|
557
|
+
window.google = { y: {} };
|
558
|
+
function g(c){var d="undefined",a="1";if(c&&c.getElementById)if(typeof XMLHttpRequest!=d)a="2";else if(typeof ActiveXObject!=d){var b,e,f="MSXML2.XMLHTTP",h=[f+".6.0",f+".3.0",f,"Microsoft.XMLHTTP"];for(b=0,e;e=h[b++];)try{new ActiveXObject(e);a="2"}catch(i){}}return a};window.maybeRedirectForGBV=function(c,d,a){var b=g(c);if(b!=a)d.href="http://www.google.com/search?q=link:please-dont-register-a-site-that-breaks-this-test.com&sei=wrv4TrWsE8_fsQLCvoGxAQ&gbv="+b}; maybeRedirectForGBV(document,location,"2");</script><script type="text/javascript">(function(){try{var e=true,i=false,aa={B:1,D:2,R:3,v:4,M:5,G:6,a:7,h:8,V:9,L:10,F:11,j:12,K:13,i:14,J:15,I:16,T:17,z:18,H:19,U:20,S:21,w:22,C:23,X:24,Y:25,W:26,A:27,k:28,u:29,o:30,Q:31,N:32,O:33,c:500,P:501};var m=window.gbar=window.gbar||{};function _tvn(a,b){var c=parseInt(a,10);return isNaN(c)?b:c}function _tvf(a,b){var c=parseFloat(a);return isNaN(c)?b:c}function _tvv(a){return!!a}function n(a,b,c){(c||m)[a]=b}m.bv={n:_tvn("2",0),r:"r_gc.r_pw.",f:".41.",m:_tvn("1",1)};var o=function(a){return function(){return m.bv.m==a}},ba=o(1),ca=o(2);n("sb",ba);n("kn",ca);var p={},da={},q=[],ga=function(a,b){q.push([a,b])},ja=function(a,b){p[a]=b},ka=function(a){return a in p},r={},t=function(a,b){r[a]||(r[a]=[]);r[a].push(b)},u=function(a){t("m",a)},v=function(a){var b=document.createElement("script");b.src=a;(document.getElementById("xjsc")||document.body).appendChild(b)},x=function(a){for(var b=0,c;c=q[b];++b)if(c[0]==a)break;if(c&&!c[1].l&&!c[1].s){c[1].s=e;w(2,a);v(c[1].url)}},y=function(a){t("gc",a)},z=null,la=function(a){z=a},w=function(a,b,c){if(z){a={t:a, b:b};if(c)for(var d in c)a[d]=c[d];try{z(a)}catch(g){}}};n("mdc",p);n("mdi",da);n("bnc",q);n("qGC",y);n("qm",u);n("qd",r);n("lb",x);n("mcf",ja);n("bcf",ga);n("aq",t);n("mdd","");n("has",ka);n("trh",la);n("tev",w);var A=function(){},B=function(){},E=function(a){var b=new Image,c=C;b.onerror=b.onload=b.onabort=function(){try{delete D[c]}catch(d){}};D[c]=b;b.src=a;C=c+1},D=[],C=0;n("logger",{il:B,ml:A});var F=window.gbar.logger;var G=_tvf("0.01",1.0E-4),H=0; function _mlToken(a,b){try{if(H<1){H++;var c,d=a,g=b||{},f=encodeURIComponent,h=["//www.google.com/gen_204?atyp=i&zx=",(new Date).getTime(),"&jexpid=",f("30316"),"&srcpg=",f("prop=1"),"&jsr=",Math.round(1/G),"&ogf=",m.bv.f,"&ogv=",f("1324001618.1324332217"),"&ogd=",f("com"),"&ogl=",f("en")];if(g._sn)g._sn="og."+g._sn;for(var l in g){h.push("&");h.push(f(l));h.push("=");h.push(f(g[l]))}h.push("&emsg=");h.push(f(d.name+ ":"+d.message));var j=h.join("");if(I(j))j=j.substr(0,2E3);c=j;var k=window.gbar.logger._aem(a,c);E(k)}}catch(s){}}var I=function(a){return a.length>=2E3},ma=function(a,b){return b};function J(a){A=a;n("_itl",I,F);n("_aem",ma,F);n("ml",A,F);a={};p.er=a}if(_tvv(""))J(function(a){throw a;});else _tvv("1")&&Math.random()<G&&J(_mlToken);var _E="left",N=function(a,b){var c=a.className;K(a,b)||(a.className+=(c!=""?" ":"")+b)},O=function(a,b){var c=a.className,d=RegExp("\\s?\\b"+b+"\\b");if(c&&c.match(d))a.className=c.replace(d,"")},K=function(a,b){var c=RegExp("\\b"+b+"\\b"),d=a.className;return!!(d&&d.match(c))};n("ca",N);n("cr",O);n("cc",K);var na=["gb_71","gb_155"],P;function oa(a){P=a}function pa(a){var b=P&&!a.href.match(/.*\/accounts\/ClearSID[?]/)&&encodeURIComponent(P());if(b)a.href=a.href.replace(/([?&]continue=)[^&]*/,"$1"+b)}function qa(a){try{var b=(document.forms[0].q||"").value;if(b)a.href=a.href.replace(/([?&])q=[^&]*|$/,function(d,g){return(g||"&")+"q="+encodeURIComponent(b)})}catch(c){A(c)}} var ra=function(){for(var a=[],b=0,c;c=na[b];++b)(c=document.getElementById(c))&&a.push(c);return a},sa=function(){var a=ra();return a.length>0?a[0]:null},ta=function(){return document.getElementById("gb_70")},Q={},R={},S={},T=undefined,ya=function(a,b){try{var c=document.getElementById("gb");N(c,"gbpdjs");U();ua(document.body)&&N(c,"gbrtl");if(b&&b.getAttribute){var d=b.getAttribute("aria-owns");if(d.length){var g=document.getElementById(d);if(g){var f=b.parentNode;if(T==d){T=undefined;O(f,"gbto")}else{if(T){var h= document.getElementById(T);if(h&&h.getAttribute){var l=h.getAttribute("aria-owner");if(l.length){var j=document.getElementById(l);j&&j.parentNode&&O(j.parentNode,"gbto")}}}va(g)&&wa(g);T=d;N(f,"gbto")}}}}u(function(){m.tg(a,b,e)});xa(a)}catch(k){A(k)}},za=function(a){u(function(){m.close(a)})},ua=function(a){var b,c="direction",d=document.defaultView;if(d&&d.getComputedStyle){if(a=d.getComputedStyle(a,""))b=a[c]}else b=a.currentStyle?a.currentStyle[c]:a.style[c];return b=="rtl"},Ba=function(a,b,c){if(a)try{var d= document.getElementById("gbd5");if(d){var g=d.firstChild,f=g.firstChild,h=document.createElement("li");h.className=b+" gbmtc";h.id=c;a.className="gbmt";h.appendChild(a);if(f.hasChildNodes()){c=[["gbkc"],["gbf","gbe","gbn"],["gbkp"],["gbnd"]];d=0;var l=f.childNodes.length;g=i;for(var j=-1,k=0,s;s=c[k];k++){for(var ea=0,L;L=s[ea];ea++){for(;d<l&&K(f.childNodes[d],L);)d++;if(L==b){f.insertBefore(h,f.childNodes[d]||null);g=e;break}}if(g){if(d+1<f.childNodes.length){var fa=f.childNodes[d+1];if(!K(fa.firstChild, "gbmh")&&!Aa(fa,s))j=d+1}else if(d-1>=0){var ha=f.childNodes[d-1];if(!K(ha.firstChild,"gbmh")&&!Aa(ha,s))j=d}break}d>0&&d+1<l&&d++}if(j>=0){var M=document.createElement("li"),ia=document.createElement("div");M.className="gbmtc";ia.className="gbmt gbmh";M.appendChild(ia);f.insertBefore(M,f.childNodes[j])}m.addHover&&m.addHover(a)}else f.appendChild(h)}}catch(Ja){A(Ja)}},Aa=function(a,b){for(var c=b.length,d=0;d<c;d++)if(K(a,b[d]))return e;return i},Ca=function(a,b,c){Ba(a,b,c)},Da=function(a,b){Ba(a, "gbe",b)},Ea=function(){u(function(){m.pcm&&m.pcm()})},Fa=function(a,b,c,d,g,f,h,l){u(function(){m.paa&&m.paa(a,b,c,d,g,f,h,l)})},Ga=function(a,b){Q[a]||(Q[a]=[]);Q[a].push(b)},Ha=function(a,b){R[a]||(R[a]=[]);R[a].push(b)},Ia=function(a,b){S[a]||(S[a]=[]);S[a].push(b)},xa=function(a){a.preventDefault&&a.preventDefault();a.returnValue=i;a.cancelBubble=e},V=null,wa=function(a,b){U();if(a){W(a,"Opening…");X(a,e);var c=typeof b!="undefined"?b:1E4,d=function(){Ka(a)};V=window.setTimeout(d, c)}},La=function(a){U();if(a){X(a,i);W(a,"")}},Ka=function(a){try{U();var b=a||document.getElementById(T);if(b){W(b,"This service is currently unavailable.%1$sPlease try again later.","%1$s");X(b,e)}}catch(c){A(c)}},W=function(a,b,c){if(a&&b){var d=va(a);if(d){if(c){d.innerHTML="";b=b.split(c);c=0;for(var g;g=b[c];c++){var f=document.createElement("div");f.innerHTML=g;d.appendChild(f)}}else d.innerHTML=b;X(a,e)}}},X=function(a,b){var c=b!==undefined?b:e;c?N(a,"gbmsgo"):O(a,"gbmsgo")},va=function(a){for(var b=0,c;c=a.childNodes[b];b++)if(K(c, "gbmsg"))return c},U=function(){V&&window.clearTimeout(V)};n("so",sa);n("sos",ra);n("si",ta);n("tg",ya);n("close",za);n("addLink",Ca);n("addExtraLink",Da);n("pcm",Ea);n("paa",Fa);n("ddld",wa);n("ddrd",La);n("dderr",Ka);n("rtl",ua);n("bh",Q);n("abh",Ga);n("dh",R);n("adh",Ha);n("ch",S);n("ach",Ia);n("qs",qa);n("setContinueCb",oa);n("pc",pa);var Ma={};p.base=Ma;q.push(["m",{url:"//ssl.gstatic.com/gb/js/sem_728e1cab3e01f4b707f65ca7ca9abe9a.js"}]);var Na=_tvn("1",0),Oa=/\bgbmt\b/,Pa=function(a){if(Oa.test(a.className))return"gbm0l";return"gbz0l"},Qa=function(a){try{var b=document.getElementById("gb_"+Na),c=document.getElementById("gb_"+a);b&&O(b,Pa(b));c&&N(c,Pa(c))}catch(d){A(d)}Na=a},Ra=m.qs,Sa=function(a){var b;b=a.href;var c=window.location.href.match(/.*?:\/\/[^\/]*/)[0];c=RegExp("^"+c+"/search\\?");if(b=c.test(b))if(!/(^|\\?|&)ei=/.test(a.href))if((b=window.google)&&b.kEXPI)a.href+="&ei="+b.kEI},Ta=function(a){Ra(a); Sa(a)};n("slp",Qa);n("qs",Ta);n("qsi",Sa);if(_tvv("1")){var Ua=_tvv("");q.push(["gc",{auto:Ua,url:"https://ssl.gstatic.com/gb/js/abc/gcm_e9b1c8ddbdbba9ea5c035548a0320af1.js"}]);var Va={version:"gcm_e9b1c8ddbdbba9ea5c035548a0320af1.js",index:"",lang:"en"};p.gc=Va;var Y=function(a){if(window.googleapis)a&&a();else{a&&y(a);x("gc")}};n("lGC",Y);_tvv("1")&&n("lPWF",Y)};window.__PVT="";var Wa=_tvf("0.01",1.0E-4),Xa=_tvf("0.1",1),Z=aa;function Ya(a){if(a<=Z.i){if(a==Z.a||a==Z.h||a==Z.j)return i;return e}else if(a>=Z.c)return e;return i} function Za(a,b){var c=Wa;if(Ya(a))c=Xa;if(_tvv("1")&&Math.random()<=c){var d=encodeURIComponent;c=["//www.google.com/gen_204?atyp=i&zx=",(new Date).getTime(),"&oge=",a,"&ogex=",d("30316"),"&ogf=",m.bv.f,"&ogp=",d("1"),"&ogsr=",Math.round(1/c),"&ogv=",d("1324001618.1324332217"),"&ogd=",d("com"),"&ogl=",d("en")];if(b){if("ogw"in b){c.push("&ogw="+b.ogw);delete b.ogw}var g,f=b,h=[];for(g in f){h.length!= 0&&h.push(",");h.push(g);h.push(".");h.push(f[g])}g=h.join("");if(g!=""){c.push("&ogad=");c.push(d(g))}}E(c.join(""))}}B=Za;n("il",B,F);var $a={};p.il=$a;var ab=function(){m.prm&&m.prm()},bb=function(a){t("m",function(){m.spn(a)})},cb=function(a){t("m",function(){m.spp(a)})},db=function(){t("m",function(){m.spd()})};n("spn",bb);n("spp",cb);n("spd",db);Ga("gbd4",ab);if(_tvv("")){var eb={g:_tvv(""),d:_tvv(""),e:"",m:"",p:"//ssl.gstatic.com/gb/images/avatar_b96.png",xp:_tvv("1"),mg:"%1$s (delegated)",md:"%1$s (default)"};p.prf=eb};if(_tvv("1")&&_tvv("1")){var $=function(a){Y(function(){t("pw",a);x("pw")})};n("lPW",$);q.push(["pw",{url:"https://ssl.gstatic.com/gb/js/abc/pwm_4e7edac1f189ab82bc4091ff7bfe6f4b.js"}]);var fb=[],gb=function(a){fb[0]=a},hb=function(a,b){var c=b||{};c._sn="pw";A(a,c)},ib={signed:fb,elog:hb,base:"https://plusone.google.com/u/0",loadTime:(new Date).getTime()};p.pw=ib;var jb=function(a,b){for(var c=b.split("."),d=function(){var l=arguments;a(function(){for(var j=m,k=0,s=c.length-1;k<s;++k)j=j[c[k]];j[c[k]].apply(j,l)})},g=m,f=0,h=c.length- 1;f<h;++f)g=g[c[f]]=g[c[f]]||{};return g[c[f]]=d};jb($,"pw.clk");jb($,"pw.hvr");n("su",gb,m.pw)};function kb(){function a(){for(var k;k=f[h++];)if(k[0]=="m"||k[1].auto)break;if(k){w(2,k[0]);v(k[1].url)}h<f.length&&setTimeout(a,0)}function b(){g-- >0?setTimeout(b,0):a()}var c=_tvv("1"),d=_tvv(""),g=3,f=q,h=0,l=window.gbarOnReady;if(l)try{l()}catch(j){A(j)}if(d)n("ldb",a);else if(c)window.addEventListener?window.addEventListener("load",b,i):window.attachEvent("onload",b);else b()}n("rdl",kb);}catch(e){window.gbar&&gbar.logger&&gbar.logger.ml(e);}})(); (function(){try{window.gbar.rdl();}catch(e){window.gbar&&gbar.logger&&gbar.logger.ml(e);}})(); </script></head>
|
559
|
+
<body bgcolor="#ffffff" topmargin="3" marginheight="3" marginwidth="0"
|
560
|
+
><div id=gb><script>window.gbar&&gbar.eli&&gbar.eli()</script><div id=gbw><div id=gbz><span class=gbtcb></span><ol class=gbtc><li class=gbt><a onclick=gbar.logger.il(1,{t:1}); class="gbzt gbz0l gbp1" id=gb_1 href="http://www.google.com/webhp?hl=en&tab=ww"><span class=gbtb2></span><span class=gbts>Web</span></a></li><li class=gbt><a onclick=gbar.qs(this);gbar.logger.il(1,{t:2}); class=gbzt id=gb_2 href="http://www.google.com/search?q=link:please-dont-register-a-site-that-breaks-this-test.com&um=1&ie=UTF-8&hl=en&tbm=isch&source=og&sa=N&tab=wi"><span class=gbtb2></span><span class=gbts>Images</span></a></li><li class=gbt><a onclick=gbar.qs(this);gbar.logger.il(1,{t:12}); class=gbzt id=gb_12 href="http://www.google.com/search?q=link:please-dont-register-a-site-that-breaks-this-test.com&um=1&ie=UTF-8&hl=en&tbo=u&tbm=vid&source=og&sa=N&tab=wv"><span class=gbtb2></span><span class=gbts>Videos</span></a></li><li class=gbt><a onclick=gbar.qs(this);gbar.logger.il(1,{t:8}); class=gbzt id=gb_8 href="http://maps.google.com/maps?q=link:please-dont-register-a-site-that-breaks-this-test.com&um=1&ie=UTF-8&hl=en&sa=N&tab=wl"><span class=gbtb2></span><span class=gbts>Maps</span></a></li><li class=gbt><a onclick=gbar.logger.il(1,{t:5}); class=gbzt id=gb_5 href="http://news.google.com/nwshp?hl=en&tab=wn"><span class=gbtb2></span><span class=gbts>News</span></a></li><li class=gbt><a onclick=gbar.qs(this);gbar.logger.il(1,{t:6}); class=gbzt id=gb_6 href="http://www.google.com/search?q=link:please-dont-register-a-site-that-breaks-this-test.com&um=1&ie=UTF-8&hl=en&tbo=u&tbm=shop&source=og&sa=N&tab=wf"><span class=gbtb2></span><span class=gbts>Shopping</span></a></li><li class=gbt><a onclick=gbar.logger.il(1,{t:23}); class=gbzt id=gb_23 href="https://mail.google.com/mail/?tab=wm"><span class=gbtb2></span><span class=gbts>Gmail</span></a></li><li class=gbt><a class=gbgt id=gbztm href="http://www.google.com/intl/en/options/" onclick="gbar.tg(event,this)" aria-haspopup=true aria-owns=gbd><span class=gbtb2></span><span id=gbztms class="gbts gbtsa"><span id=gbztms1>More</span><span class=gbma></span></span></a><div class=gbm id=gbd aria-owner=gbztm><div class=gbmc><ol class=gbmcc><li class=gbmtc><a onclick=gbar.qs(this);gbar.logger.il(1,{t:51}); class=gbmt id=gb_51 href="http://translate.google.com/?q=link:please-dont-register-a-site-that-breaks-this-test.com&um=1&ie=UTF-8&hl=en&sa=N&tab=wT">Translate</a></li><li class=gbmtc><a onclick=gbar.qs(this);gbar.logger.il(1,{t:10}); class=gbmt id=gb_10 href="http://www.google.com/search?q=link:please-dont-register-a-site-that-breaks-this-test.com&um=1&ie=UTF-8&hl=en&tbo=u&tbm=bks&source=og&sa=N&tab=wp">Books</a></li><li class=gbmtc><a onclick=gbar.qs(this);gbar.logger.il(1,{t:27}); class=gbmt id=gb_27 href="http://www.google.com/finance?q=link:please-dont-register-a-site-that-breaks-this-test.com&um=1&ie=UTF-8&sa=N&tab=we">Finance</a></li><li class=gbmtc><a onclick=gbar.qs(this);gbar.logger.il(1,{t:9}); class=gbmt id=gb_9 href="http://scholar.google.com/scholar?q=link:please-dont-register-a-site-that-breaks-this-test.com&um=1&ie=UTF-8&hl=en&sa=N&tab=ws">Scholar</a></li><li class=gbmtc><a onclick=gbar.qs(this);gbar.logger.il(1,{t:13}); class=gbmt id=gb_13 href="http://www.google.com/search?q=link:please-dont-register-a-site-that-breaks-this-test.com&um=1&ie=UTF-8&hl=en&tbo=u&tbm=blg&source=og&sa=N&tab=wb">Blogs</a></li><li class=gbmtc><div class="gbmt gbmh"></div></li><li class=gbmtc><a onclick=gbar.qs(this);gbar.logger.il(1,{t:36}); class=gbmt id=gb_36 href="http://www.youtube.com/results?q=link:please-dont-register-a-site-that-breaks-this-test.com&um=1&ie=UTF-8&sa=N&tab=w1">YouTube</a></li><li class=gbmtc><a onclick=gbar.logger.il(1,{t:24}); class=gbmt id=gb_24 href="https://www.google.com/calendar?q=link:please-dont-register-a-site-that-breaks-this-test.com&um=1&ie=UTF-8&sa=N&tab=wc">Calendar</a></li><li class=gbmtc><a onclick=gbar.qs(this);gbar.logger.il(1,{t:31}); class=gbmt id=gb_31 href="http://picasaweb.google.com/lh/view?q=link:please-dont-register-a-site-that-breaks-this-test.com&um=1&ie=UTF-8&hl=en&sa=N&tab=wq">Photos</a></li><li class=gbmtc><a onclick=gbar.logger.il(1,{t:25}); class=gbmt id=gb_25 href="https://docs.google.com/?tab=wo">Documents</a></li><li class=gbmtc><a onclick=gbar.logger.il(1,{t:38}); class=gbmt id=gb_38 href="https://sites.google.com/?tab=w3">Sites</a></li><li class=gbmtc><a onclick=gbar.qs(this);gbar.logger.il(1,{t:3}); class=gbmt id=gb_3 href="http://groups.google.com/groups?q=link:please-dont-register-a-site-that-breaks-this-test.com&um=1&ie=UTF-8&hl=en&sa=N&tab=wg">Groups</a></li><li class=gbmtc><a onclick=gbar.logger.il(1,{t:32}); class=gbmt id=gb_32 href="http://www.google.com/reader/view/?hl=en&tab=wy">Reader</a></li><li class=gbmtc><div class="gbmt gbmh"></div></li><li class=gbmtc><a onclick=gbar.logger.il(1,{t:66}); href="http://www.google.com/intl/en/options/" class=gbmt>Even more »</a></li></ol></div></div></li></ol></div><div id=gbg><h2 class=gbxx>Account Options</h2><span class=gbtcb></span><ol class=gbtc><li class=gbt><a href="https://accounts.google.com/ServiceLogin?hl=en&continue=http://www.google.com/search%3Fq%3Dlink:please-dont-register-a-site-that-breaks-this-test.com" onclick="gbar.logger.il(9,{l:'i'})" id=gb_70 class=gbgt><span class=gbtb2></span><span id=gbgs4 class=gbts><span id=gbi4s1>Sign in</span></span></a></li><li class="gbt gbtb"><span class=gbts></span></li><li class=gbt><a class=gbgt id=gbg5 href="http://www.google.com/preferences?hl=en" title="Options" onclick="gbar.tg(event,this)" aria-haspopup=true aria-owns=gbd5><span class=gbtb2></span><span id=gbgs5 class=gbts><span id=gbi5></span></span></a><div class=gbm id=gbd5 aria-owner=gbg5><div class=gbmc><ol id=gbom class=gbmcc><li class="gbkc gbmtc"><a class=gbmt href="/preferences?hl=en">Search settings</a></li><li class=gbmtc><div class="gbmt gbmh"></div></li><li class="gbkp gbmtc"><a class=gbmt href="http://www.google.com/history/optout?hl=en">Web History</a></li></ol></div></div></li></ol></div></div><div id=gbx3></div><div id=gbx4></div><script>window.gbar&&gbar.elp&&gbar.elp()</script></div><br clear="all"><table border="0" cellpadding="0" cellspacing="0" id="mn" style="position:relative"><tr><td rowspan="2" valign="top" width="157"><h1><a href="/webhp?hl=" id="logo" title="Go to Google Home"><img src="/images/nav_logo_hp2.png" alt="" height="222" style="border:0" width="167"></a></h1></td><td valign="top" style="padding-left:9px" width="559"><form name="gs" id="tsf" method="GET" action="/search" style="display:block;margin:0;background:none"><table border="0" cellpadding="0" cellspacing="0" id="sbhost" style="border-bottom:1px solid #e7e7e7;margin-top:18px;position:relative"><tr><td class="lst-td" width="100%" valign="bottom" style=""><div style="position:relative;zoom:1"><input autocomplete="off" class="lst" type="text" name="q" maxlength="2048" title="Search" value="link:please-dont-register-a-site-that-breaks-this-test.com"></div></td><td><div class="ds"><div class="lsbb"><input type="submit" name="btnG" class="lsb" value="Search"></div></div></td></tr></table></form></td><td style="padding-left:5px" width="259"></td></tr><tr><td width="100%"><div id="subform_ctrl"><div style="float:right"><a class="fl" href=""></a></div><div></div></div></td><td></td></tr><tr><td valign="top" id="leftnav" style="padding:4px"><div id="modeselector" style="padding-bottom:4px"><ul><li class="mitem msel"><span class="micon" style="
|
561
|
+
background-position:-20px -132px
|
562
|
+
"></span>Everything</li></ul><a id="showmodes" class="q" href="/search?q=link%3Aplease-dont-register-a-site-that-breaks-this-test.com&hl=en&prmdo=1&sa=X"><span class="micon"></span><span class="msm">More</span></a></div><div class="lnsec"><h2 class="hd">Search Options</h2><ul id="tbd" class="med"></ul><a href="/search?q=link:please-dont-register-a-site-that-breaks-this-test.com&hl=en&ie=UTF-8&tbo=1" class="q" style="display:block;margin-bottom:16px">Show options...</a></div></td><td valign="top"><div id="center_col"><div id="tbbc" style="background:#ebeff9;padding:8px;margin-bottom:4px"><b>Web</b></div><div id="res"><div id="ires"></div></div><div style="font-size:16px;padding-left:10px">Your search - <b>link:please-dont-register-a-site-that-breaks-this-test.com</b> - did not match any documents. <br><br>Suggestions:<ul style="margin-left:1.3em"><li>Make sure all words are spelled correctly.</li><li>Try different keywords.</li><li>Try more general keywords.</li></ul></div></div><div id="foot"><div><p id="bfl" class="flc" style="margin:6px 0 0;text-align:center"></p></div><div id="fll" class="flc" style="margin:19px auto 19px auto;text-align:center"><a href="/">Google Home</a> <a href="
|
563
|
+
/intl/en/ads/">Advertising Programs</a> <a href="/services">Business Solutions</a> <a href="/intl/en/privacy.html">Privacy</a> <a href="/intl/en/about.html">About Google</a></div></div></td><td valign="top"></td></tr></table></body></html>
|
171
564
|
http_version: "1.1"
|