<!-- // * * * * S T A T S
document.write('<div style="position:absolute; top:0; left:0">');
// Define the location of count.asp
// Using a path, you may use this code in any subfolder
var file='http://www.biabordados.com/asp/stats/count.asp';

var d=new Date(); 
var s=d.getSeconds(); 
var m=d.getMinutes();
var x=s*m;
f='' + escape(document.referrer);
if (navigator.appName=='Netscape'){b='NS';} 
if (navigator.appName=='Microsoft Internet Explorer'){b='MSIE';} 
if (navigator.appVersion.indexOf('MSIE 3')>0) {b='MSIE';}
u='' + escape(document.URL); w=screen.width; h=screen.height; 
v=navigator.appName; 
fs = window.screen.fontSmoothingEnabled;
if (v != 'Netscape') {c=screen.colorDepth;}
else {c=screen.pixelDepth;}
j=navigator.javaEnabled();
info='w=' + w + '&h=' + h + '&c=' + c + '&r=' + f + '&u='+ u + '&fs=' + fs + '&b=' + b + '&x=' + x;
document.write('<img src="' + file + '?'+info+ '" width=1 height=1 border=0>');
document.write('</div>');

// * * * ESTA VARIÁVEL É PARA AS PGNS NOMES DE BEBES E ESTÁ DEFINIDA NO NOMESTOP.JS (../)
dir_nom = '';

var d = document;
charge = 0;

//*************** ABRE JANELA
function abre(este,nome){
j=window.open(este,nome,'width=640,height=500,top=0,left=0,scrollbars=1,status=1,resizable=1');
j.focus();
}

//****************** TEXTO ESCONDIDO
function MM_displayStatusMsg(msgStr) { //v1.0
status=msgStr;
document.MM_returnValue = true; 
}
function MM_findObj(n, d) { //v3.0
var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
}
function mostra() { //v3.0
var i,p,v,obj,args=mostra.arguments;
for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
obj.visibility=v; }
}

//*********** TEXTO PISCANTE
window.onerror = null;
 var bName = navigator.appName;
 var bVer = parseInt(navigator.appVersion);
 var NS4 = (bName == "Netscape" && bVer >= 4);
 var IE4 = (bName == "Microsoft Internet Explorer" 
 && bVer >= 4);
 var NS3 = (bName == "Netscape" && bVer < 4);
 var IE3 = (bName == "Microsoft Internet Explorer" 
 && bVer < 4);
 var blink_speed=1000;
 var i=0;
 
if (NS4 || IE4) {
 if (navigator.appName == "Netscape") {
 layerStyleRef="layer.";
 layerRef="document.layers";
 styleSwitch="";
 }else{
 layerStyleRef="layer.style.";
 layerRef="document.all";
 styleSwitch=".style";
 }
}

function Blink(layerName){ // *** BLINKING
 if (NS4 || IE4) { 
 if(i%2==0)
 {
 eval(layerRef+'["'+layerName+'"]'+
 styleSwitch+'.visibility="visible"');
 }
 else
 {
 eval(layerRef+'["'+layerName+'"]'+
 styleSwitch+'.visibility="hidden"');
 }
 } 
 if(i<1)
 {
 i++;
 } 
 else
 {
 i--
 }
 setTimeout("Blink('"+layerName+"')",blink_speed);
}


//*************************** STATUS E ABRE FIL
function abre(fil){
janela1=window.open(fil,'jan','width=600,height=400,scrollbars=yes,resizable=1,top=0,left=0');
}

function sta()
    {window.status = " [-  -  -  -  -  -  W W W . B I A B O R D A D O S . C O M   -  -  -  -  -  -]";
    setTimeout("sta2()",60);
    }
function sta2()
    {window.status = " [ -  -  -  -  -  - W W W . B I A B O R D A D O S . C O M  -  -  -  -  -  - ]";
    setTimeout("sta3()",60);
    }
function sta3()
    {window.status = " [  -  -  -  -  -  -W W W . B I A B O R D A D O S . C O M -  -  -  -  -  -  ]";
    setTimeout("sta()",60);
    }
sta();

//***************************DATA
var dia=new Date();
var mon=dia.getMonth()+1;
var year=dia.getFullYear();
var date=dia.getDate();
var	dias=dia.getDay()

	function CriaArray (n) {
	this.length = n }

	NomeDia = new CriaArray(7)
	NomeDia[0] = "Domingo"
	NomeDia[1] = "Segunda"
	NomeDia[2] = "Terça"
	NomeDia[3] = "Quarta"
	NomeDia[4] = "Quinta"
	NomeDia[5] = "Sexta"
	NomeDia[6] = "Sábado"

	function CriaArray2 (n) {
	this.length = n }

	NomeMes = new CriaArray2(12)
	NomeMes[1] = "Janeiro"
	NomeMes[2] = "Fevereiro"
	NomeMes[3] = "Março"
	NomeMes[4] = "Abril"
	NomeMes[5] = "Maio"
	NomeMes[6] = "Junho"
	NomeMes[7] = "Julho"
	NomeMes[8] = "Agosto"
	NomeMes[9] = "Setembro"
	NomeMes[10] = "Outubro"
	NomeMes[11] = "Novembro"
	NomeMes[12] = "Dezembro"

clock = "São Paulo, " +date+ " de " + NomeMes[mon] + " de " +year+ ", " + NomeDia[dias];
//  End -->
