
function conFirm() 
{ 

if (confirm("The AGGRAND Online Ordering system is not currently available.\nFor the time being, toll free ordering will\nbe the only available method for ordering.\n\nWe apologize for any inconvenience this may cause, but\nwe are certain that the results will be worth it.\n\nPlease provide our dealer number when you call in\nyour order:\n\n502740\n\nThe ordering number is: 800-956-5695 -- M-F 7am-5pm CST") ) 
{ 
parent.location='http://aggrand.guarding-our-earth.com/sale.html'; 
} 

else 
{ 
parent.location='http://aggrand.guarding-our-earth.com/sale.html'; 

}
} 
