2016-02-24 07:21:23 +00:00
|
|
|
---
|
2017-04-07 22:38:50 +00:00
|
|
|
layout: docwithnav
|
2016-02-24 07:21:23 +00:00
|
|
|
title: Search Results
|
|
|
|
---
|
|
|
|
<script>
|
|
|
|
|
|
|
|
(function() {
|
2016-03-11 08:05:18 +00:00
|
|
|
var cx = '013288817511911618469:elfqqbqldzg';
|
2016-02-24 07:21:23 +00:00
|
|
|
var gcse = document.createElement('script');
|
|
|
|
gcse.type = 'text/javascript';
|
|
|
|
gcse.async = true;
|
|
|
|
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
|
|
|
|
'//cse.google.com/cse.js?cx=' + cx;
|
|
|
|
var s = document.getElementsByTagName('script')[0];
|
|
|
|
s.parentNode.insertBefore(gcse, s);
|
2016-02-25 18:33:20 +00:00
|
|
|
|
|
|
|
document.querySelector('html').classList.add('search');
|
2016-02-24 07:21:23 +00:00
|
|
|
})();
|
|
|
|
</script>
|
2016-03-11 08:05:18 +00:00
|
|
|
<gcse:searchresults-only linktarget="_parent"></gcse:searchresults-only>
|