﻿// JScript File
// Mostra texto aletatorio
var Quotation=new Array()

Quotation[0] = "+55 0xx (47) 3001 5599";
Quotation[1] = "+55 0xx (41) 3941 5599";
Quotation[2] = "skype: mass.com";

var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write(Quotation[whichQuotation]);}

<!-- ABRIR JANELAS LARGAS (MAXIMIZADAS)
function abreM(url,janela,scroll){
W = eval(screen.width)-10;
H = eval(screen.height)-104;

window.open(url,janela,"toolbar=yes,location=no,directories=no,status=no,statusbar=yes,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width="+W+",height="+H+",top=0,left=0");
}

// LINKS
function linkbus(){document.write("http://www.mass.com.br/bus/");}

