<!-- hide from other browsers	
//Set the Potential Headers
var sPHeader1 = "A New Name";
var sPHeader2 = "A Global Presence";
//PlaceHolder for Selected Header
var sHeader = "";
//Set the Potential Text blocks
var sPText1 = "In February 2003, Mail Boxes Etc.&#174;, Inc. and parent company, UPS&#174;, introduced The UPS Store&#174; franchise concept providing 3,300 franchise locations in the domestic United States the opportunity to convert to The UPS Store.";
var sPText2 = "The services provided by The UPS Store&#174; and Mail Boxes Etc.&#174; locations have been adapted to meet the needs and market conditions in various countries and cultures around the world. No matter where you are, you can count on our locations for all of your shipping and business needs."
//PlaceHolder for Selected Header
var sText = "";
//Set the Potential Captions
var sPCaption1 = " ";
var sPCaption2 = " ";
//PlaceHolder for Selected Caption
var sCaption = "";
//Set the Potential Images
var SwapPic1 = "<img src=\"home1.jpg\" width=\"303\" height=\"132\" border=\"0\" alt=\"Mail Boxes Etc.\">";
var SwapPic2 = "<img src=\"home2.jpg\" width=\"303\" height=\"132\" border=\"0\" alt=\"Mail Boxes Etc.\">";
//PlaceHolder for Selected Image
var SwapPic = ""

var result = Math.random();
if (result <= .5){
//	alert("Less Than .5");
	sHeader = sPHeader1;
	sText = sPText1;
	sCaption = sPCaption1;
	SwapPic = SwapPic1;
}
else {
//	alert("More than .5");
	sHeader = sPHeader2;
	sText = sPText2;
	sCaption = sPCaption2;
	SwapPic = SwapPic2;
}
// Stop hiding from old browsers -->
