// JavaScript Document
// You have downloaded this file without permission, DELETE it immediately.

var tip_count = 6;
var now = new Date()
var sec = now.getSeconds()
var tip = sec % tip_count;
tip +=1;
if (tip==1) {
url="http://www.liax.com/web/webdesign.html";
alt="Web Design";
banner="http://www.liax.com/web/img/pro/pr_01b.jpg";
width="700";
height="100";
}
if (tip==2) {
url="http://www.liax.com/web/webdesign.html";
alt="A website is a powerful advertising tool";
banner="http://www.liax.com/web/img/pro/pr_02n.jpg";
width="700";
height="100";
}
if (tip==3) {
url="http://www.liax.com/web/computerrepair.html";
alt="We repair computers";
banner="http://www.liax.com/web/img/pro/pr_03x.jpg";
width="700";
height="100";
}
if (tip==4) {
url="http://www.liax.com/web/webdesign.html";
alt="Web hosting, McAllen, Mission, Pharr, Edinburg";
banner="http://www.liax.com/web/img/pro/pr_04r.jpg";
width="700";
height="100";
}
if (tip==5) {
url="http://www.liax.com/web/graphicdesign.html";
alt="Graphic Design";
banner="http://www.liax.com/web/img/pro/pr_05cw.jpg";
width="700";
height="100";
}
if (tip==6) {
url="http://www.liax.com/web/technicalconsulting.html";
alt="We repair computers";
banner="http://www.liax.com/web/img/pro/pr_06fr.jpg";
width="700";
height="100";
}
document.write('<center>');
document.write('<a href="' + url + '" target="_self">');
document.write('<img src="' + banner + '" width='+ width + ' height=' + height + ' alt="' + alt + '" border=0><br>');
document.write('</center>');
