Gets the text of the server's response to the specified address.
getURL = function(aURL);
var source = getURL('wordpress.com'); log(source);