ok ive spent some time trying

again take alook at the site and see how its formated
i just want everything with in the body of the page

but here is the mirc code
Code:
on *:text:!Quotes:*:/showquote
alias showquote set %chan1 # | sockopen q www.sith-net.com 80

On *:sockopen:q:{
  if $sockerr {
    echo -s - Error: couldn't contact website1.
    return
  }
  var %s = sockwrite -tn q
  %s GET /f4c/Quotes.php  HTTP/1.0
  %s Host: http://www.sith-net.com
  %s
}
On *:sockread:q:{
  var %s
  sockread %s

  msg %chan1 13,1 %s
  msg %chan1 9,1For More Quotes Be Sure To Visit www.Free4Canada.ca/MyQuotes.php
  sockclose q
}
}
On *:sockclose:q:{
echo -s - Error: couldn't fetch quote2.
} 


it apears to me that
the code should work,
unless im missing something

but it apeas by the code that it should