table_open();
if ( (typeof(navigator.mimeTypes["application/x-shockwave-flash"]) == "object") ||
(navigator.appName == "Microsoft Internet Explorer") ) {
//if (1 == 0) {
flash_content();
} else {
text_content();
}
table_close();
ad_window(3021,2896);
function table_open() {
document.write("
 | ");
}
function table_close() {
document.write(" |
\n");
}
function ad_window(passed_in_cid,passed_in_acct_num) {
// rand_num = Math.round( (Math.random() * 5) );
rand_num = Math.floor(Math.random()*5)+1;
if (rand_num == 5) {
window.open("http://www.prophecy-i.com/advertisement.php?type=POPUP&pi_acct_num=" + passed_in_acct_num + "&cid=" + passed_in_cid,"Banners","width=170,height=200,resizable=0,margin=0");
}
}
function text_content() {
document.write("\n\n\n8822\n");
}
function flash_content() {
document.write ('');
}