Using Navigator object you are able to get visitors browser info and history. Also using 'google.ClientLocation' you can get the location info.
My question is what more data you can retrieve from visitor using javascript/jquery? Does google have any object similar to ClientLocation for ClientInfo for instance?
Note: The scenario states that only javascript is available.