// Pageear Call
// this will determine whether the variable special is set to 1
// and if it is then the Pageear Call will be written otherwise the 
// header flash will be written as they conflict

if (special == 1)
{
    writeObjects();
}
