/*
function gen () {
var T = document.createElement('table');
T.setAttribute('border', '0');
T.setAttribute('cellSpacing', '2');
T.setAttribute('cellPadding', '0');
var Tb = document.createElement('tbody');
T.appendChild(Tb);
var R = document.createElement('tr');
Tb.appendChild(R);
var max = 6;
for (var j=0; j<max; j++) {
if (R.childNodes.length == 3) {
R = document.createElement('tr');
Tb.appendChild(R);
}
var D = document.createElement('td');
D.setAttribute('width', '160');
var S = document.createElement('iframe');
S.setAttribute('src', 'http://www.mmaaxx.com/random/dx/vip/index19.html?affid=101992');
S.setAttribute('scrolling', 'no');
S.setAttribute('frameBorder', '0');
S.setAttribute('width', '160');
S.setAttribute('height', '190');
D.appendChild(S);
R.appendChild(D);
}
var M = document.getElementById('here');
M.appendChild(T);
}

function read_go () {
var M = document.getElementById('here');
M.appendChild(gen());
}
*/

function ready () {
var count=1;
document.writeln('<tr>');
for(var i = 0; i < 4; i++) {
var linebreak=(count==4);
document.writeln('<td>');
document.writeln('<iframe src="http://www.mmaaxx.com/random/dx/vip/index19.html?affid=101992" width=160 height=190 frameborder="no" scrolling="no"></iframe>');
document.writeln('</td>');
//if (linebreak) document.writeln('<tr>');
count++; 
}
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td colspan="4">');
document.writeln('<IFRAME SRC="http://bannercode.dtiserv2.com/index02.html?affid=101992" width=700 height=200 frameborder="no" scrolling="no"></IFRAME>');
document.writeln('</td>');
document.writeln('</tr>');
}

function fine () {
document.writeln('<div align="center">');
document.writeln('<br>');
document.writeln('<a href="http://www.caribbeancom-online.com/"><img src="image/top.jpg" border="0"></a>');
document.writeln('<br>');
document.writeln('<br>');
document.writeln('<iframe width="700px" height="200px" src="http://widgets.dtiserv2.com/carousel?layout=horiz&sites=2468,2469,2470,2471,2476&campaign=n&type=latest&bg=000000&border=n&genre=all&affid=101992" scrolling="no" frameborder="no" ></iframe>');
document.writeln('</div>');
}