// JavaScript Document

<!--// Hide script from older browsers

var urlAddress = "http://www.warthanassociates.com";
var pageName = "Warthan Associates, 804 458 6321, A full service sports flooring and stadium bleacher company."; function addToFavorites()
{
if (window.external)
{
window.external.AddFavorite(urlAddress,pageName)
}
else
{ 
alert("Sorry! Your browser doesn't support this function.");
}
}
// -->