<?php $icq = new checkICQ('my_account'); echo ($icq->isOnline())? 'Up' : 'down'; ?>
info at phpclasses dot org