﻿
// Login to iModules
function doLogin() {

  var supertarget = "http://niemanharvard.imodules.com/s/907/index.aspx?sid=907&gid=1&pgid=3&cid=40";
  var theForm=document.getElementById("frmPageForm");
  theForm.action = supertarget;
  theForm.submit();
}

function searchSite()  
{  alert('hello');
    document.location.href='http://www.google.com/cse?cx=002316618109468141140:o99yddzir1w&ie=UTF-8&q=' + document.getElementById('q').value + '&sa=Search';  
}  