function LoadTrigger1() {document.getElementById("AmaFrm").innerHTML = '<iframe src="http://www.lawnix.com/files/za.html" height="165" width="685" frameborder="0" scrolling="no"></iframe>'}
function LoadTrigger2(AbrColRan) {document.getElementById("AdBrFr1").innerHTML = '<iframe src="http://www.lawnix.com/files/cabr/'+AbrColRan+'.html" height="90" width="728" frameborder="0" scrolling="no"></iframe>'}
function LoadTrigger3() {document.getElementById("MonCol").innerHTML = '<iframe src="http://www.lawnix.com/files/mon1.html" height="610" width="170" frameborder="0" scrolling="no"></iframe>'}
function LoadTrigger() {
AbrColRan1=(Math.floor(Math.random()*25)+1);
do {AbrColRan2=(Math.floor(Math.random()*25)+1);} while (AbrColRan2==AbrColRan1);
do {AbrColRan3=(Math.floor(Math.random()*25)+1);} while ((AbrColRan3==AbrColRan1)||(AbrColRan3==AbrColRan2));
do {AbrColRan4=(Math.floor(Math.random()*25)+1);} while ((AbrColRan4==AbrColRan1)||(AbrColRan4==AbrColRan2)||(AbrColRan4==AbrColRan3));
AbrDel1=2000;
AbrDel2=AbrDel1+(90000+Math.floor(90000*Math.random()));
AbrDel3=AbrDel2+(90000+Math.floor(90000*Math.random()));
AbrDel4=AbrDel3+(90000+Math.floor(90000*Math.random()));
LoadTrigger1();
var AbrIntDelz1=setTimeout("LoadTrigger2(AbrColRan1)",AbrDel1);
var AbrIntDelz2=setTimeout("LoadTrigger2(AbrColRan2)",AbrDel2);
var AbrIntDelz3=setTimeout("LoadTrigger2(AbrColRan3)",AbrDel3);
var AbrIntDelz4=setTimeout("LoadTrigger2(AbrColRan4)",AbrDel4);
LoadTrigger3();}