var str1;
function caro()
{
	var str1="";
	//str1+=" <tr>";
	//str1+=" <td>";
	str1+="	Powered by <a href='#' onclick=\"javascript:window.open('http://www.carotechs.com/','','toolbar=yes, location=no, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, width=1024, height=800');\"><img  src='http://www.carotechs.com/images/globalnav/footerlogo.png' border='0' alt='carotechs.com'></a>";
//	str1+="		</td>";
//	str1+="	</tr>";
 	document.write(str1);
}