function openLinkIndic(){
	window.open('http://www.linkws.com/webservices/li/link_indic.jsp?userProductID=195425&url=http://www.computergraffic.com','Indique este site','height=335,width=402,scrolling=no');
	return false;
}
function visitante(){
	var nome = prompt("Seu nome:");
	var css = "\"color: #000; text-decoration: blink\"";
	document.write("<span style='"+css+"'>"+nome+"</span>");
	if(nome=null) {
		document.write("<span style='"+css+"'>VIS.</span>");
	}
}
function escrever(sText){
	document.write(sText)
}
function alerta(msg){
	alert(msg);
}
function _moz_alert() {
	alert("Pressione \"Ctrl+D\" para adicionar aos favoritos!");
}
function addfav(){
	if (navigator.appName == "Netscape") {
		document.write("<a href=\"javascript:_moz_alert()\">Add favoritos</a>");
	}
	else if (navigator.appName == "Microsoft Internet Explorer") {
		document.write("<a href=\"javascript:window.external.addFavorite('http://www.computergraffic.com', 'Computer Graffic')\">Add favoritos</a>");
	}
	else {
		document.write("<a href=\"http://www.computergraffic.com\" rel=\"sidebar\">Add favoritos</a>");
	}
}