var _domain = "NONE";
 var _url = '' + location.href;
_domain = '' +  _url.substring(7, _url.indexOf("/", 7));

var _referrer = "NONE";
 _referrer = '' + encodeURIComponent(document.referrer);

if ( _url.match("blogger.com") == null) 
{

var str='';
str+='<div style="position:absolute;right:10px;top:28px;">';
str+='<table width="370px">';
str+='<tr>';
str+='<td>';
str+='<style type="text\/css">';
str+='@import url(http:\/\/www.google.com\/cse\/api\/branding.css);';
str+='<\/style>';
str+='<div class="cse-branding-right" style="background-color:#000000;color:#FFFFFF">';
str+='  <div class="cse-branding-form">';
str+='    <form action="http:\/\/www.google.com\/cse" id="cse-search-box" target="_blank">';
str+='      <div>';
str+='        <input type="hidden" name="cx" value="partner-pub-7958541108604110:lgxjhl-j6m6" \/>';
str+='        <input type="hidden" name="ie" value="ISO-8859-1" />';
str+='        <input type="text" name="q" size="30" \/>';
str+='        <input type="submit" name="sa" value="Search" \/>';
str+='      <\/div>';
str+='    <\/form>';
str+='  <\/div>';
str+='  <div class="cse-branding-logo">';
str+='    <img src="http:\/\/www.google.com\/images\/poweredby_transparent\/poweredby_000000.gif" alt="Google" \/>';
str+='  <\/div>';
str+='  <div class="cse-branding-text">';
str+='    Custom Search';
str+='  <\/div>';
str+='<\/div>';
str+='<\/td>';
str+='<\/tr>';
str+='<\/table>';
str+='<\/div>';
document.write(str);

}