Ok, ok if i title the feild as "VATSIM"
<?php
$vatsimid = PilotData::GetFieldValue($pilot->pilotid, 'VATSIM');
if($vatsim)
{echo '<a class="profiletop" href="http://www.vataware.com/pilot.cfm?cid='.$vatsim.'" target="_blank">Vataware Data</a>'; }
?>
Is this correct?