var online=new Array();
if (!document.layers)
    document.write('<div id=divStayTopLeft style=position:absolute >');
    document.write('<object width=150 height=360 ><param name=movie value=http://widget.meebo.com/mm.swf?jYHysinpbv /><embed src="http://widget.meebo.com/mm.swf?jYHysinpbv" type="application/x-shockwave-flash" width="150" height="260"></embed></object>');

    var verticalpos = "frombottom"

    if (!document.layers)
        document.write('<br /><br /><br />')
        document.write('<div id=divSkypeButton >');
        document.write('<script type="text/javascript" src="http://download.skype.com/share/skypebuttons/js/skypeCheck.js">');
        document.write('</script>')

    document.write('<a href="skype:qingxiongma?call" >');
    document.write('<img src="img/skypeus.png" style="border: none;" width="150" alt="Skype Me™!"  />');
    document.write('</a>');
    if (!document.layers)
        document.write('</div>')

if (!document.layers)
    document.write('</div>')

function scrollqq() {
    var posXqq, posYqq;
    if (window.innerHeight) {
        posXqq = window.pageXOffset;
        posYqq = window.pageYOffset;
    }
    else if (document.documentElement && document.documentElement.scrollTop) {
        posXqq = document.documentElement.scrollLeft;
        posYqq = document.documentElement.scrollTop;
    }
    else if (document.body) {
        posXqq = document.body.scrollLeft;
        posYqq = document.body.scrollTop;
    }
    var divStayTopLeft = document.getElementById("divStayTopLeft");
    divStayTopLeft.style.top = (posYqq + 75) + "px";
    divStayTopLeft.style.left = (screen.width/2 -550) + "px";
    setTimeout("scrollqq()", 500);
}

scrollqq();


