$(document).ready(function(){
var code = "<style><!-- .headerbarsearchbox { 	font: bold 11px arial; 	color: #c0c0c0; padding-left: 5px;	padding-right:10px;	height: 18px;	width: 175px;	background-color: #FFFFFF;	border: 1px solid #000000;	vertical-align:middle;}" +
"body {	margin-left:0;	margin-right:0;	margin-top:0;}" + 
" .menubar input {font-size:10px; text-align:left; } " +
" .menubar { 	padding-left:0px; padding-right:0px; font-family: arial, serif; border: 1px solid #000000; background-image:url('http://www.sbcounty.gov/images/Homepage/headerbarbg.jpg');} " +
".menubar td { text-align:center;  font-family: Arial, Helvetica, sans-serif; font-size:10px; padding:0; border-right:1px inset #000000; border-left: 0px; } " +
".menubar  a { color:#666666; text-decoration:none;    font-weight:bold;    }   " +
" .menubar a:visited { color:#666666; }--> </style>" + 
"<table width='100%' class='menubar' style='border:solid 1px #000000;' cellpadding='0' cellspacing='0'>" +
"<tr>" +
"<td  align='left' style='height: 32px; width:30px;'><a href='http://www.sbcounty.gov' >" +
"<img border='0' src='http://www.sbcounty.gov/images/Homepage/sbcounty_home_icon.jpg' alt='County of San Bernardino Home Page'></a></td>" +
"<td width='85'  align='left' style='height: 32px'><a href='http://www.sbcounty.gov/main/services.asp'>Services A-Z</a></td>" + 
"<td  width='55' align='left' style='height: 32px'><a href='http://www.sbcounty.gov/main/living.asp'>Living</a></td>" +
"<td  width='55' align='left' style='height: 32px'><a href='http://www.sbcounty.gov/main/working.asp'>Jobs</a></td>" + 
"<td  width='55' align='left style='height: 32px'><a href='http://www.sbcounty.gov/main/contacts.asp'>Contacts</a></td>" +
"<td  width='160' align='left' style='height: 32px'>	<a href='http://service.govdelivery.com/service/user.html?code=CASANBE' style='padding:4px;' > "+
"<img src='http://www.sbcounty.gov/images/Homepage/headerbarenvelopeicon.gif' border='0' alt='E-Subscriptions'	style='vertical-align: middle; ' width='43' height='22'  >E-Subscriptions</a></td> "+
"<td  width='20' align='left' style='height: 27px; border-right: 0; float:left; display:inline; top:10px; padding-left:5px; padding-top:5px;'>Language:</td>" +
"<td><div id=\"google_translate_element\" style=\"float:left; border-left:0; padding-left:5px;display:inline;\" ></div><script> " +
                                                     "function googleTranslateElementInit() { " +
                                                        " new google.translate.TranslateElement({ " +
                                                         "    pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.SIMPLE }, 'google_translate_element'); } " +
"</script><script type=\"text/javascript\" src=\"//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit\"></script></td></tr></table>";
$("body").prepend(code);

});
