/*  Atomic Squash Javascript
 *  Copyright (c) 2008 Tom Conder
 *
 *  Description: Javascript specific to the Atomic Squash website
 *
 *--------------------------------------------------------------------------*/

var AtomicSquash = {
  	loadToolTips: function()
	{
		$('slugs') && new Tip('slugs', 'St. Louis Underground Gamers Society runs a great LARP at Archon.', { effect: 'appear', hook: {target: 'leftMiddle', tip: 'rightMiddle'}, offset: {x:-15, y: 0} });
		$('byov') && new Tip('byov', '"Bring Your Own Vegetable" is a gamer group based in the Midwest with members worldwide. They run awesome LARPs at Gen Con.', { effect: 'appear', hook: {target: 'leftMiddle', tip: 'rightMiddle'}, offset: {x:-15, y: 0} });
		$('commandops') && new Tip('commandops', 'Command Operations Center, LLC is an organization dedicated to helping their clients practice making critical decisions. They allow their clients to do this during realistic simulations which are intended to test their decision-making abilities as accurately as possible in a slightly stressful situation or full blown crisis situations.', { effect: 'appear', hook: {target: 'leftMiddle', tip: 'rightMiddle'}, offset: {x:-15, y: 0} });
		$('digint') && new Tip('digint', 'Graphic designer extraordinaire who contributed to our pages. He is good. Throw him a bone.', { effect: 'appear', hook: {target: 'leftMiddle', tip: 'rightMiddle'}, offset: {x:-15, y: 0} });
		$('gazpacho') && new Tip('gazpacho', 'Friend and founding member Tom Conder&#39;s blog.', { effect: 'appear', hook: {target: 'leftMiddle', tip: 'rightMiddle'}, offset: {x:-15, y: 0} });
		$('crafty') && new Tip('crafty', 'Makers of the Spycraft universe. We appreciate their support with the Spycraft Interactive.', { effect: 'appear', hook: {target: 'leftMiddle', tip: 'rightMiddle'}, offset: {x:-15, y: 0} });
		$('hex') && new Tip('hex', 'Gaming for grownups. Makers of QAGS (Quick Ass Game System), M-Force, and Colin Thomas Presents Rasslin&#39; to name a few. They make great games and a great bunch of guys. Buy a copy of everything from them. They didn&#39;t pay me to say that.', { effect: 'appear', hook: {target: 'leftMiddle', tip: 'rightMiddle'}, offset: {x:-15, y: 0} });
		$('demonground') && new Tip('demonground', 'Reflections of a Darker Future is a fanzine dedicated to supporting the genre of Modern Horror in roleplaying games.', { effect: 'appear', hook: {target: 'leftMiddle', tip: 'rightMiddle'}, offset: {x:-15, y: 0} });
		$('partyhardcorps') && new Tip('partyhardcorps', 'Party Group based in and around St.Louis Dedicated to socializing, cavorting, and gaming.', { effect: 'appear', hook: {target: 'leftMiddle', tip: 'rightMiddle'}, offset: {x:-15, y: 0} });
		$('forum') && new Tip('forum', 'the link to the forum is disabled for these demo pages', { className: 'alert', effect: 'appear', hook: {target: 'leftMiddle', tip: 'rightMiddle'}, offset: {x:-5, y: 0} });
		$('forum2') && new Tip('forum2', 'the link to the forum is disabled for these demo pages', { className: 'alert', effect: 'appear', hook: {target: 'leftMiddle', tip: 'rightMiddle'}, offset: {x:-5, y: 0} });
		$('forum3') && new Tip('forum3', 'the link to the forum is disabled for these demo pages', { className: 'alert', effect: 'appear', hook: {target: 'leftMiddle', tip: 'rightMiddle'}, offset: {x:-5, y: 0} });
	}

};
