Logged In: NO

Add the following :

<EMBED
SRC=\"http://www.yourdomain.com/modules/cards/music/
$PostSound\" HEIGHT=\"0\" WIDTH=\"2\"
AUTOSTART=\"true\" LOOP=\"true\"><BGSOUND
SRC=\"http://www.yourdomain.com/modules/cards/music/
$PostSound\" LOOP=\"INFINITE\">

to the file Pickup.php .. Add it just before :

</div>

";

// convert Original -> emoticon -> graphic
$PostMessageShow = $PostMessage;
$T_PostMessage = EmoticonToGraphic
($PostMessageShow);
// Check FLASH or GIF/JPEG
..........

Hope this helps.