function do_login( ) {


if ( location.host == 'www.ccsi.ca') {
   window.location.href = 'https://www.ccsi.ca/members/members.cfm';
}
else if ( location.host == 'www.ccsi.ca:90') {
   window.location.href = 'http://www.ccsi.ca:90/members/members.cfm';  
}
else {
   window.location.href = 'http://appy:81/members/members.cfm';
}

}

