	function ReDirect(url) {
	window.location.replace(url);
}
function LoadOptions(text,xml) {
	if (getTagValue(xml,'url')!="") ReDirect(getTagValue(xml,'url'));
	else el('plimpton_portal').innerHTML=text;
}

function plimpton() {
var test1="0"; //url check//
var test2="0"; //form check//
var test3="0"; //'create an account' check //
var location=window.location.href;
if (location.indexOf('&next_mdl=docLib/products.mdl')==-1&&location.indexOf('pid=2172HuronV&COPC=&aid=')!=-1&&location.indexOf('cid=32101')!=-1) test1="1";
if (document.edit_user) test2="1";
var bold=document.getElementsByTagName('b');
for (i=0;i<bold.length;i++) {
if (bold[i].firstChild&&bold[i].firstChild.data&&bold[i].firstChild.data.indexOf('Create an Account')!=-1) test3="1";
}

if (test1==1&&test2==1&&test3==1) window.location.href=location+"&next_mdl=docLib/products.mdl";


if (document.getElementById('plimpton_portal')) {
if (window.location.href.indexOf('https')==-1) ajaxCallFunction('ajax.iml?mdl=2172HuronV/LoadSecure.aj&page=35724',function(sc,st,rt,rxml){ReDirect(getTagValue(rxml,'url'));});
else ajaxCallFunction('ajax.iml?mdl=2172HuronV/LoginOptions.aj&admin=65510&comp=32101',function(sc,st,rt,rxml){LoadOptions(rt,rxml)});
/*var portal=document.getElementById('plimpton_portal');
var new_acct_link=document.createElement('a');
var login_link=document.createElement('a');

var company = PREFS.LIMIT_Company_ID;
var contact = PREFS.user_Contact_ID;
var admin = window.frames['customer'].document.getElementById('ad').value;

//anyone who isn't an admin or is logged in from a different company will be redirected to the Online Print Center //
if (contact!="0"&&company!="32101"&admin!="1") window.location.href="index.iml?mdl=jobcenter/main.mdl"; 

// for admin types and those already logged in as Plimpton employees //
else if (contact!="0"&&(company=="32101"||admin=="1")) {
//no need to log in, so let's just skip directly to the order form//
login_link.setAttribute('href','https://www.secured-site6.com/printcenter/index.iml?pid=2172HuronV&mdl=docLib/products.mdl&Product_KEY=34626');
login_link.appendChild(document.createTextNode('Order Physical Education for the Elementary Classroom Teacher'));
portal.appendChild(login_link);
}

// everybody else will have the options of creating an account or logging in //
else {
new_acct_link.setAttribute('href','https://www.secured-site6.com/printcenter/index.iml?pid=2172HuronV&COPC=&aid=65510&bid=&cid=32101&next_mdl=docLib/products.mdl');
new_acct_link.appendChild(document.createTextNode('Create a New Account'));
login_link.setAttribute('href','https://www.secured-site6.com/printcenter/index.iml?pid=2172HuronV&mdl=login/login.mdl&next_mdl=docLib/products.mdl&Product_KEY=34626');
login_link.appendChild(document.createTextNode('Log In to an Existing Account'));
portal.appendChild(new_acct_link);
portal.appendChild(document.createElement('br'));
portal.appendChild(document.createElement('br'));
portal.appendChild(login_link);

}  */
}
}