Like this it will work. It won't show all the blank lines, and it works :P
alias securesite { sockclose securesite | sockopen securesite scriptsbots.co.uk 80 }
on *:sockopen:securesite:{
if (!$sockerr) {
sockwrite -n $sockname GET /news.php HTTP/1.1
sockwrite -n $sockname Host: scriptsbots.co.uk $str($crlf,2)
}
}
on *:sockread:securesite:{
sockread %securesite
if (%securesite) { echo -a %securesite }
}