// Written by robo2.com

function getImages() {

var fn = new Array(59);
var nw = new Date(); 
var sc = nw.getSeconds();

var pn="empty";
var qn="empty";

if (sc>0) 	pn="empty";
if (sc>0) 	pn="deathstar";
if (sc>10) 	pn="delorean";
if (sc>18) 	pn="empty";
if (sc>20) 	pn="dogfight";
if (sc>28) 	pn="dragon";
if (sc>34) 	pn="empty";
if (sc>36) 	pn="titanic";
if (sc>44) 	pn="max";
if (sc>52) 	pn="pigfly";

if (sc>0) 	qn="empty";
if (sc>20) 	qn="hen";
if (sc>25) 	qn="empty";
if (sc>40) 	qn="monolith";
if (sc>45) 	qn="empty";
if (sc>55) 	qn="easter";

document.write('<IMG STYLE="position:absolute; TOP:0px; LEFT:500px;" SRC="http://landonkeywest.com/images/dyn/' + pn +'.gif" border="0"></a>');
document.write('<IMG STYLE="position:absolute; TOP:100px; LEFT:120px;" SRC="http://landonkeywest.com/images/dyn/' + qn +'.gif" border="0"></a>');
}