﻿<!--
function extWS(u){
u='http://'+u.replace(/\*/g,'.');
if(u.indexOf('.')>0)
{
var sc=confirm('FRIENDLY WARNING:\nThe link you are trying to access is not part of Faceparty.\nIt could direct you to something nasty! Click OK if you wish\nto trust this member and visit their website anyway.')
if(sc){var ow=window.open(u,'Website','width=640,height=480,location=no,status=yes,toolbar=no,menubar=no,scrollbars=yes,resizable=yes');ow.focus()}
}
}
//-->

