/* 
 This file was generated by Dashcode.  
 You may edit this file to customize your widget or web page 
 according to the license.txt file included in the project.
 */

//
// Function: load()
// Called by HTML body element's onload event when the web application is ready to start
//
function load()
{
    dashcode.setupParts();
}

  function SearchGo(event)
{
http://images.google.com/images?gbv=2&hl=en&safe=off&q=man&btnG=Search+Images
var websiteURL = "http://images.google.com/images?hl=en&q=";
var textFieldvalue = document.getElementById("searchField");
textFieldvalue = textFieldvalue.value

location = websiteURL + textFieldvalue + "&btnG=Search+Images"; 
}
