function maiGet(i){return document.getElementById(i) || false;}

// var maiClk;
// var delay = ;
// document.createElement(e);

function maiInit(){
var cu = 'http://pollama.maichat.com/obj?h=372px';
var sty = 'height: 372px; width: 240px;';
sty = ' id="chat" style="'+sty+'" ';
var objString = '<iframe'+sty+'src="'+cu+'" frameborder="0" scrolling="no" marginwidth="0" marginheight="0"></iframe>';
if ( !(navigator.userAgent.indexOf('MSIE') !== -1 && navigator.userAgent.indexOf('MSIE 8.0') === -1) ){
objString = '<object'+sty+'data="'+cu+'" type="application/xhtml">'+objString+'</object>';
}
document.write(objString);

delete maiInit;
}

maiInit();

// border: 1px solid #333333;
// document.write('<a href="javascript:uiFull();">Expand</a>');
// document.write(' | <a href="javascript:uiFull();">Full</a>');