How do you load external file?

How do you load external file?

What exactly do I need to writhe as parameter for load if I want to load the content from an external URL
right now, this works

$(#data).load("localcontent.html");


but this doesnt (example)
$(#data).load("www.google.com");


Any help is appreciated, thanks in advance