var docTips = new TipObj('docTips');
with (docTips) {
	template = '<div class="littletip">%3%</div>';
	tips.phillipps = new Array(10, 10, 100, 'Phillipps Hall');
	tips.miller = new Array(10, 10, 100, 'Miller Hall');
	tips.chapel = new Array(10, 10, 100, 'F.J. Lindquist Chapel');
	tips.clc = new Array(10, 10, 100, 'College Life Center/<br />Gymnasium');
	tips.carlson = new Array(10, 10, 100, 'Carlson Hall');
	tips.irc = new Array(10, 10, 100, 'T.J. Jones Information Resource Center/<br />Honor Wing');
	tips.zimmerman = new Array(10, 10, 100, 'Zimmerman House');
	tips.comm = new Array(10, 10, 100, 'Communications Center');
	tips.orfield = new Array(10, 10, 100, 'Orfield Apartments');
	tips.elliot = new Array(10, 10, 100, 'Elliot East Apartments');
	tips.kingsriter = new Array(10, 10, 100, 'Kingsriter Center');
	tips.centennial = new Array(10, 10, 100, 'Centennial Hall');
	tips.chicago = new Array(10, 10, 100, 'Chicago Hall');
	tips.fab = new Array(10, 10, 100, 'Fine Arts Building');
	tips.elliotpark = new Array(10, 10, 100, 'Elliot Park');
	tips.minneapolis = new Array(10, 10, 100, 'Downtown Minneapolis');
 // Finally, you can set some optional properties to customise the behaviour of this object.
 //
 // How much of a delay do you want between pointing and action? Defaults are:
 //showDelay = 50;
 //hideDelay = 200;
 showDelay = 0;
 hideDelay = 0;
 //
 // False will hide tips instantaneously. Fading only works under IE/Win and NS6+.
 //doFades = false;
 // You can change the minimum and maximum opacity percentages, defaults:
 //minAlpha = 0;
 //maxAlpha = 100;
 //
 // How fast the transparency changes (between 1 and 100), higher means faster fades.
 //fadeInSpeed = 20;
 //fadeOutSpeed = 20;
 fadeInSpeed = 100;
 fadeOutSpeed = 100;
 //
 // Tip stickiness, from 0 to 1, defines how readily the tip follows the cursor. 1 means it
 // follows it perfectly (the default), 0 is a static tip, and decimals are 'floating' tips.
 //tipStick = 0.2;
 //
 // IE 5.5+ select box fix. This will enable tips to appear over <SELECT> elements in the page.
 //IESelectBoxFix = true;
}
