Echo-ing a Link Help

Hello Guys-

<?php
if ($link!="")
{
  echo ( "<a href=\"http://"$link"\">Link</a>" );
}
?>

I keep getting “Parse error: parse error, unexpected T_VARIABLE in /hsphere/local/home/penguins/lee.acohido.com/press.php on line 64”

Whats the Deal??
Thanks!!!