function formValues()
{
    
    if ((location.href=='http://www.xbc.co.za/index.php?option=com_content&task=view&id=1&Itemid=2') ||
        (location.href=='http://www.xbc.co.za/index.php?option=com_content&task=view&id=2&Itemid=3') ||
        (location.href=='http://www.xbc.co.za/index.php?option=com_content&task=view&id=3&Itemid=4') ||
        (location.href=='http://www.xbc.co.za/index.php?option=com_content&task=view&id=14&Itemid=15') ||
        (location.href=='http://www.xbc.co.za/index.php?option=com_content&task=view&id=13&Itemid=16') ||
        (location.href=='http://www.xbc.co.za/index.php?option=com_content&task=view&id=12&Itemid=17') ||
        (location.href=='http://www.xbc.co.za/index.php?option=com_content&task=view&id=11&Itemid=18') ||
        (location.href=='http://www.xbc.co.za/index.php?option=com_content&task=view&id=10&Itemid=19'))
    {
        setVariables();checkLocation();
        var counter=1;
        while (eval(document['form'+counter]))
        {
            document['form'+counter].buttonSubmit.value="";
            counter+=1;
        }
    }
}


