// JavaScript Document
//Script by Anubhav Misra (anubhav_misra@hotmail.com)
//Submitted to JavaScript Kit (http://javascriptkit.com)
//For this and 400+ free scripts, visit http://javascriptkit.com

function validate(text1,text2)
{
 if (text1=="results")
 load('http://www.organicag.com/isotope.html');
 else 
 {
  load('http://www.organicag.com/wrong_pass.html');
 }
}
function load(url)
{
 location.href=url;
}