var intro
var text = "";
var showIntro = "";
var showBanner = "";
// On the Homepage with open auctions
if(intro == "home_on")
{
	var MerchantRefNum = document.HomeCatForm.MerchantRefNum.value;
	var text = "<span class=yellow12><b>Life is better on the inside.</b></span> Use your Starpoints to bid on exclusive access to once-in-a lifetime experiences. Take a Moment. <b><a href=/cgi-bin/ncommerce3/CategoryDisplay?cgmenbr="+MerchantRefNum+"&cgrfnbr=67772620&ctype=top class=orange12>Go&nbsp;Inside</a><span class=orange12>></span></b>";
	var showIntro = "N";
	var showBanner = "Y";
}
// On the Homepage without open auctions
else if(intro == "home_off")
{
	var text = "Exclusive Moments will soon to be at your bidding.  See what's coming soon.";
	var showIntro = "Y";
}
// On the All Auctions page
else if(intro == "gallery")
{
	var text = "Be on the inside. Bid on the once-in-a-lifetime experiences below.";
	var showIntro = "N";
}
// On the All Listings page
else if(intro == "all_listings")
{
	var text = "Bid where you would like to be";
	var showIntro = "N";
}
// On the Item page
else if(intro == "item")
{
	var text = "Go Inside.";
	var showIntro = "N";
}
// On the Bidding page
else if(intro == "bidding")
{
	var text = "Win this Moment.   Go above the High Bid amount listed below to be there.";
	var showIntro = "Y";
}
// On the Bid Confirm page
else if(intro == "bidconfirm")
{
	var text = "Check the box next to terms & conditions; then select confirm to place your bid.";
	var showIntro = "Y";
}
// On the Bid Results page
else if(intro == "bidresult")
{
	var text = "Below is your bid history.  Please print and keep for your records.";
	var showIntro = "Y";
}
// On the Past Moments pages
else if(intro == "past")
{
	var text = "See the past Moments our members have experienced.";
	var showIntro = "N";
}
// On the Inside Comments category page
else if(intro == "inside")
{
	var text = "Moments live beyond memory. See other Starwood Preferred Guests as they experienced their Moments.";
	var showIntro = "Y";
}
// On the Help / FAQ's page
else if(intro == "help")
{
	var text = "Make the most of Moments. Some common questions are answered below. Need more information? E-mail us.";
	var showIntro = "Y";
}

if(showIntro == "Y")
{
	document.write('<table border=0 cellpadding=0 cellspacing=0 width=768 height=34><tr><td class="wht12" style="padding:0px 18px 7px 10px;">'+text+'</td></tr></table>');
}
else if(showBanner == "Y")
{
	document.write('<table border=0 cellpadding=0 cellspacing=0 width=768><tr><td class="wht12" style="padding:0px 0px 7px 0px;"><script type="text/javascript" src="http://pics1.truition.com/images/p2/wl/starwood07/flash/js/swfobject.js"></script><object width="768" height="60"><param name="movie" value="http://pics1.truition.com/images/p2/wl/starwood07/flash/SWF/momentsTicker.swf"><embed src="http://pics1.truition.com/images/p2/wl/starwood07/flash/SWF/momentsTicker.swf" width="768" height="60"></embed></object></td></tr></table>');
}
else
{
	document.write('<table border=0 cellpadding=0 cellspacing=0><tr><td><img src="http://akamai2.truition.com/images/p2/wl/blank.gif" width=1 height=34 border=0></td></tr></table>');	
}
