
function getNode(nid) {
   top.motive.location.href = 'motive.aspx?nid='+nid;
   top.main.location.href = 'content.aspx?nid='+nid;
}

