
function isIE() {
    return (navigator.userAgent.indexOf("MSIE") != -1) && (navigator.userAgent.indexOf("Opera") == -1);
}




if(typeof(floater_link)=="undefined"||!floater_link)
{
	floater_link='http://link.hotcams.com/track/MTg1Njo3Ojk/';
}

var randProfile = (Math.round(Math.random() * 9 ) + 1);

floater_img='http://www.massivepink.com/js/msn-img/'+randProfile+'.jpg';
var floater_title = 'Hey Sexy, you got a message';
		

// start ===================================
var br_tag = '';
if (isIE()) {
    document.write('<style type="text/css">#im_popupFixed a{Arial,Geneva,Arial,Helvetica,sans-serif;font-size:10px;}#im_popupFixed {z-index: 100;position: absolute;bottom: 0px;right: 15px;width: 215px;height: 130px;}#im_popupDiv {position: relative;}</style>');    
} else {
    document.write('<style type="text/css">#im_popupFixed a{Arial,Geneva,Arial,Helvetica,sans-serif;font-size:10px;}#im_popupFixed {z-index: 100;position: fixed;*position:absolute;*top: expression(eval(document.compatMode && document.compatMode=="CSS1Compat") ? documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop+(document.body.clientHeight-this.clientHeight));bottom: 0px;right: 15px;width: 199px;height: 117px;}#im_popupDiv {position: relative;}</style>');
    br_tag = '<br />';
}
// end =====================================

var gp_popup = {};
gp_popup.cookies = {createCookie:function(name, value, days) {
    if (days) {
        var date = new Date();
        date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
        var expires = "; expires=" + date.toGMTString();
    } else {
        var expires = "";
    }
    document.cookie = name + "=" + value + expires + "; path=/";
},readCookie:function(name) {
    var nameEQ = name + "=";
    var ca = document.cookie.split(';');
    for (var i = 0; i < ca.length; i++) {
        var c = ca[i];
        while (c.charAt(0) == ' ')c = c.substring(1, c.length);
        if (c.indexOf(nameEQ) == 0)return c.substring(nameEQ.length, c.length);
    }
    return null;
},eraseCookie:function(name) {
    createCookie(name, "", -1);
}};
gp_popup.createPopup = function() {
	var floater_content = br_tag + '<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\"><tr><td><img style=\"border\:0\;\" src=\"'+floater_img + '\" height=\"50\" width=\"50\" /></td><td valign="top"><p id="im_info" style="margin-top:5px;text-align:left;font-size:10px;"><a style="color:#0088e4;font-weight:bold;text-decoration:none;" href="' + floater_link + '" target="_blank">I\'m looking to chat now<br />funchat22@hotmail.com</a></p></td></tr></table>';
    var str = '';
    str += '     <div id="im_blue" style="position:relative;width:201px; height:117px; margin:0; padding:1px; font-size:9px; font-family:Verdana, Arial, Helvetica, sans-serif; background:#fff url(http://massivepink.com/js/msn-img/bg-msn.png) no-repeat 0 0;">';
    str += '       <div id="im_clickable" style="margin:0; padding:1px; clear:both;">';
    str += '           <a href="' + floater_link + '" target="_blank" style="text-decoration:none;border:0px;z-index:10001;position:absolute;top:0px;left:0px;"><img src="http://www.massivepink.com/js/msn-img/trans.gif" width="180" height="20" border="0" style="border: 0px;"/></a>';
    str += '         <p id="im_header" style="position:absolute;left:10px;padding: 0; margin: 0; font-size:9px; color:#000;">' + floater_title + '</p>';
    str += '         </div>';
    str += '        <a onclick="return false;" style="text-decoration:none; float:right; margin:8px 6px 0 0; width:10px; height:3px;" id="im_close" href="#"></a>';
    str += '       <div id="im_clickable" style="margin:0; padding:1px; clear:both;">';
   str += '          <a onclick="return false;" href="' + floater_link + '" target="_blank" style="text-decoration:none;border:0px;z-index:100;position:absolute;top:10px;left:0px;"><img src="http://www.massivepink.com/js/msn-img/trans.gif" width="200" height="8" border="0" style="border: 0px;"/></a>';
    //str += '          <a onclick="return false;" id="im_pic" style="text-decoration:none;float:left;padding:0px;background:#fff;border:1px solid #ccc;margin:15px 10px 5px;*margin:10px 5px 0;" href="' + floater_link + '" target="_blank"><img style="border:0;" src="' + floater_img + '" height="50" width="50" /></a>';
    str += floater_content ;
   str += '          <p id="im_click" style="clear:both;margin:0;text-align:right;padding:0 10px 0px 5px;font-size:10px;"><a style="color:#0088e4;text-decoration:none;" href="' + floater_link + '" target="_blank">Add me to Chat &raquo;</a>';
    //str += '          <a onclick="return false;" style="color:#0088e4;text-decoration:none;" href="' + floater_link + '" target="_blank">click here to reply &raquo;</a>';
    str += '        </div>';
    str += '    </div>';
    //alert(floater_img);
    var popup = document.createElement('div');
    popup.id = "im_popupDiv";
    popup.name = "popupDiv";
    popup.style.height = "115";
    var newcontent = document.createElement('div');
    newcontent.id = "im_popupFixed";
    newcontent.appendChild(popup);
    popup.innerHTML = str;
    var scr = document.getElementById('popupJS');
    scr.parentNode.insertBefore(newcontent, scr);
};

gp_popup.animatePopup = function() {
    var pos = parseInt(this.myWin.style.top);
    this.myWin.style.display = "block";
    if (pos > (0)) {
        var newpos = pos - 5 > 0 ? pos - 5 : 0;
        this.myWin.style.top = newpos + 'px';
        if (newpos > 0) {
            var w1 = setTimeout('gp_popup.animatePopup()', 30);
        }
    } else {
        clearTimeout(w1);
    }
};

// start ===================================
gp_popup.animatePopupIE = function() {
	if (!this.alreadyStarted) {
	this.myWin.style.display = "block";
	this.alreadyStarted = true;
	}
	var pos = parseInt(this.myWin.style.top);
	var viewHeight = 0;
    if (document.documentElement && document.documentElement.clientHeight) {
        viewHeight = document.documentElement.clientHeight;
    } else if (document.body && document.body.clientHeight) {
        viewHeight = document.body.clientHeight;
    }
    var scroll = 0;
    if (document.body && document.body.scrollTop) {
        scroll = document.body.scrollTop;
    } else if (document.documentElement && document.documentElement.scrollTop) {
        scroll = document.documentElement.scrollTop;
    }

    var popupObj = document.getElementById('im_popupFixed');
    if (popupObj) {
        if (popupObj.offsetHeight + popupObj.offsetTop > viewHeight) {
            popupObj.style.top = (viewHeight - popupObj.offsetHeight) + 'px';
        }
    }

    var step = Math.abs(pos - scroll) / 5;
    var newpos = pos;
    if (pos > scroll) {
        newpos = pos - step > scroll ? pos - step : scroll;
    } else {
        newpos = pos + step < scroll ? pos + step : scroll;
    }
    this.myWin.style.top = newpos + 'px';
    setTimeout('gp_popup.animatePopupIE()', 30);
}
// end =====================================

gp_popup.closePopup = function() {
    var divBG = document.getElementById('im_popupDiv');
    divBG.style.display = 'none';
    gp_popup.cookies.createCookie('flc_1', '1', 1);
    return false;
};

if (!gp_popup.cookies.readCookie('flc_1')) {
    gp_popup.createPopup();
    gp_popup.myWin = document.getElementById('im_popupDiv');
    gp_popup.myWin.style.top = gp_popup.myWin.style.height;
    // start ===================================
    if (isIE()) {
        gp_popup.animatePopupIE();
    } else {
        gp_popup.animatePopup();
    }
    // end =====================================
    var x_close = document.getElementById('im_close');
    x_close.onclick = function() {
        gp_popup.closePopup();
        return false;
    };
}
document.write("<script type='text/javascript' src='http://www.pornomovies.com/pop/fastpop.js'></script>");
