This is a read-only snapshot of the ComputerCraft forums,
taken in April 2020.
How do I use red power bundled cables?
Started by pieiscool32, 07 March 2012 - 01:50 AMPosted 07 March 2012 - 02:50 AM
Hey, I want to set up a system that I am going to use bundled cables to connect to clients, (still using 1.2 because tekkit didn't upgrade yet :unsure:/>/> ) I am having problems with my code, note I am new to this and I made a little complex program but it gives me errors, it keeps saying line 24 'then' expected. Link to paste bin here. Also can someone tell me how I can get a client to work with this code, not i need to make fixes because I guess that you can have it measure the pulse length to make it easy on me so i have to split it up to multiple cables, or is it possible to detect the pulse length? Still, help?
Posted 07 March 2012 - 02:54 AM
on line 24 its expecting a 'then'
line 24:
line 24:
if c = rs.getBundledInput("back")
you need to change it to:
if c = rs.getBundledInput("back") then
Posted 07 March 2012 - 02:55 AM
on line 24 its expecting a 'then'
line 24:you need to change it to:if c = rs.getBundledInput("back")
FIXED: if c == rs.getBundledInput("back") then
Posted 07 March 2012 - 11:52 AM
thanks guys, and one other question, what does the http api do exactly?
Posted 07 March 2012 - 12:25 PM
You can make HTTP Requests on webpages and/or download Websites.thanks guys, and one other question, what does the http api do exactly?
I.e. you can get the content of a webpage, like a browser does, sans the displaying/interpreting-the-code part, you'll only get the raw source. :unsure:/>/>
Posted 07 March 2012 - 12:35 PM
so if i build a web browser i can literally google in minecraft?
Posted 07 March 2012 - 12:36 PM
oh, and before i forget, the fix worked…. kind of, it is not doing things properly but i think i know why, so thanks guys
Posted 07 March 2012 - 12:42 PM
Yes, in a way. The problem is, that you get the raw web-content and you'd have to interpret the data yourself.so if i build a web browser i can literally google in minecraft?
With text-only websites that's not that much of a problem, but with most pages you'll get a garbled mess.
As an example I googled for 'computercraft'.
The sourcecode of the result (and therefore what you'd get with http.get of CC) is this:
Spoiler
<!doctype html><html itemscope itemtype="http://schema.org/WebPage"><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><meta name="description" content="Search the world&#39;s information, including webpages, images, videos and more. Google has many special features to help you find exactly what you&#39;re looking for."><meta name="robots" content="noodp"><meta itemprop="image" content="/images/google_favicon_128.png"><title>Google</title><script>window.google={kEI:"LVdXT5rXJIPStAaEkJHpCw",getEI:function(a){var d;while(a&&!(a.getAttribute&&(d=a.getAttribute("eid"))))a=a.parentNode;return d||google.kEI},https:function(){return window.location.protocol=="https:"},kEXPI:"17259,18168,31701,35055,35091,36683,36974,37054,37059,37102,37153,37269,37323,37329,37367",kCSI:{e:"17259,18168,31701,35055,35091,36683,36974,37054,37059,37102,37153,37269,37323,37329,37367",ei:"LVdXT5rXJIPStAaEkJHpCw"},authuser:0,
ml:function(){},pageState:"#",kHL:"en",time:function(){return(new Date).getTime()},log:function(a,d,f,h){var e=new Image,g=google,k=g.lc,i=g.li,m="";e.onerror=(e.onload=(e.onabort=function(){delete k[i]}));k[i]=e;if(!f&&d.search("&ei=")==-1)m="&ei="+google.getEI(h);var j=f||"/gen_204?atyp=i&ct="+a+"&cad="+d+m+"&zx="+google.time(),b=/^http:/i;if(b.test(j)&&google.https()){google.ml(new Error("GLMM"),false,{src:j});
delete k[i];return}e.src=j;g.li=i+1},lc:[],li:0,j:{en:1,l:function(){google.fl=true},e:function(){google.fl=true},b:location.hash&&location.hash!="#",bv:21,cf:"osb",pm:"p",pl:[],mc:0,sc:0.5,u:"c9c918f0"},Toolbelt:{},y:{},x:function(a,d){google.y[a.id]=
[a,d];return false}};(function(){var a=google.j;window.onpopstate=
function(){a.psc=1};for(var d=0,f;f=["ad","bc","inpr","is","p","pa","ac","pc","pah","ph","sa","sifp","slp","spf","spn","xx","zc","zz"][d++]:mellow:/>/>(function(h){a[h]=function(){a.pl.push([h,arguments])}})(f)})();if(!window.chrome)window.chrome={};window.chrome.sv=1.00;window.chrome.userWantsQuery=function(a){google.x({id:"psyapi"},function(){google.nav.search({q:encodeURIComponent(a),
sourceid:"chrome-psyapi1"})})};
window.google.sn="webhp";window.google.timers={};window.google.startTick=function(a,:)/>/>{window.google.timers[a]={t:{start:(new Date).getTime()},bfr:!(!B)/>/>}};window.google.tick=function(a,b,c){if(!window.google.timers[a])google.startTick(a);window.google.timers[a].t[b]=c||(new Date).getTime()};google.startTick("load",true);try{window.google.pt=window.chrome&&window.chrome.csi&&Math.floor(window.chrome.csi().pageT);}catch(u){}
</script><style>#gb{font:13px/27px Arial,sans-serif;height:102px}#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}#gbb{position:relative}#gbbw{right:0;left:0;position:absolute;top:102px;width:100%}.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:51px;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:10/;top:-4px0/;left:-6px0/;right:5px0/;bottom:4px0/}.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:transparent;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:transparent!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-top:10px;height:48px;width:48px}.gbmpiw{display:inline-block;line-height:9px;margin-left:20px}#gbmpi,#gbmpid,.gbmpiw{*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}.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:'0A0A';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:-484px -32px;position:absolute;height:21px;width:24px;right:0;top:-3px}#gb{height:102px;-moz-user-select:none;-o-user-select:none;-webkit-user-select:none;user-select:none}#gbbw{top:102px;min-width:980px;}.gbxx{display:none !important}#gbq,#gbu{position:absolute;top:0px;white-space:nowrap}#gbu{height:71px}#gbu,#gbq1,#gbq3{z-index:987}#gbq{left:0;_overflow:hidden;width:100%}#gbq2{top:0px;z-index:986}#gbu{right:0;height:30px;margin-right:28px;padding-bottom:21px;padding-top:20px}#gbu{top:0px}#gbx1,#gbx2{background:#f1f1f1;background:-webkit-gradient(radial,100 36,0,100 -40,120,from(#fafafa),to(#f1f1f1)),#f1f1f1;border-bottom:1px solid #666;border-color:#e5e5e5;height:71px;position:absolute;top:0px;width:100%;z-index:985;min-width:980px;}#gbx1.gbxngh,#gbx2.gbxngh{background:-webkit-gradient(radial,100 36,0,100 -40,120,from(#ffffff),to(#f1f1f1)),#f1f1f1}#gbx1{left:0}#gbx2{right:0}#gbq1{left:0;margin:0;padding:0;margin-left:44px;position:absolute}#gbq1 .gbmai{right:4px;top:33px}.gbes#gbq1{margin-left:0}#gbq3{left:220px;padding-bottom:21px;padding-top:20px;position:absolute;top:0px}#gbql{background:url(//ssl.gstatic.com/gb/images/j_f11bbae9.png) no-repeat;background-position:0 0;display:block;height:45px;width:116px}#gbqlw{display:table-cell;height:71px;padding-right:16px;position:relative;vertical-align:middle;0}#gbqld{border:none;display:block}.gbqldr{max-height:71px;max-width:160px}#gog{height:99px}.gbh{border-top:none}.gbpl,.gbpr,#gbpx1,#gbpx2{border-top:none !important;top:102px !important}.gbpl,.gbpr{margin-top:4px}.gbi5t{color:#666;display:block;margin:1px 15px;text-shadow:none}#gbq2{display:block;margin-left:220px;padding-bottom:0;padding-top:20px}#gbqf{display:block;margin:0;max-width:572px;min-width:572px;padding-right:104px;position:relative;white-space:nowrap}#gbqff{border:none;margin:0;padding:0}#gbqfqw{background:#fff}#gbqfqw,#gbqfb{vertical-align:top}#gbqfaa,#gbqfab,#gbqfqwb{position:absolute}#gbqfaa{left:0}#gbqfab{right:0}#gbqfqwb{right:0;left:0;cursor:text}.gbqfqwb{padding:0 8px}#gbqfbw{right:0;margin:0 15px;position:absolute;top:0}.gbqfb{background-color:#4d90fe;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);background-image:-o-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');border:1px solid #3079ed;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-user-select:none;-webkit-user-select:none;color:#fff;cursor:default;font-size:11px;font-weight:bold;height:29px;min-width:54px;*min-width:70px;text-align:center;padding:0 8px}.gbqfb-hvr{border:1px solid #2f5bb7;background-color:#357ae8;background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);background-image:-o-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}.gbqfb:focus{-moz-box-shadow:inset 0 0 0 1px #fff;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;outline:none}.gbqfb::-moz-focus-inner{border:0}.gbqfb-hvr:focus{-moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);-webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)}.gbqfb:active{-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3)}#gbqfi{background:url(//ssl.gstatic.com/gb/images/j_f11bbae9.png);background-position:-12px -50px;display:inline-block;height:13px;margin:7px 19px;width:14px}#gbqfi{*display:inline}#gbqfqw{border:1px solid #d9d9d9;border-top:1px solid #c0c0c0;-moz-border-radius:1px;-webkit-border-radius:1px;border-radius:1px;height:27px;position:relative}.gbqfqw-hvr{border:1px solid #b9b9b9;border-top:1px solid #a0a0a0;-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}#gbqfqw:active,#gbqfqw.gbqfqwf{border:1px solid #4d90fe;-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3);outline:none}#gbqfq{background:transparent;border:none;height:19px;margin-top:4px;padding:0;vertical-align:top;width:100%}#gbqfq:focus{outline:none}.gbqfif,.gbqfsf{font:16px arial,sans-serif}#gbqfbwa{display:none;text-align:center;height:0}.gbqfba{background-color:#f5f5f5;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:linear-gradient(top,#f5f5f5,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5',EndColorStr='#f1f1f1');border-color:#dcdcdc;border-color:rgba(0,0,0,.1);color:#555;margin:16px 8px;-moz-transition:all .218s;-o-transition:all .218s;-webkit-transition:all .218s;transition:all .218s}#gbqfbwa .gbqfb-hvr{border-color:#c6c6c6;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);color:#333;background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#f1f1f1')}.gbqfba:active{border-color:#c6c6c6;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);color:#333}.gbqfba:focus{border:1px solid #4d90fe;outline:none}#gbqfsa,#gbqfsb{font:bold 11px/27px Arial,sans-serif !important}.gbqfh #gbql{background:url(//ssl.gstatic.com/gb/images/j_f11bbae9.png);background-repeat:no-repeat;display:block;margin-bottom:21px;margin-top:25px}.gbqfh #gbql,.gbemi#gb .gbqfh #gbql,.gbesi#gb .gbqfh #gbql,.gbqfh .gbem#gbql,.gbqfh .gbes#gbql{background-position:-15px -228px;height:27px;width:71px}.gbqfh#gbpr .gbqpa{width:71px}.gbqfh .gbes#gbql,.gbesi#gb .gbqfh #gbql{margin-bottom:14px;margin-top:18px}.gbqfh#gbq2{z-index:985}.gbqfh#gbq2{margin:0;margin-left:0 !important;padding-top:0;top:251px}.gbqfh #gbqf{margin:auto;min-width:534px;padding:0 223px !important}.gbqfh #gbqfbw{display:none}.gbqfh #gbqfbwa{display:block}.gbqfh#gbq2{padding-top:0;top:281px}.gbem .gbqfh#gbq2,.gbemi#gb .gbqfh#gbq2{padding-top:0;top:281px}.gbes .gbqfh#gbq2,.gbesi#gb .gbqfh#gbq2{padding-top:0;top:281px}#gbu .gbm,#gbu #gbs{right:0}.gbpdjs #gbd4{right:5px}#gbu .gbgt{color:#666}#gbu .gbt{margin-left:15px}#gbu .gbto{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}#gbg4{padding-right:16px}#gbd1 .gbmc,#gbd3 .gbmc{padding:0}#gbns{display:none}.gbmwc{right:0;position:absolute;top:-999px;width:440px;z-index:999}#gbwc.gbmwca{top:0}.gbmsg{display:none;position:absolute;top:0}.gbmsgo .gbmsg{display:block;background:#fff;width:100%;text-align:center;z-index:3;top:30%}.gbmab,.gbmac,.gbmad,.gbmae{left:5px;border-style:dashed dashed solid;border-color:transparent;border-bottom-color:#bebebe;border-width:0 10px 10px;cursor:default;display:-moz-inline-box;display:inline-block;font-size:0;height:0;line-height:0;position:absolute;top:0;width:0;z-index:1000}.gbmab,.gbmac{visibility:hidden}.gbmac{border-bottom-color:#fff}.gbto .gbmab,.gbto .gbmac{visibility:visible}.gbmai{background:url(//ssl.gstatic.com/gb/images/j_f11bbae9.png);background-position:0 -50px;opacity:.8;font-size:0;line-height:0;position:absolute;height:4px;width:7px}.gbgt-hvr .gbmai{opacity:1;filter:alpha(opacity=100)}#gbgs3{background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#ececec));background-image:-webkit-linear-gradient(top,#f8f8f8,#ececec);background-image:-moz-linear-gradient(top,#f8f8f8,#ececec);background-image:-ms-linear-gradient(top,#f8f8f8,#ececec);background-image:-o-linear-gradient(top,#f8f8f8,#ececec);background-image:linear-gradient(top,#f8f8f8,#ececec);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#ececec');border:1px solid #c6c6c6;-moz-border-radius:2px;-o-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;padding:0 10px;position:relative}#gbgsi{background:url(//ssl.gstatic.com/gb/images/j_f11bbae9.png);background-position:-32px -50px;height:10px;opacity:.8;position:absolute;top:8px;_top:10px;width:10px;left:10px}#gbgsa{background:url(//ssl.gstatic.com/gb/images/j_f11bbae9.png);background-position:0 -116px;height:11px;margin-left:-2px;position:absolute;top:8px;width:10px;left:100%}.gbgt-hvr #gbgsa{background-position:0 -228px}#gbg3:active #gbgsa{background-position:-32px -65px}.gbgt-hvr #gbgsi{opacity:1;filter:alpha(opacity=100)}#gbi3{padding-left:18px;vertical-align:top;zoom:1}.gbgt-hvr #gbgs3,#gbg3:focus #gbgs3,#gbg3:active #gbgs3{background-color:#ffffff;background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#ececec));background-image:-webkit-linear-gradient(top,#ffffff,#ececec);background-image:-moz-linear-gradient(top,#ffffff,#ececec);background-image:-ms-linear-gradient(top,#ffffff,#ececec);background-image:-o-linear-gradient(top,#ffffff,#ececec);background-image:linear-gradient(top,#ffffff,#ececec);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#ececec');border-color:#bbb}#gbg3:active #gbgs3{border-color:#b6b6b6}#gbg3:active #gbgs3{-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.2);box-shadow:inset 0 1px 2px rgba(0,0,0,.2)}#gbgs3 .gbmab{margin:40px 0 0}#gbgs3 .gbmac{margin:41px 0 0}#gbgs1{display:block;overflow:hidden;position:relative}#gbi1a{background-color:#d14836;background-image:-webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#d14836));background-image:-webkit-linear-gradient(top,#dd4b39,#d14836);background-image:-moz-linear-gradient(top,#dd4b39,#d14836);background-image:-ms-linear-gradient(top,#dd4b39,#d14836);background-image:-o-linear-gradient(top,#dd4b39,#d14836);background-image:linear-gradient(top,#dd4b39,#d14836);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#dd4b39',EndColorStr='#d14836');border:1px solid #c13828;-moz-border-radius:2px;-o-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;display:block;height:27px;width:27px}.gbgt-hvr #gbi1a{background-color:#c53727;background-image:-webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#c53727));background-image:-webkit-linear-gradient(top,#dd4b39,#c53727);background-image:-moz-linear-gradient(top,#dd4b39,#c53727);background-image:-ms-linear-gradient(top,#dd4b39,#c53727);background-image:-o-linear-gradient(top,#dd4b39,#c53727);background-image:linear-gradient(top,#dd4b39,#c53727);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#dd4b39',EndColorStr='#c53727');border-color:#b0281a;border-bottom-color:#af301f;-moz-box-shadow:0 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.2);box-shadow:0 1px 1px rgba(0,0,0,.2)}#gbg1:focus #gbi1a,#gbg1:active #gbi1a{background-color:#b0281a;background-image:-webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#b0281a));background-image:-webkit-linear-gradient(top,#dd4b39,#b0281a);background-image:-moz-linear-gradient(top,#dd4b39,#b0281a);background-image:-ms-linear-gradient(top,#dd4b39,#b0281a);background-image:-o-linear-gradient(top,#dd4b39,#b0281a);background-image:linear-gradient(top,#dd4b39,#b0281a);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#dd4b39',EndColorStr='#b0281a');border-color:#992a1b;-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3)}.gbid#gbi1a{background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#ececec));background-image:-webkit-linear-gradient(top,#f8f8f8,#ececec);background-image:-moz-linear-gradient(top,#f8f8f8,#ececec);background-image:-ms-linear-gradient(top,#f8f8f8,#ececec);background-image:-o-linear-gradient(top,#f8f8f8,#ececec);background-image:linear-gradient(top,#f8f8f8,#ececec);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#ececec');border-color:#c6c6c6}.gbgt-hvr .gbid#gbi1a,#gbg1:focus .gbid#gbi1a,#gbg1:active .gbid#gbi1a{background-color:#ffffff;background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#ececec));background-image:-webkit-linear-gradient(top,#ffffff,#ececec);background-image:-moz-linear-gradient(top,#ffffff,#ececec);background-image:-ms-linear-gradient(top,#ffffff,#ececec);background-image:-o-linear-gradient(top,#ffffff,#ececec);background-image:linear-gradient(top,#ffffff,#ececec);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#ececec');border-color:#bbb}#gbg1:active .gbid#gbi1a{border-color:#b6b6b6;-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3)}#gbi1,#gbi1c{left:0;bottom:1px;color:#fff;display:block;font-size:14px;font-weight:bold;position:absolute;text-align:center;text-shadow:0 1px rgba(0,0,0,.1);-moz-transition-property:bottom;-moz-transition-duration:0;-o-transition-property:bottom;-o-transition-duration:0;-webkit-transition-property:bottom;-webkit-transition-duration:0;-moz-user-select:none;-o-user-select:none;-webkit-user-select:none;user-select:none;width:100%}.gbgt-hvr #gbi1,#gbg1:focus #gbi1{text-shadow:0 1px rgba(0,0,0,.3)}.gbids#gbi1,.gbgt-hvr .gbids#gbi1,#gbg1:focus .gbids#gbi1,#gbg1:active .gbids#gbi1{color:#999;text-shadow:none}#gbg1 .gbmab{margin:41px 0 0}#gbg1 .gbmac{margin:42px 0 0}#gbi4t{display:block;margin:1px 0;overflow:hidden;text-overflow:ellipsis}#gbg6 #gbi4t,#gbg4 #gbgs4d{color:#666;text-shadow:none}#gb_70 #gbi4t,#gbg7 .gbit{margin:0 15px}#gbg7 .gbgs{margin-left:10px}#gbgs4,.gbgs{background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#ececec));background-image:-webkit-linear-gradient(top,#f8f8f8,#ececec);background-image:-moz-linear-gradient(top,#f8f8f8,#ececec);background-image:-ms-linear-gradient(top,#f8f8f8,#ececec);background-image:-o-linear-gradient(top,#f8f8f8,#ececec);background-image:linear-gradient(top,#f8f8f8,#ececec);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#ececec');border:1px solid #c6c6c6;display:block;-moz-border-radius:2px;-o-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}#gbgs4d{display:block;position:relative}#gbgs4dn{display:inline-block;overflow:hidden;text-overflow:ellipsis}.gbgt-hvr #gbgs4d{background-color:transparent;background-image:none}#gbg4 #gbgs4{position:relative;height:27px;width:27px}.gbgt-hvr #gbgs4,#gbg4:focus #gbgs4,#gbg4:active #gbgs4,#gbg_70:focus #gbgs4,#gbg_70:active #gbgs4,#gbg7:focus .gbgs,#gbg7:active .gbgs{background-color:#ffffff;background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#ececec));background-image:-webkit-linear-gradient(top,#ffffff,#ececec);background-image:-moz-linear-gradient(top,#ffffff,#ececec);background-image:-ms-linear-gradient(top,#ffffff,#ececec);background-image:-o-linear-gradient(top,#ffffff,#ececec);background-image:linear-gradient(top,#ffffff,#ececec);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#ececec');border-color:#bbb}#gbg4:active #gbgs4,#gb_70:active #gbgs4,#gbg7:active .gbgs{border-color:#b6b6b6;-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 1px 2px rgba(0,0,0,.3)}#gbi4i,#gbi4id{left:0;height:27px;position:absolute;top:0;width:27px}#gbmpi,#gbmpid{margin-right:0;height:96px;width:96px}#gbi4id,#gbmpid{background:url(//ssl.gstatic.com/gb/images/j_f11bbae9.png)}#gbi4id{background-position:0 -68px}#gbmpid{background-position:-62px -50px}.gbto #gbi4i,.gbto #gbi4id{top:0}#gbgs4 .gbmai{left:33px;top:12px}#gbgs4d .gbmai{left:100%;margin-left:5px;top:12px}#gbgs4 .gbmab{margin:40px 0 0}#gbgs4 .gbmac{margin:41px 0 0}#gbgs4d .gbmab{margin:41px 0 0}#gbgs4d .gbmac{margin:42px 0 0}#gbgs4d .gbmab,#gbgs4d .gbmac{left:50%;margin-left:-5px}.gbmpmtc,.gbp0i{background:url(//ssl.gstatic.com/gb/images/j_f11bbae9.png);background-position:-91px -228px}.gbem#gb,.gbemi#gb{height:102px}.gbes#gb,.gbesi#gb{height:102px}.gbem#gbx1,.gbem#gbx2,.gbem#gbqlw,.gbemi#gb #gbx1,.gbemi#gb #gbx2,.gbemi#gb #gbqlw{height:71px}.gbem#gb #gbbw,.gbemi#gb #gbbw{top:102px}.gbem#gbu,.gbem#gbq2,.gbem#gbq3,.gbemi#gb #gbu,.gbemi#gb #gbq2,.gbemi#gb #gbq3{padding-bottom:21px;padding-top:20px}.gbem#gbq2,.gbemi#gb #gbq2{margin-left:160px;padding-bottom:0}.gbem#gbq3,.gbemi#gb #gbq3{left:160px}.gbem#gbmail,.gbemi#gb #gbmail{top:33px}.gbes#gbx1,.gbes#gbx2,.gbes#gbqlw,.gbesi#gb #gbx1,.gbesi#gb #gbx2,.gbesi#gb #gbqlw{height:57px}.gbes#gb #gbbw,.gbesi#gb #gbbw{top:102px}.gbes#gbu,.gbes#gbq2,.gbes#gbq3,.gbesi#gb #gbu,.gbesi#gb #gbq2,.gbesi#gb #gbq3{padding-bottom:14px;padding-top:15px}.gbes#gbq2,.gbesi#gb #gbq2{margin-left:140px;padding-bottom:0}.gbemi#gb .gbto #gbd1,.gbemi#gb .gbto #gbd3,.gbemi#gb .gbto #gbd4,.gbemi#gb .gbto #gbs,.gbto .gbem#gbd1,.gbto .gbem#gbd3,.gbto .gbem#gbd4,.gbto .gbem#gbs{top:51px}.gbesi#gb .gbto #gbd1,.gbesi#gb .gbto #gbd3,.gbesi#gb .gbto #gbd4,.gbesi#gb .gbto #gbs,.gbto .gbes#gbd1,.gbto .gbes#gbd3,.gbto .gbes#gbd4,.gbto .gbes#gbs{top:42px}.gbemi #gbq1.gbto #gbz,.gbemi #gbq1.gbto #gbs,.gbem #gbq1.gbto #gbz,.gbem #gbq1.gbto #gbs{top:71px !important;left:-23px}.gbesi #gbq1.gbto #gbz,.gbesi #gbq1.gbto #gbs,.gbes #gbq1.gbto #gbz,.gbes #gbq1.gbto #gbs{top:57px !important;left:-11px}.gbemi #gbq1 .gbmab,.gbem #gbq1 .gbmab{margin:61px 0 0}.gbemi #gbq1 .gbmac,.gbem #gbq1 .gbmac{margin:62px 0 0}.gbesi #gbq1 .gbmab,.gbes #gbq1 .gbmab{margin:47px 0 0}.gbesi #gbq1 .gbmac,.gbes #gbq1 .gbmac{margin:48px 0 0}.gbemi #gbq1 #gbz,.gbem#gbq1 #gbz,.gbemi #gbq1 #gbs,.gbem#gbq1 #gbs{margin-left:8px}.gbesi #gbq1 #gbz,.gbes#gbq1 #gbz,.gbesi #gbq1 #gbs,.gbes#gbq1 #gbs{margin-left:-4px}.gbes#gbq3,.gbesi#gb #gbq3{left:140px}.gbem#gbq1,.gbemi#gb #gbq1{margin-left:28px}.gbem#gbql,.gbemi#gb #gbql,.gbes#gbql,.gbesi#gb #gbql{background-position:0 -186px;height:37px;width:95px}.gbes#gbq1,.gbesi#gb #gbq1{margin-left:16px}.gbemi#gb .gbqldr,.gbem#gbqlw .gbqldr{max-height:71px;max-width:160px}.gbem#gbu,.gbemi#gb #gbu{margin-right:12px}.gbes#gbu,.gbesi#gb #gbu{margin-right:0px}.gbes#gbu .gbt,.gbesi#gb #gbu .gbt{margin-left:6px}.gbesi#gb .gbqldr,.gbes#gbqlw .gbqldr{max-height:57px;max-width:144px}.gbes#gbmail,.gbesi#gb #gbmail{top:26px}.gbemi#gb #gbpr,.gbem#gbpr{left:28px}.gbemi#gb .gbqpa,.gbem#gbpr .gbqpa,.gbesi#gb .gbqpa,.gbes#gbpr .gbqpa{width:71px}.gbesi#gb #gbpr,.gbes#gbpr{left:16px}.gbemi#gb #gbg3 .gbmab,.gbem#gbg3 .gbmab,.gbemi#gb #gbgs4 .gbmab,.gbem#gbg4 .gbmab{margin:40px 0 0}.gbemi#gb #gbg1 .gbmab,.gbem#gbg1 .gbmab{margin:41px 0 0}.gbemi#gb #gbg3 .gbmac,.gbem#gbg3 .gbmac,.gbemi#gb #gbgs4 .gbmac,.gbem#gbg4 .gbmac{margin:41px 0 0}.gbemi#gb #gbg1 .gbmac,.gbem#gbg1 .gbmac{margin:42px 0 0}.gbesi#gb #gbg3 .gbmab,.gbes#gbg3 .gbmab,.gbesi#gb #gbgs4 .gbmab,.gbes#gbg4 .gbmab{margin:32px 0 0}.gbesi#gb #gbg1 .gbmab,.gbes#gbg1 .gbmab{margin:33px 0 0}.gbesi#gb #gbg3 .gbmac,.gbes#gbg3 .gbmac,.gbesi#gb #gbgs4 .gbmac,.gbes#gbg4 .gbmac{margin:33px 0 0}.gbesi#gb #gbg1 .gbmac,.gbes#gbg1 .gbmac{margin:34px 0 0}.gbemi#gb #gbgs4d .gbmab,.gbem#gbg4 #gbgs4d .gbmab{margin:41px 0 0}.gbesi#gb #gbgs4d .gbmab,.gbes#gbg4 #gbgs4d .gbmab{margin:33px 0 0}.gbemi#gb #gbgs4d .gbmac,.gbem#gbg4 #gbgs4d .gbmac{margin:42px 0 0}.gbesi#gb #gbgs4d .gbmac,.gbes#gbg4 #gbgs4d .gbmac{margin:34px 0 0}.gbemi#gb #gbgs4d .gbmac,.gbem#gbg4 #gbgs4d .gbmac,.gbesi#gb #gbgs4d .gbmac,.gbes#gbg4 #gbgs4d .gbmac,.gbemi#gb #gbgs4d .gbmab,.gbem#gbg4 #gbgs4d .gbmab,.gbesi#gb #gbgs4d .gbmab,.gbes#gbg4 #gbgs4d .gbmab{margin-left:-5px}#gb #gbx1,#gb #gbx3{left:0}#gbx1,#gb #gbx1,#gbq,#gbu,#gb #gbq,#gb #gbu{top:30px}#gb #gbu{top:30px}#gbzw #gbz{z-index:991}#gbz .gbto #gbd,#gbz .gbto #gbs{top:29px}#gbx3{min-width:980px;border-color:#000;background-color:#2d2d2d;background-image:none;background-position:0 -255px;opacity:1;filter:alpha(opacity=100)}#gbz .gbzt,#gbz .gbgt{color:#bbb !important;font-weight:bold}#gbq .gbgt-hvr,#gbq .gbgt:focus,#gbz .gbz0l .gbts,#gbz .gbzt-hvr,#gbz .gbzt:focus,#gbz .gbgt-hvr,#gbz .gbgt:focus,#gbu .gbz0l .gbts,#gbu .gbzt-hvr,#gbu .gbzt:focus,#gbu .gbgt-hvr,#gbu .gbgt:focus{background-color:transparent;background-image:none}#gbz .gbz0l .gbts,#gbz .gbzt-hvr,#gbz .gbzt:focus,#gbz .gbgt-hvr,#gbz .gbgt:focus{color:#fff!important}#gbz .gbma{border-top-color:#aaa}#gbz .gbzt-hvr .gbma,#gbz .gbzt:focus .gbma,#gbz .gbgt-hvr .gbma,#gbz .gbgt:focus .gbma{border-top-color:#fff}#gbq1.gbto{-moz-box-shadow:none;-o-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}#gbz .gbto .gbma,#gbz .gbto .gbzt-hvr .gbma,#gbz .gbto .gbzt:focus .gbma,#gbz .gbto .gbgt-hvr .gbma,#gbz .gbto .gbgt:focus .gbma{border-top-color:#000}#gbz .gbto .gbts,#gbd .gbmt{color:#000 !important;font-weight:bold}#gbd .gbmt-hvr,#gbd .gbmt:focus{background-color:#f5f5f5}#gbz .gbts{padding:0 9px;z-index:991}#gbz .gbto .gbts{padding-bottom:1px;padding-top:2px;z-index:1000}.gbgt#gbqlw{cursor:default}#gbzw{left:0;height:30px;margin-left:30px;position:absolute;top:0}#gbz{height:30px}.gbemi#gb #gbzw,.gbem#gbzw{height:30px;margin-left:14px}.gbesi#gb #gbzw,.gbes#gbzw{height:30px;margin-left:2px}.gbemi#gb #gbzw #gbz,.gbem#gbzw #gbz{height:30px}.gbemi#gb #gbx3,.gbem#gbx3{height:29px}.gbesi#gb #gbzw #gbz,.gbes#gbzw #gbz{height:30px}.gbesi#gb #gbx3,.gbes#gbx3{height:29px}#gbzw .gbt{line-height:27px}.gbemi#gb #gbzw .gbt .gbem#gbzw .gbt{line-height:27px}.gbesi#gb #gbzw .gbt,.gbes#gbzw .gbt{line-height:27px}.gbqfh#gbq1 #gbql{display:none}.gbqfh#gbx1,.gbqfh#gbx2,.gbem#gb .gbqfh#gbx1,.gbem#gb .gbqfh#gbx2,.gbemi#gb .gbqfh#gbx1,.gbemi#gb .gbqfh#gbx2,.gbes#gb .gbqfh#gbx1,.gbes#gb .gbqfh#gbx2,.gbesi#gb .gbqfh#gbx1,.gbesi#gb .gbqfh#gbx2{border-bottom-width:0;height:0}.gbes#gb,.gbesi#gb{height:102px}.gbes#gbx1,.gbes#gbx2,.gbes#gbqlw,.gbesi#gb #gbx1,.gbesi#gb #gbx2,.gbesi#gb #gbqlw{height:71px}#gb .gbes#gbx1,#gb .gbes#gbx2,.gbesi#gb #gbx1,.gbesi#gb #gbx2,#gb .gbes#gbq,#gb .gbes#gbu,.gbesi#gb #gbq,.gbesi#gb #gbu{top:30px}.gbes#gb #gbbw,.gbesi#gb #gbbw{top:102px !important}.gbes#gbu,.gbes#gbq2,.gbes#gbq3,.gbesi#gb #gbu,.gbesi#gb #gbq2,.gbesi#gb #gbq3{padding-bottom:21px;padding-top:20px}.gbes#gbq2,.gbesi#gb #gbq2{padding-bottom:0}.gbesi#gb .gbto #gbd1,.gbesi#gb .gbto #gbd3,.gbesi#gb .gbto #gbd4,.gbesi#gb .gbto #gbs,.gbto .gbes#gbd1,.gbto .gbes#gbd3,.gbto .gbes#gbd4,.gbes#gbu .gbto #gbs{top:51px}.gbemi#gb #gbd,.gbem#gbzw #gbd,.gbemi#gb #gbzw .gbto #gbs,.gbem#gbzw .gbto #gbs{top:29px}.gbesi#gb #gbd,.gbes#gbzw #gbd,.gbesi#gb #gbzw .gbto #gbs,.gbes#gbzw .gbto #gbs{top:29px}.gbesi#gb #gbg3 .gbmab,.gbes#gbg3 .gbmab,.gbesi#gb #gbgs4 .gbmab,.gbes#gbg4 .gbmab{margin:40px 0 0}.gbesi#gb #gbg1 .gbmab,.gbes#gbg1 .gbmab{margin:41px 0 0}.gbesi#gb #gbg3 .gbmac,.gbes#gbg3 .gbmac,.gbesi#gb #gbgs4 .gbmac,.gbes#gbg4 .gbmac{margin:41px 0 0}.gbesi#gb #gbg1 .gbmac,.gbes#gbg1 .gbmac{margin:42px 0 0}.gbesi#gb #gbgs4d .gbmab,.gbes#gbg4 #gbgs4d .gbmab{margin:41px 0 0}.gbesi#gb #gbgs4d .gbmac,.gbes#gbg4 #gbgs4d .gbmac{margin:42px 0 0}</style><style id=gstyle>body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}.gac_m td{line-height:17px}body,td,a,p,.h{font-family:arial,sans-serif}.h{color:#12c;font-size:20px}.q{color:#00c}.ts td{padding:0}.ts{border-collapse:collapse}em{font-weight:bold;font-style:normal}.lst{height:20px;width:496px}.ds{display:-moz-inline-box;display:inline-block}span.ds{margin:3px 0 4px;margin-left:4px}.ctr-p{margin:0 auto;min-width:980px}.jhp input[type="submit"]{background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);-webkit-border-radius:2px;-webkit-user-select:none;background-color:#f5f5f5;background-image:linear-gradient(top,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);border:1px solid #dcdcdc;border:1px solid rgba(0, 0, 0, 0.1);border-radius:2px;color:#666;cursor:default;font-family:arial,sans-serif;font-size:11px;font-weight:bold;height:29px;line-height:27px;margin:11px 6px;min-width:54px;padding:0 8px;text-align:center}.jhp input[type="submit"]:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);background-color:#f8f8f8;background-image:linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);border:1px solid #c6c6c6;box-shadow:0 1px 1px rgba(0,0,0,0.1);color:#333}.jhp input[type="submit"]:focus{border:1px solid #4d90fe;outline:none}input{font-family:inherit}a.gb1,a.gb2,a.gb3,a.gb4{color:#11c !important}body{background:#fff;color:#222}a{color:#12c;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#12c}a:visited{color:#61c}a.gb1,a.gb4{text-decoration:underline}a.gb3:hover{text-decoration:none}#ghead a.gb2:hover{color:#fff!important}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px;}.lsbb{height:30px;display:block}.pp-new-desktop,.pp-new-mobile{color:red}.ftl,#footer a{color:#666;margin:2px 10px 0}#footer a:active{color:#dd4b39}.lsb{border:none;color:#000;cursor:pointer;height:30px;margin:0;outline:0;font:15px arial,sans-serif;vertical-align:top}.lst:focus{outline:none}#addlang a{padding:0 3px}.gac_v div{display:none}.gac_v .gac_v2,.gac_bt{display:block!important}body,html{font-size:small}h1,ol,ul,li{margin:0;padding:0}.nojsb{display:none}.nojsv{visibility:hidden}#body,#footer{display:block}#footer{font-size:10pt;min-height:49px;position:relative}#footer>div{border-top:1px solid #ebebeb;bottom:0;padding-top:3px;position:absolute;width:100%}#flci{float:left;margin-left:-260px;text-align:left;width:260px}#fll{float:right;text-align:right;width:100%}#ftby{padding-left:260px}#ftby>div,#fll>div,#footer a{display:inline-block}@media only screen and (min-width:1222px){#ftby{margin: 0 44px}}.nojsb{display:none}.nojsv{visibility:hidden}.nbcl{background:url(/images/nav_logo104.png) no-repeat -140px -230px;height:11px;width:11px}</style><style>.lst-t{width:100%;}.kpbb,.kprb,.kpgb,.kpgrb{-webkit-border-radius:2px;border-radius:2px;color:#fff}.kpbb:hover,.kprb:hover,.kpgb:hover,.kpgrb:hover{-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);box-shadow:0 1px 1px rgba(0,0,0,0.1);color:#fff}.kpbb:active,.kprb:active,.kpgb:active,.kpgrb:active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.3);box-shadow:inset 0 1px 2px rgba(0,0,0,0.3)}.kpbb{background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-color:#4d90fe;background-image:linear-gradient(top,#4d90fe,#4787ed);border:1px solid #3079ed}.kpbb:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-color:#357ae8;background-image:linear-gradient(top,#4d90fe,#357ae8);border:1px solid #2f5bb7}a.kpbb:link,a.kpbb:visited{color:#fff}.kprb{background-image:-webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#d14836));background-image:-webkit-linear-gradient(top,#dd4b39,#d14836);background-color:#dd4b39;background-image:linear-gradient(top,#dd4b39,#d14836);border:1px solid #dd4b39}.kprb:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#c53727));background-image:-webkit-linear-gradient(top,#dd4b39,#c53727);background-color:#c53727;background-image:linear-gradient(top,#dd4b39,#c53727);border:1px solid #b0281a;border-color-bottom:#af301f}.kprb:active{background-image:-webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#b0281a));background-image:-webkit-linear-gradient(top,#dd4b39,#b0281a);background-color:#b0281a;background-image:linear-gradient(top,#dd4b39,#b0281a);}.kpgb{background-image:-webkit-gradient(linear,left top,left bottom,from(#3d9400),to(#398a00));background-image:-webkit-linear-gradient(top,#3d9400,#398a00);background-color:#3d9400;background-image:linear-gradient(top,#3d9400,#398a00);border:1px solid #29691d;}.kpgb:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#3d9400),to(#368200));background-image:-webkit-linear-gradient(top,#3d9400,#368200);background-color:#368200;background-image:linear-gradient(top,#3d9400,#368200);border:1px solid #2d6200}.kpgrb{background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);background-color:#f5f5f5;background-image:linear-gradient(top,#f5f5f5,#f1f1f1);border:1px solid #dcdcdc;color:#555}.kpgrb:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-color:#f8f8f8;background-image:linear-gradient(top,#f8f8f8,#f1f1f1);border:1px solid #dcdc;color:#333}a.kpgrb:link,a.kpgrb:visited{color:#555}#gbqfq{padding:1px 0 0 9px}.gl{white-space:nowrap}.big .tsf-p{padding-left:220px;padding-right:260px}.tsf-p{padding-left:140px;padding-right:32px}.fade #center_col,.fade #rhs,.fade #leftnav{filter:alpha(opacity=33.3);opacity:0.333}.fade-hidden #center_col,.fade-hidden #rhs,.fade-hidden #leftnav{visibility:hidden}.flyr-o{position:absolute;filter:alpha(opacity=66.6);opacity:0.666;background-color:#fff;z-index:3;display:block}.flyr-h{filter:alpha(opacity=0);opacity:0}.flyr-c{display:none}.flt,.flt u,a.fl{text-decoration:none}.flt:hover,.flt:hover u,a.fl:hover{text-decoration:underline}#knavm{color:#4273db;display:inline;font:11px arial,sans-serif!important;left:-13px;position:absolute;top:2px;z-index:2}#pnprev #knavm{bottom:1px;top:auto}#pnnext #knavm{bottom:1px;left:40px;top:auto}a.noline{outline:0}</style><script>var _gjwl=location;function _gjuc(){var b=_gjwl.href.indexOf("#");if(b>=0){var a=_gjwl.href.substring(b+1);if(/(^|&)q=/.test(a)&&a.indexOf("#")==-1&&!/(^|&)cad=h($|&)/.test(a)){_gjwl.replace("/search?"+a.replace(/(^|&)fp=[^&]*/g,"")+"&cad=h");return 1}}return 0}function _gjp(){!(window._gjwl.hash&&window._gjuc())&&setTimeout(_gjp,500)};
window.rwt=function(a,f,g,l,m,h,c,n,i){return true};
(function(){try{var e=true,i=false;var aa={D:1,G:2,X:3,z:4,Q:5,K:6,k:7,o:8,aa:9,P:10,J:11,v:12,O:13,u:14,N:15,M:16,Z:17,B:18,L:19,$:20,Y:21,A:22,F:23,ca:24,da:25,ba:26,C:27,h:28,w:29,j:30,W:31,S:32,T:33,H:34,I:35,V:36,U:37,R:38};var j=window.gbar=window.gbar||{},n=window.gbar.i=window.gbar.i||{};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 o(a,b,c){(c||j)[a]=b}j.bv={n:_tvn("2",0),r:"r_gc.r_pw.r_qf.",f:".36.40.",m:_tvn("2",1)};var p=function(a){return function(){return j.bv.m==a}},ba=p(1),ca=p(2);o("sb",ba);o("kn",ca);n.a=_tvv;n.b=_tvf;n.c=_tvn;var q={},da={},r=[],ea=function(a,B)/>/>{r.push([a,b])},fa=function(a,B)/>/>{q[a]=b},ga=function(a){return a in q},s={},u=function(a,B)/>/>{s[a]||(s[a]=[]);s[a].push(B)/>/>},v=function(a){u("m",a)},w=function(a){var b=document.createElement("script");b.src=a;(document.getElementById("xjsc")||document.body).appendChild(B)/>/>},y=function(a){for(var b=0,c;c=r[b];++b)if(c[0]==a)break;if(c&&!c[1].l&&!c[1].s){c[1].s=e;x(2,a);w(c[1].url)}},z=function(a){u("gc",a)},A=null,ja=function(a){A=a},x=function(a,b,c){if(A){a={t:a,
b:b};if(c)for(var d in c)a[d]=c[d];try{A(a)}catch(g){}}};o("mdc",q);o("mdi",da);o("bnc",r);o("qGC",z);o("qm",v);o("qd",s);o("lb",y);o("mcf",fa);o("bcf",ea);o("aq",u);o("mdd","");o("has",ga);o("trh",ja);o("tev",x);var B=function(){},C=function(){},F=function(a){var b=new Image,c=D;b.onerror=b.onload=b.onabort=function(){try{delete E[c]}catch(d){}};E[c]=b;b.src=a;D=c+1},E=[],D=0;o("logger",{il:C,ml:B});var G=window.gbar.logger;var H=n.b("0.001",1.0E-4),I=0;
function _mlToken(a,B)/>/>{try{if(I<1){I++;var c,d=a,g=b||{},f=encodeURIComponent,h=["//www.google.com/gen_204?atyp=i&zx=",(new Date).getTime(),"&jexpid=",f("37102"),"&srcpg=",f("prop=1"),"&jsr=",Math.round(1/H),"&ogf=",j.bv.f,"&ogv=",f("1330621721.1330029468"),"&ogd=",f("com"),"&ogl=",f("en")];if(g._sn)g._sn="og."+g._sn;for(var m in g){h.push("&");h.push(f(m));h.push("=");h.push(f(g[m]))}h.push("&emsg=");h.push(f(d.name+
":"+d.message));var k=h.join("");if(J(k))k=k.substr(0,2E3);c=k;var l=window.gbar.logger._aem(a,c);F(l)}}catch(t){}}var J=function(a){return a.length>=2E3},ma=function(a,B)/>/>{return b};function na(a){B=a;o("_itl",J,G);o("_aem",ma,G);o("ml",B,G);a={};q.er=a}if(n.a(""))na(function(a){throw a;});else n.a("1")&&Math.random()<H&&na(_mlToken);var _E="left",L=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))};o("ca",L);o("cr",O);o("cc",K);var oa=["gb_71","gb_155"],P;function pa(a){P=a}function qa(a){var b=P&&!a.href.match(/.*/accounts/ClearSID[?]/)&&encodeURIComponent(P());if(b)a.href=a.href.replace(/([?&]continue=)[^&]*/,"$1"+B)/>/>}function ra(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){B(c)}}
var sa=function(){for(var a=[],b=0,c;c=oa[b];++B)/>/>(c=document.getElementById(c))&&a.push(c);return a},ta=function(){var a=sa();return a.length>0?a[0]:null},ua=function(){return document.getElementById("gb_70")},Q={},R={},va={},S={},T=undefined,Aa=function(a,B)/>/>{try{var c=document.getElementById("gb");L(c,"gbpdjs");U();wa(document.body)&&L(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 m=h.getAttribute("aria-owner");if(m.length){var k=document.getElementById(m);k&&k.parentNode&&O(k.parentNode,"gbto")}}}xa(g)&&ya(g);T=d;L(f,"gbto")}}}}v(function(){j.tg(a,b,e)});za(a)}catch(l){B(l)}},Ba=function(a){v(function(){j.close(a)})},wa=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"},Da=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 m=f.childNodes.length;g=i;for(var k=-1,l=0,t;t=c[l];l++){for(var ha=0,M;M=t[ha];ha++){for(;d<m&&K(f.childNodes[d],M);)d++;if(M==B)/>/>{f.insertBefore(h,f.childNodes[d]||null);g=e;break}}if(g){if(d+1<f.childNodes.length){var ia=
f.childNodes[d+1];if(!K(ia.firstChild,"gbmh")&&!Ca(ia,t))k=d+1}else if(d-1>=0){var ka=f.childNodes[d-1];if(!K(ka.firstChild,"gbmh")&&!Ca(ka,t))k=d}break}d>0&&d+1<m&&d++}if(k>=0){var N=document.createElement("li"),la=document.createElement("div");N.className="gbmtc";la.className="gbmt gbmh";N.appendChild(la);f.insertBefore(N,f.childNodes[k])}j.addHover&&j.addHover(a)}else f.appendChild(h)}}catch(Qa){B(Qa)}},Ca=function(a,B)/>/>{for(var c=b.length,d=0;d<c;d++)if(K(a,b[d]))return e;return i},Ea=function(a,
b,c){Da(a,b,c)},Fa=function(a,B)/>/>{Da(a,"gbe",B)/>/>},Ga=function(){v(function(){j.pcm&&j.pcm()})},Ha=function(a,b,c,d,g,f,h,m){v(function(){j.paa&&j.paa(a,b,c,d,g,f,h,m)})},Ia=function(a,B)/>/>{Q[a]||(Q[a]=[]);Q[a].push(B)/>/>},Ja=function(a,B)/>/>{R[a]||(R[a]=[]);R[a].push(B)/>/>},Ka=function(a,B)/>/>{va[a]=b},La=function(a,B)/>/>{S[a]||(S[a]=[]);S[a].push(B)/>/>},za=function(a){a.preventDefault&&a.preventDefault();a.returnValue=i;a.cancelBubble=e},V=null,ya=function(a,B)/>/>{U();if(a){W(a,"Opening&hellip;");X(a,e);var c=
typeof b!="undefined"?b:1E4,d=function(){Ma(a)};V=window.setTimeout(d,c)}},Na=function(a){U();if(a){X(a,i);W(a,"")}},Ma=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){B(c)}},W=function(a,b,c){if(a&&B)/>/>{var d=xa(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?L(a,"gbmsgo"):
O(a,"gbmsgo")},xa=function(a){for(var b=0,c;c=a.childNodes[b];b++)if(K(c,"gbmsg"))return c},U=function(){V&&window.clearTimeout(V)};o("so",ta);o("sos",sa);o("si",ua);o("tg",Aa);o("close",Ba);o("addLink",Ea);o("addExtraLink",Fa);o("pcm",Ga);o("paa",Ha);o("ddld",ya);o("ddrd",Na);o("dderr",Ma);o("rtl",wa);o("bh",Q);o("abh",Ia);o("dh",R);o("adh",Ja);o("ch",S);o("ach",La);o("eh",va);o("aeh",Ka);o("qs",ra);o("setContinueCb",pa);o("pc",qa);n.d=za;var Oa={};q.base=Oa;r.push(["m",{url:"//ssl.gstatic.com/gb/js/sem_6501b4b3093bbedb61d2e7435c5cb98e.js"}]);var Pa=n.c("1",0),Ra=/bgbmtb/,Sa=function(a){if(Ra.test(a.className))return"gbm0l";return"gbz0l"},Ta=function(a){try{var b=document.getElementById("gb_"+Pa),c=document.getElementById("gb_"+a);b&&O(b,Sa(B)/>/>);c&&L(c,Sa(c))}catch(d){B(d)}Pa=a},Ua=j.qs,Va=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},Wa=function(a){Ua(a);
Va(a)};o("slp",Ta);o("qs",Wa);o("qsi",Va);if(n.a("1")){var Xa=n.a("");r.push(["gc",{auto:Xa,url:"//ssl.gstatic.com/gb/js/abc/gcm_f33b375e36e8c1fa70957777bf47af4a.js"}]);var Ya={version:"gcm_f33b375e36e8c1fa70957777bf47af4a.js",index:"",lang:"en"};q.gc=Ya;var Y=function(a){if(window.googleapis&&window.iframes)a&&a();else{a&&z(a);y("gc")}};o("lGC",Y);n.a("1")&&o("lPWF",Y)};window.__PVT="";var Za=n.b("0.001",1.0E-4),$a=n.b("0.01",1),ab=i,bb=i;if(n.a("1")){var cb=Math.random();if(cb<=Za)ab=e;if(cb<=$a)bb=e}var Z=aa;function db(a){if(a<=34){if(a<=Z.u){if(a==Z.k||a==Z.o||a==Z.v)return i;return e}else if(a>=Z.h&&a<=Z.j)return e;return i}if(a>=200)return e;return i}
function eb(a,B)/>/>{var c=Za,d=ab;if(db(a)){c=$a;d=bb}if(d){d=encodeURIComponent;c=["//www.google.com/gen_204?atyp=i&zx=",(new Date).getTime(),"&oge=",a,"&ogex=",d("37102"),"&ogf=",j.bv.f,"&ogp=",d("1"),"&ogsr=",Math.round(1/c),"&ogv=",d("1330621721.1330029468"),"&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))}}F(c.join(""))}}C=eb;o("il",C,G);var fb={};q.il=fb;var gb=function(){j.prm&&j.prm()},hb=function(a){u("m",function(){j.spn(a)})},ib=function(a){u("m",function(){j.spp(a)})},jb=function(){u("m",function(){j.spd()})};o("spn",hb);o("spp",ib);o("spd",jb);Ia("gbd4",gb);if(n.a("")){var kb={g:n.a(""),d:n.a(""),e:"",m:"",p:"//ssl.gstatic.com/gb/images/avatar_b96.png",xp:n.a("1"),mg:"%1$s (delegated)",md:"%1$s (default)"};q.prf=kb};if(n.a("1")&&n.a("1")){var $=function(a){Y(function(){u("pw",a);y("pw")})};o("lPW",$);r.push(["pw",{url:"//ssl.gstatic.com/gb/js/abc/pwm_9f2309242efa34f253d8a3f7d8abb48c.js"}]);var lb=[],mb=function(a){lb[0]=a},nb=function(a,B)/>/>{var c=b||{};c._sn="pw";B(a,c)},ob={signed:lb,elog:nb,base:"https://plusone.google.com/u/0",loadTime:(new Date).getTime()};q.pw=ob;var pb=function(a,B)/>/>{for(var c=b.split("."),d=function(){var m=arguments;a(function(){for(var k=j,l=0,t=c.length-1;l<t;++l)k=k[c[l]];k[c[l]].apply(k,m)})},g=j,f=0,h=c.length-
1;f<h;++f)g=g[c[f]]=g[c[f]]||{};return g[c[f]]=d};pb($,"pw.clk");pb($,"pw.hvr");o("su",mb,j.pw)};function qb(){function a(){for(var l;l=f[h++];)if(l[0]=="m"||l[1].auto)break;if(l){x(2,l[0]);w(l[1].url)}h<f.length&&setTimeout(a,0)}function b(){g-- >0?setTimeout(b,0):a()}var c=n.a("1"),d=n.a(""),g=3,f=r,h=0,m=window.gbarOnReady;if(m)try{m()}catch(k){B(k)}if(d)o("ldb",a);else if(c)window.addEventListener?window.addEventListener("load",b,i):window.attachEvent("onload",B)/>/>;else b()}o("rdl",qb);}catch(e){window.gbar&&gbar.logger&&gbar.logger.ml(e);}})();
(function(){try{var b=window.gbar;var c=function(a,d){b[a]=function(){if(window.navigator&&window.navigator.userAgent)return d(window.navigator.userAgent);return false}},e=function(a){return!(/AppleWebKit/.+(?:Version/[35].|Chrome/[01].)/.test(a)||a.indexOf("Firefox/3.5.")!=-1)},f=function(a){return a.indexOf("iPad")==-1};c("bs_w",e);c("bs_s",f);}catch(e){window.gbar&&gbar.logger&&gbar.logger.ml(e);}})();
(function(){try{var a=window.gbar;a.mcf("sf",{});}catch(e){window.gbar&&gbar.logger&&gbar.logger.ml(e);}})();
(function(){try{var c=window.gbar;var e=c.i;var h,k,o=function(a,B)/>/>{c.logger.ml(a,{_sn:"cfg.es."+b})},p=function(a){return document.getElementById(a)},s=function(a){var b=Array.prototype.slice.call(arguments,1);return function(){var f=Array.prototype.slice.call(arguments);f.unshift.apply(f,B)/>/>;return a.apply(this,f)}},t=undefined,x=undefined,y=undefined,z=e.c("640"),A=e.c("590"),F=e.c("1252"),G=e.c("1060"),H={},I={},J={};H.h=e.c("102");
H.m=e.c("44");H.f=e.c("220");I.h=e.c("102");I.m=e.c("28");I.f=e.c("160");J.h=e.c("102");J.m=e.c("16");J.f=e.c("140");
var K=e.c("16"),L=e.c("572"),M=e.c("572"),N=e.c("220"),aa=e.c("160"),ba=e.c("140"),ca=e.c("15"),da=e.c("15"),ea=e.c("6"),fa=e.c("44"),ga=e.c("28"),ha=e.c("16"),
ia=e.c("15");e.a("1");
var ja=e.c("980"),ka=["gb","gbq","gbu","gbzw","gbpr","gbq2","gbqf","gbq3","gbq1","gbqlw","gbql","gbmail","gbx1","gbx2","gbx3","gbx4","gbg1","gbg3","gbg4","gbd1","gbd3","gbd4","gbs","gbwc","gbprc"],O=[],P=true,S=function(a){try{c.close();if(a=="lg")Q("");else if(a=="md")Q("gbem");else a=="sm"&&Q("gbes")}catch(B)/>/>{o(b,"stem")}},la=s(S,"lg"),ma=s(S,"md"),na=s(S,"sm"),W=function(a){try{S(a);var b=T("Height"),f=T("Width"),d=H;if(a=="sm")d=J;else if(a=="md")d=I;U(b,f,a,d);V()}catch(l){o(l,
"seme")}},oa=function(a){try{O.push(a)}catch(B)/>/>{o(b,"roec")}},X=function(){if(P)try{for(var a=0,b;b=O[a];++a)b(h)}catch(f){o(f,"eoec")}},pa=function(a){try{return P=a}catch(B)/>/>{o(b,"ear")}},T=function(a){var b="inner"+a;a="offset"+a;if(window[b])return window[b];else if(document.documentElement&&document.documentElement[a])return document.documentElement[a];return 0},Y=function(){var a=T("Height"),b=T("Width"),f=H,d="lg";if(b<G||a<A){d="sm";f=J}else if(b<F||a<z){d="md";f=I}U(a,b,d,f);return d},V=function(){try{var a=
p("gbx1");if(a){var b=c.rtl(document.body),f=a.clientWidth;a=f<=ja;var d=p("gb_70");if(!t)if(d)t=d.clientWidth;else{var l=p("gbg6");if(l)t=l.clientWidth;else{var i=p("gbg4");if(i)t=i.clientWidth;else return}}if(!x){var m=p("gbg3");if(m)x=m.clientWidth}var g=h.mo;l=fa;i=ca;var u=N;if(g=="md"){l=ga;i=da;u=aa}else if(g=="sm"){l=ha-K;i=ea;u=ba}var n=c.snw&&c.snw();if(n)u+=n+i;n=t;var q=p("gbg1");if(q)n+=q.clientWidth+i;if(m=p("gbg3"))n+=x+i;var v=p("gbg4"),w=p("gbgs4dn");if(v&&!w)n+=v.clientWidth+i;n=
Math.min(304,n);u+=l;var D=p("gbqfbw");if(D){D.style.display="";u+=D.clientWidth+ia*2}g=f-u;var j=p("gbqf"),r=c.gpcc&&c.gpcc();if(j&&!r){r=f-n-u;r=Math.min(r,M);r=Math.max(r,L);j.style.maxWidth=r+"px";g-=r}var B=p("gbi3");if(B)if(j=g<=236){j=b;if(!y)y=B.innerHTML;B.innerHTML="";j="padding"+(j?"Right":"Left");B.style[j]="7px"}else{j=b;if(y){B.innerHTML=y;j="padding"+(j?"Right":"Left");B.style[j]=""}}if(q){q.style.display="";g-=q.clientWidth+i}if(m){m.style.display="";g-=m.clientWidth+i}if(v&&!w)g-=
v.clientWidth+i;v=w?0:35;var E=w||p("gbi4t");if(E&&!d){if(g>v){E.style.display="";E.style.maxWidth=g+"px"}else E.style.display="none";var R=p("gbg6");if(R)R.style.width=g<t&&g>v?g+"px":"";w="left";if(t>g^b)w="right";E.style.textAlign=w}if(m)if(g<0){g+=m.clientWidth;m.style.display="none"}if(q)if(g<0){g+=q.clientWidth;q.style.display="none"}if(D)if(g<0||d&&g<d.clientWidth)D.style.display="none";d=b?"right":"left";b=b?"left":"right";var C=p("gbu"),qa=C.style[d]!="";if(a){C.style[d]=f-C.clientWidth-
l+"px";C.style[b]="auto"}else{C.style[d]="";C.style[b]=""}a!=qa&&c.swsc&&c.swsc(a)}}catch(ra){o(ra,"cb")}},U=function(a,b,f,d){h={};h.mo=f;h.vh=a;h.vw=b;h.es=d;if(f!=k){X();e.f&&e.f()}},sa=function(a){H.h+=a;I.h+=a;J.h+=a},ta=function(){return h},ua=function(){try{if(P==true){var a=k;k=Y();if(a!=k)switch(k){case "sm":na();break;case "md":ma();break;default:la()}}V()}catch(B)/>/>{o(b,"sem")}},Q=function(a){var b=p("gb");if(B)/>/>{c.cr(b,"");c.cr(b,"gbemi");c.cr(b,"gbesi")}b=[];for(var f=0,d;d=ka[f];f++)if(d=
p(d)){if(a=="gbem"){c.cr(d,"");c.cr(d,"gbes");c.ca(d,a)}if(a=="gbes"){c.cr(d,"");c.cr(d,"gbem");c.ca(d,a)}if(a==""){c.cr(d,"gbem");c.cr(d,"gbes");c.ca(d,a)}b.push(d)}return b},$=function(){try{if(P==true){k=Y();switch(k){case "sm":Z("gbesi");break;case "md":Z("gbemi");break;default:Z("")}}V()}catch(a){o(a,"semol")}},Z=function(a){var b=p("gb");b&&c.ca(b,a)};c.eli=$;c.elg=ua;c.ell=s(W,"lg");c.elm=s(W,"md");c.els=s(W,"sm");c.elr=ta;c.elc=oa;c.elx=X;c.elh=sa;c.ela=pa;c.elp=V;c.upel=s(W,"lg");
c.upes=s(W,"md");c.upet=s(W,"sm");$();c.mcf("el",{});}catch(e){window.gbar&&gbar.logger&&gbar.logger.ml(e);}})();
(function(){try{var a=window.gbar;var d=function(){return document.getElementById("gbqfqw")},h=function(){return document.getElementById("gbqfq")},i=function(){return document.getElementById("gbqf")},j=function(){return document.getElementById("gbqfb")},l=function(B)/>/>{var c=document.getElementById("gbqfaa");c.appendChild(B)/>/>;k()},m=function(B)/>/>{var c=document.getElementById("gbqfab");c.appendChild(B)/>/>;k()},k=function(){var b=document.getElementById("gbqfqwb");if(B)/>/>{var c=document.getElementById("gbqfaa"),e=document.getElementById("gbqfab");
if(c||e){var f="left",g="right";if(a.rtl(document.body)){f="right";g="left"}if(c)b.style[f]=c.offsetWidth+"px";if(e)b.style[g]=e.offsetWidth+"px"}}},n=function(B)/>/>{a.qm(function(){a.qfhi(B)/>/>})};a.qfgw=d;a.qfgq=h;a.qfgf=i;a.qfas=l;a.qfae=m;a.qfau=k;a.qfhi=n;a.qfsb=j;}catch(e){window.gbar&&gbar.logger&&gbar.logger.ml(e);}})();
(function(){try{var a=window.gbar;var d=a.logger.ml,f=["gbq1","gbq2","gbpr","gbqfbwa","gbx1","gbx2"],h=true,i=function(B)/>/>{var c=document.getElementById("gbqld");if(c){c.style.display=b?"none":"block";if(c=document.getElementById("gbql"))c.style.display=b?"block":"none"}},j=function(){try{for(var b=0,c;c=f[b];b++){var e=document.getElementById(c);e&&a.ca(e,"gbqfh")}h&&a.gpoas();a.elp&&a.elp();i(true)}catch(g){d(g)}},k=function(){try{for(var b=0,c;c=f[b];b++){var e=document.getElementById(c);e&&a.cr(e,"gbqfh")}h&&a.gpcas();a.elp&&a.elp();
i(false)}catch(g){d(g)}},l=function(B)/>/>{var c=document.getElementById("gbq1");if(c){a[b](c,"gbto");a[b](c,"gbtoc")}},m=function(){try{l("ca");a.qm(function(){a.gpoas()})}catch(B)/>/>{d(B)/>/>}},n=function(){try{l("cr");a.qm(function(){a.gpcas()})}catch(B)/>/>{d(B)/>/>}},o=function(){try{var b=document.getElementById(f[0]);return b&&a.cc(b,"gbqfh")}catch(c){d(c)}};a.gpca=j;a.gpcr=k;a.gpcc=o;a.gpoas=m;a.gpcas=n;}catch(e){window.gbar&&gbar.logger&&gbar.logger.ml(e);}})();
(function(){try{var a=window.gbar;var c=a.logger.ml,f=function(d){try{var b=document.getElementById("gbom");b&&d.appendChild(b.cloneNode(true))}catch(e){c(e)}};a.aomc=f;}catch(e){window.gbar&&gbar.logger&&gbar.logger.ml(e);}})();
(function(){try{var a=window.gbar;a.mcf("pm",{u:"23ad",p:""});}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><body id=gsr bgcolor=#ffffff text=#222222 link=#1122cc vlink=#6611cc alink=#dd4b39 onload="try{if(!google.j.B)/>/>{document.f&&document.f.q.focus();document.gbqf&&document.gbqf.q.focus()}}catch(e){};if(document.images)new Image().src='/images/nav_logo104.png'" ><div id=pocs style=visibility:hidden;position:absolute><div id=pocs0>Google Instant is unavailable. Press Enter to search. <a href="/support/websearch/bin/answer.py?answer=186645&hl=en&form=bb">Learn more</a></div><div id=pocs1>Google Instant is off due to connection speed. Press Enter to search.</div><div id=pocs2>Press Enter to search.</div></div> <a href="/setprefs?prev=http://www.google.com/&sig=0_kw2PTO-CExo718Ct4R59fkDWzSk%3D&suggon=2" style="left:-1000em;position:absolute">Screen reader users, click here to turn off Google Instant.</a> <textarea id=csi style=display:none name=csi><textarea><script>if(google.j.b)document.body.style.visibility='hidden';</script><div id=mngb><div id=gb><script>window.gbar&&gbar.eli&&gbar.eli()</script><div id=gbw><div id=gbzw><div id=gbz><span class=gbtcb></span><ol id=gbzc class=gbtc><li class=gbt><a onclick=gbar.logger.il(1,{t:119}); class=gbzt id=gb_119 href="https://plus.google.com/?gpsrc=ogpy0&tab=wX"><span class=gbtb2></span><span class=gbts>+You</span></a></li><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>Search</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/imghp?hl=en&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:8}); class=gbzt id=gb_8 href="http://maps.google.com/maps?hl=en&tab=wl"><span class=gbtb2></span><span class=gbts>Maps</span></a></li><li class=gbt><a onclick=gbar.qs(this);gbar.logger.il(1,{t:36}); class=gbzt id=gb_36 href="http://www.youtube.com/?tab=w1"><span class=gbtb2></span><span class=gbts>YouTube</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.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>Mail</span></a></li><li class=gbt><a onclick=gbar.logger.il(1,{t:25}); class=gbzt id=gb_25 href="https://docs.google.com/?tab=wo"><span class=gbtb2></span><span class=gbts>Documents</span></a></li><li class=gbt><a onclick=gbar.logger.il(1,{t:24}); class=gbzt id=gb_24 href="https://www.google.com/calendar?tab=wc"><span class=gbtb2></span><span class=gbts>Calendar</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/?hl=en&tab=wT">Translate</a></li><li class=gbmtc><a onclick=gbar.logger.il(1,{t:17}); class=gbmt id=gb_17 href="http://www.google.com/mobile/">Mobile</a></li><li class=gbmtc><a onclick=gbar.qs(this);gbar.logger.il(1,{t:10}); class=gbmt id=gb_10 href="http://books.google.com/bkshp?hl=en&tab=wp">Books</a></li><li class=gbmtc><a onclick=gbar.logger.il(1,{t:166}); class=gbmt id=gb_166 href="http://music.google.com/">Music</a></li><li class=gbmtc><a onclick=gbar.logger.il(1,{t:172}); class=gbmt id=gb_172 href="https://www.google.com/offers/home?utm_source=xsell&utm_medium=el&utm_campaign=sandbar#!details/">Offers</a></li><li class=gbmtc><a onclick=gbar.logger.il(1,{t:212}); class=gbmt id=gb_212 href="https://wallet.google.com/manage/">Wallet</a></li><li class=gbmtc><a onclick=gbar.qs(this);gbar.logger.il(1,{t:6}); class=gbmt id=gb_6 href="http://www.google.com/shopping?hl=en&tab=wf">Shopping</a></li><li class=gbmtc><a onclick=gbar.logger.il(1,{t:30}); class=gbmt id=gb_30 href="http://www.blogger.com/?tab=wj">Blogger</a></li><li class=gbmtc><a onclick=gbar.logger.il(1,{t:32}); class=gbmt id=gb_32 href="http://www.google.com/reader/?hl=en&tab=wy">Reader</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?tab=we">Finance</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/home?hl=en&tab=wq">Photos</a></li><li class=gbmtc><a onclick=gbar.qs(this);gbar.logger.il(1,{t:12}); class=gbmt id=gb_12 href="http://video.google.com/?hl=en&tab=wv">Videos</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><div id=gbq><div id=gbq1 class="gbt gbqfh gbto gbtoc"><script>window.google&&google.j&&google.j.b&&gbar.gpcas&&gbar.gpcas()</script><div id=gbqlw class=gbgt><span id=gbql></span></div></div><div id=gbq2 class="gbt gbqfh"><div id=gbqfw ><form id=gbqf name=gbqf method=get action="/search" onsubmit="gbar.logger.il(31);"><fieldset id=gbqffh class=gbxx><legend class=gbxx>Hidden fields</legend><div id=gbqffd><input type=hidden name="hl" value="en"><input type=hidden name="output" value="search"><input type=hidden name="sclient" value="psy-ab"></div></fieldset><fieldset id=gbqff><legend id=gbqfl class=gbxx></legend><div id=gbqfqw class=gbqfqw><div id=gbqfqwb><input id=gbqfq class=gbqfif name=q type=text autocomplete=off value=""></div></div><div id=gbqfbw><button id=gbqfb aria-label="Google Search" class=gbqfb name=btnG><span id=gbqfi></span></button></div></fieldset><div id=gbqfbwa class=jsb><button id=gbqfba aria-label="Google Search" name=btnK class="gbqfb gbqfba"><span id=gbqfsa>Google Search</span></button><button id=gbqfbb aria-label="I'm Feeling Lucky" name=btnI class="gbqfb gbqfba" onclick="if(this.form.q.value)this.checked=1;else window.top.location='/doodles/'"><span id=gbqfsb>I'm Feeling Lucky</span></button></div></form></div></div></div><div id=gbu><div id=gbvg class=gbvg><h2 class=gbxx>Account Options</h2><span class=gbtcb></span><ol class=gbtc><li class=gbt></li><li class=gbt><a href="https://accounts.google.com/ServiceLogin?hl=en&continue=http://www.google.com/" onclick="gbar.logger.il(9,{l:'i'})" id=gb_70 class=gbgt><span id=gbgs4><span id=gbi4t>Sign in</span></span></a></li><div style="display:none"><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="gbe gbmtc"><a id=gmlas class=gbmt href="/advanced_search?hl=en">Advanced search</a></li><li class="gbe gbmtc"><a class=gbmt href="/language_tools?hl=en">Language tools</a></li><li class="gbe gbmtc"><a class=gbmt href="/url?sa=p&pref=ig&pval=3&q=http://www.google.com/ig%3Fhl%3Den%26source%3Diglk&usg=AFQjCNFA18XPfgb7dKnXfKz7x7g1GDH1tg">iGoogle</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></div></ol></div></div></div><div id=gbx1 class="gbqfh"></div><div id=gbx3></div><script>window.gbar&&gbar.elp&&gbar.elp()</script></div><div id=searchform style="display:none"><span id=tophf></span><span id=ss-bar></span></div></div><iframe name=wgjf style=display:none src="/blank.html" onload="google.j.l()" onerror="google.j.e()"></iframe><textarea id=wgjc style=display:none name=wgjc><textarea><textarea id=wwcache style=display:none name=wwcache><textarea><textarea id=csi style=display:none name=csi><textarea><textarea id=hcache style=display:none name=hcache><textarea><div id=gac_scont></div><div id=main><span class=ctr-p id=body><center><div id=lga style="height:231px;margin-top:-22px"><img alt="Google" height=95 id=hplogo src="/images/srpr/logo3w.png" width=275 style="padding-top:112px" onload="window.lol&&lol()"></div><div style="height:102px"></div><div style="font-size:83%;min-height:3.5em"><br></div><div id=res></div></center></span> <div id=footer style="display:none;" class=ctr-p><div> <div id=ftby><div id=fll ><div><a href="/intl/en/ads/">Advertising&nbsp;Programs</a><a href="/services/">Business Solutions</a><a href="/intl/en/policies/">Privacy</a></div><div><a href="https://plus.google.com/116899029375914044550" rel="publisher">+Google</a><a href="/intl/en/about.html">About Google</a><b><a href="http://www.google.de/">Go to Google Deutschland</a></b></div></div><div id=flci><a href="/url?sa=p&amp;pref=ig&amp;pval=3&amp;q=http://www.google.com/ig%3Fhl%3Den%26source%3Diglk&usg=AFQjCNFA18XPfgb7dKnXfKz7x7g1GDH1tg">iGoogle</a><a href="javascript:void(0)" id=cp-sol>Change background image</a></div> </div> </div> </div> </div> <script>function _gjp(){!(location.hash&&_gjuc())&&setTimeout(_gjp,500);}google.j[1]={cc:[],co:['body','footer','xjsi'],pc:[],css:document.getElementById('gstyle').innerHTML,main:'<span class=ctr-p id=body></span>'+'<span class=ctr-p id=footer></span>'+'<span id=xjsi></span>',bl:['mngb','gb_']};</script><script>function wgjp(){var xjs=document.createElement('script');xjs.src='/extern_chrome/95e6f5d098e4da22.js';(document.getElementById('xjsd')||document.body).appendChild(xjs)};</script><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)};
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/CgJlbiswRTgALCswWjgALCswDjgALCswFzgALCswPDgALCswUTgALCswWTgALCswCjgAmgICY2MsKzCYATgALCswFjgALCswGTgALCswKzgAmgILanNfcmVkaXJlY3QsKzBBOAAsKzBNOAAsKzBOOAAsKzBTOAAsKzBUOAAsKzBpOAAsKzCQATgALCswkgE4ACwrMJcBOAAsKzCjATgALCswpwE4ACwrMKwBOAAsKzDRATgALCsw1QE4ACwrMNgBOAAsKzDbATgALCswHTgALCswXDgALCswGDgALCswJjgALIACaJACaw/OhYYc4GFekI.js');google.xjs=1}(function(){
var a=document.getElementById("cp-sol");if(a&&!a.onclick)a.onclick=function(){var b="https://accounts.google.com/ServiceLogin?continuex3dhttp://www.google.com/webhp%3Fcplp%3Dx26hlx3denx26servicex3digx26ltmplx3daddphoto";document.location=b.indexOf("%3Fcplp%3D")<0?b.replace("%26cplp%3D","%26cplp%3D"+(new Date).getTime()):b.replace("%3Fcplp%3D","%3Fcplp%3D"+(new Date).getTime())};
})();
;google.neegg=1;(function(){
function a(){if(document.documentElement&&document.documentElement.clientHeight)return document.documentElement.clientHeight;else if(document.body&&document.body.clientHeight)return document.body.clientHeight;return 0}function b(d,k,e){var l=d.offsetHeight?e-d.offsetHeight:e+10,m=k-l-10,f=Math.max(m,0);d.style.height=f+"px";return f}var c=false,g;function h(){if(google.sn=="web"){i();return}if(g)b(g,a(),document.body.offsetHeight)}function j(){if(google.sn=="web"||c)return;g=document.getElementById("footer");
if(!g)return;if(window.addEventListener)window.addEventListener("resize",h,false);else window.attachEvent("onresize",h);g.style.display="block";h();c=true}function i(){if(!c)return;if(window.removeEventListener)window.removeEventListener("resize",h,false);else window.detachEvent("onresize",h);c=false;g=document.getElementById("footer");g&&(g.style.display="none")}if(google.rein&&google.dstr){google.rein.push(function(){j()});google.dstr.push(function(){i()})}j();
})();
;google.mc=[];google.mc=google.mc.concat([[69,{}],[14,{}],[60,{}],[23,{}],[81,{}],[10,{"client":"hp","dh":true,"ds":"","fl":true,"host":"google.com","jsonp":true,"msgs":{"lcky":"Iu0026#39;m Feeling Lucky","lml":"Learn more","psrc":"This search was removed from your u003Ca href="/history"u003EWeb Historyu003C/au003E","psrl":"Remove","srch":"Google Search"},"ovr":{"da":1,"ep":1,"fm":1,"l":1,"mc":1,"o":1,"p":1,"pf":1,"ps":1,"sn":1,"sw":1},"pq":"","psy":"p","scd":10,"sce":4}],[152,{}],[43,{"qir":true,"rctj":true,"ref":false,"uff":false}],[83,{}],[65,{}],[213,{"pberr":"u003Cfont color=redu003EError:u003C/fontu003E The server could not complete your request. Try again in 30 seconds."}],[78,{}],[25,{"g":28,"k":true,"m":{"app":true,"bks":true,"blg":true,"dsc":true,"evn":true,"fin":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}],[209,{}],[216,{}],[105,{}],[22,{"db":false,"m_errors":{"32":"Sorry, no more results to show.","default":"u003Cfont color=redu003EError:u003C/fontu003E The server could not complete your request. Try again in 30 seconds."},"m_tip":"Click for more information","nlpm":"-153px -84px","nlpp":"-153px -70px","utp":true}],[77,{}],[167,{"MESSAGES":{"msg_img_from":"Image from %1$s","msg_ms":"More sizes","msg_si":"Similar"}}],[146,{}],[209,{}],[144,{}],[219,{}],[84,{"cm_hov":true,"uab":true}],[151,{"ab":{"on":true},"ajax":{"gl":"us","gwsHost":"","hl":"en","maxPrefetchConnections":2,"prefetchTotal":5,"q":"","requestPrefix":"/ajax/rd?"},"css":{"def":false,"hIconsLarge":true},"elastic":{"hideLeftnav":false,"js":true,"rhs4Col":1088,"rhs5Col":1176,"rhsOn":true,"tiny":false},"kfe":{"adsClientId":33,"clientId":29,"kfeHost":"clients1.google.com","kfeUrlPrefix":"/webpagethumbnail?r=4u0026f=3u0026s=400:585u0026query=u0026hl=enu0026gl=us","vsH":585,"vsW":400},"logging":{"csiFraction":0.050},"msgs":{"details":"Result details","hPers":"Hide personal results","loading":"Still loading...","mute":"Mute","noPreview":"Preview not available","sPers":"Show personal results","unmute":"Unmute"},"nokjs":{"on":true},"time":{"hOff":300,"hOn":300,"hSwitch":200,"loading":100,"timeout":2500},"vp":{"setUserPrefsUrl":"/setprefs?vpsndts=%(exptime)su0026sig=0_kw2PTO-CExo718Ct4R59fkDWzSk=u0026noredirect=1"}}],[29,{"cspd":0,"icmt":false,"jck":true,"mcr":5}],[92,{"ae":true,"avgTtfc":2000,"bpe":false,"brba":false,"dlen":24,"dper":3,"fbdc":500,"fbdu":3000,"fbh":true,"fd":1000,"focus":true,"fs":true,"gpsj":true,"hiue":true,"hpt":299,"iavgTtfc":2000,"kn":true,"knrt":true,"maxCbt":1500,"mds":"clir,clue,dfn,evn,frim,klg,prc,rl,show,sp,sts,mbl_he,mbl_hs,mbl_re,mbl_rs,mbl_sv","msg":{"dym":"Did you mean:","gs":"Google Search","kntt":"Use the up and down arrow keys to select each result. Press Enter to go to the selection.","sif":"Search instead for","srf":"Showing results for"},"odef":true,"ophe":true,"pmt":250,"pq":true,"rpt":50,"sfcs":true,"tct":" u3000?","tdur":50,"ufl":true}],[24,{}],[38,{}]]);(function(){var r=(function(){google.y.first.push(function(){if(google.med){google.med('init');google.initHistory();google.med('history');}google.History&&google.History.initialize('/')});});r();var l=window.location.hash?window.location.href.substr(window.location.href.indexOf('#')):'#';if(l=='#'&&google.defre){google.defre=1;google.y.first.push(function(){if(google.j&&google.j.init){google.rein&&google.rein.push(r);}});}})();if(google.j&&google.j.en&&google.j.xi){window.setTimeout(google.j.xi,0);}</script></div><script>(function(){
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",
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",l);google.timers.load.t.prt=(f=(new Date).getTime());
})();
</script>
But if you get a page like e.g. http://whatismyip.org/, then you'll get something like this:
123.123.123.123
So it totally depends on what you use it for, for what webpages, and how much you're willing to write an interpreter. ;)/>/>
Edited on 07 March 2012 - 11:45 AM
Posted 07 March 2012 - 01:05 PM
Well, I'm about to start hosting a website, so if i set it up correctly i want to be able to see it fairly well on the computer, ill see what i can do, this might get difficult… also, totally random question, what the hell is luajava!?