
<!--Function that puts links in frame. -->
function loadPage(theURL) {
 var thePage = theURL
 //alert(theURL);
 var win = window.self;
 win.location = "defaultsearch.asp?pContent=" + theURL;
}

