if (typeof jQuery === "undefined") {
    var script_tag = document.createElement('script');
    script_tag.setAttribute("type","text/javascript");
    script_tag.setAttribute("src",
      "https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js")
    script_tag.onload = tahadth_main;
    script_tag.onreadystatechange = function () {
      if (this.readyState == 'complete' || this.readyState == 'loaded') tahadth_main();
    }
    document.getElementsByTagName("head")[0].appendChild(script_tag);
} else {
    tahadth_main();
}
function tahadth_main(){

jQuery(function(){
    jQuery('body').append('\
<div class="tahadth_widget" style="position: fixed;top: 150px;left: 0px;">\
    <div class="tahadth_button" style="position:relative;">\
        <a href="#" rel="tahadth_widget" onclick="document.getElementById(\'tahadth_widget\').style.display=\'block\';document.getElementById(\'tahadth_iframe\').src=\'http://www.tahadth.com/room/index/25\';return false;">\
<div class="label" style="background:url(http://www.tahadth.com/css/img/widget.png) no-repeat left top;cursor: pointer;width:55px;height:45px;"></div>\
        </a>\
        <div class="tahadth_notifier" style="position:absolute; top:-25px; left:3px;background:#333;text-align:center;letter-spacing:1.5px;color:#f1f1f1;font-size:10px;font-weight:bold;white-space:nowrap;padding:3px 5px;border-radius:5px;">Chat<span style="float: left;border-color: #333 transparent transparent transparent;border-width: 6px 6px 0px 6px;border-style: solid;position: absolute;bottom: -6px;left: 12px;"></span></div>\
    </div>\
</div>\
<div id="tahadth_widget" style="\
	display: none;\
	position: fixed;\
    top: 0px;\
    left: 0px;\
    width: 100%;\
    height: 100%;\
    background: #fff;\
    background: rgba(255,255,255,0.5);\
    text-align: center;\
    padding: 0px;\
    margin: 0px;\
    z-index: 10000;\
    cursor: pointer;" onclick="this.style.display=\'none\';" >\
<div style="\
	position: relative;\
    width: 85%;\
    height: 85%;\
    text-align: left;\
    margin: 30px auto;\
    padding: 10px;\
    border: 1px solid #ccc;\
    background: #fff;\
    border-radius: 5px;\
    ">\
<iframe id="tahadth_iframe" src="about:blank" style="\
    width: 100%;\
    height: 100%;\
    border: 0px none;\
    margin: 0px;\
    padding: 0px;\
    "></iframe>\
<div style="position: absolute;right: -9px;top: -9px;"><a href="#" onclick="document.getElementById(\'tahadth_widget\').style.display=\'none\';"><img style="border:0px none" src="http://www.tahadth.com/css/img/close.png"/></a></div>\
</div>\
<div style="position: absolute;right: 0px;bottom: 0px;"><a href="http://www.tahadth.com/"><img style="border:0px none" src="http://www.tahadth.com/css/img/logo_small.png"/></a></div>\
');
    
});
}
