// JavaScript Document

<!--DEFINE Page Name Array-->

	pageArray = new Array ();
	pageArray[0] = escape ("teaser+home");
	pageArray[1] = escape ("trailer");
	pageArray[2] = escape ("synopsis");


<!--DEFINE Content Category ARRAY-->

	contentArray = new Array();
	contentArray[0] = escape("/bridge+to+terabithia/information/home+page");
	contentArray[1] = escape("/bridge+to+terabithia/multimedia/trailers");
	contentArray[2] = escape("/bridge+to+terabithia/about/story");

<!--DEFINE Exit Link ARRAY-->

	exitLinkArray = new Array ();
	exitLinkArray[0] = escape ("bridge+to+terabithia_Disney+Mobile+site");
	
<!--END WEBSIDESTORY CODE-->
