EOD;
if($p_htmlview) {
$return .= <<
EOD;
} //if
return ($return);
} //function startASX
function endASX() {
$return = '';
$return .= <<
EOD;
return ($return);
} //function endASX
function addEntry($p_strClipName, $p_clientskip=false) {
$return = '';
if ($p_clientskip) {
$return .= '';
} else {
$return .= '';
} //if
if ( strstr($p_strClipName, 'http://') || strstr($p_strClipName, 'mms://') ) {
$return .= <<
EOD;
} else {
$return .= <<
EOD;
} //if
return($return);
} //function addEntry
/*
// These are new addresses
// IP duplicates
// HTTP versions
// Really old stuff - probably can delete
*/
?>