//
//2speak.js - Version 2.1
//



function makecall(userid,towho) {
    var ref='gaydar';
    var profile='someshit'; 
    window.open('https://www.2speak.com/im/makecall.jsp?nick='+userid+'&nick2='+towho+'&room=&ref='+ref+'&profile='+profile,'MC','scrollbars,resizable,status,width=520,height=480');
    //return false;
}

function answercall(nick,who,profile) {
    var room = '';    
    var ref='gaydar';
    ans = window.open('https://www.2speak.com/im/answer.jsp?nick='+nick+'&room='+room+'&who='+who+'&ref='+ref+'&profile='+profile,'IC','scrollbars,resizable,status,width=500,height=550');
    //return false;
}

