// Version 1.3 - released 10-11-05 by Ira Baron for AllergyBuyersClub.com
// Version 1.4 - released 02-22-05 by Ira Baron for AllergyBuyersClub.com

function processSubmit() {
        if(typeof getVisitorId == "function"){
                document.OSEL.add2.value = getVisitorId();}
}

function getPageViewAttributes() {
	this.category==null ? category='NONE' : temp = this.category;
	this.priority==null ? priority='0' : temp = this.priority;

return  [
                ['PRIORITY',priority],
                ['CATEGORY',category]
        ];
}

function appendVID(link) {
	navigationInvoked(link);
}


