			Shadowbox.init({
				// let's skip the automatic setup because we don't have any
				// properly configured link elements on the page
				skipSetup: true,
				modal:true,
				initialHeight: 800,
				initialWidth: 700
			});
			function init() {
				// open a welcome message as soon as the window loads
				Shadowbox.open({
					content:    'http://www.lth-game.com/promos/thanksgiving-colt.html',
					player:     "iframe",
					height:     400,
					width:      350
				});
			};
			function init2() {
				// open a welcome message as soon as the window loads
				Shadowbox.open({
					content:    'http://www.lth-game.com/promos/thanksgiving-colt.html',
					player:     "iframe",
					height:     400,
					width:      350
				});
			};
			function getFuncs()
			{
				//setTimeout('init()', 1000);
				//setTimeout('init2()', 30000);
			}
