if ( document.location.href.indexOf( "oakton.edu" )== -1 )
{
 alert("Sorry, this page is restricted!")
 history.back(-1)
}

