var cssStr = '#searchbox-container { background: #cfe0e4;}#searchbox-container h2 {	font-size: 10px; font-weight: normal; font-style: normal; color: #0c758f; margin: 0px; padding: 2px 5px 2px 5px;	background: url(http://searchvortal.com/images/grad-sb-footer.png) 0px 0px repeat-x; text-align: right;}#searchbox-container h2 a {color: #8a8a8a;	text-decoration: none;}#searchbox-container h2 a:hover {text-decoration: underline;}#buzzwords {	text-align: justify;margin: 1px 5px 5px 5px;color: #0c758f;	padding-top: 1px;}#buzzwords p {	margin: 4px 0px 4px 0px;}#buzzwords a {	text-decoration: none;}#buzzwords a:hover {	text-decoration: underline;}#sb-search {float: left;	margin: 0px 5px 4px 5px;	padding: 4px 0px 0px 0px;	border-top: 1px dotted #8a8a8a}.sb-form {	width: 95%;	border: 1px solid #8a8a8a;	padding-left: 4px;	color: #999999;	height: 17px;	margin: 0px 0px 0px 0px;}.clear { clear: both;}a {	color: #0c758f;}';
var style = document.createElement("style");
style.setAttribute("type", "text/css");
if(style.styleSheet){// IE
style.styleSheet.cssText = cssStr;
} else {// w3c
var cssText = document.createTextNode(cssStr);
style.appendChild(cssText);
}
document.getElementsByTagName("head")[0].appendChild(style);

document.getElementById("SearchVortalBox").innerHTML = '<div id="searchbox-container">    <div id="buzzwords"><p><a href="http://searchvortal.com/mysearchvortal.php?vid=1133&search=cars" style="font-size:14px">cars</a>, <a href="http://searchvortal.com/mysearchvortal.php?vid=1133&search=dell" style="font-size:16px">dell</a>, <a href="http://searchvortal.com/mysearchvortal.php?vid=1133&search=downloads" style="font-size:18px">downloads</a>, <a href="http://searchvortal.com/mysearchvortal.php?vid=1133&search=football" style="font-size:12px">football</a>, <a href="http://searchvortal.com/mysearchvortal.php?vid=1133&search=google" style="font-size:18px">google</a>, <a href="http://searchvortal.com/mysearchvortal.php?vid=1133&search=movies" style="font-size:18px">movies</a>, <a href="http://searchvortal.com/mysearchvortal.php?vid=1133&search=music" style="font-size:12px">music</a>, <a href="http://searchvortal.com/mysearchvortal.php?vid=1133&search=myspace" style="font-size:18px">myspace</a>, <a href="http://searchvortal.com/mysearchvortal.php?vid=1133&search=video games" style="font-size:18px">video games</a>, <a href="http://searchvortal.com/mysearchvortal.php?vid=1133&search=yahoo" style="font-size:18px">yahoo</a>, </p>    </div>    <div id="sb-search"> <form id="form1" name="form1" method="get" action="http://searchvortal.com/mysearchvortal.php">      <input name="vid" type="hidden" value="1133" />       <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="100%"><input name="search" type="text"  class="sb-form" /></td> <td><input name="button" type="image" id="button" src="http://www.searchvortals.com/images/btn-search.png"  /></td> </tr></table></form></div><div class="clear"></div> <h2 style="color:#0c758f">Powered by SearchVortals <a href="http://www.searchvortals.com">[?]</a></h2></div>';

