// JavaScript Document

$(document).ready(function() {
			
				var demos = $("div#container div#body_mid div#content_body_altbg div#content_body_padding div#body_content_altbg_leftpanel div#pic_frame div#switch");
				
				var active = false;
				
				$("div.uncontrolled-timeout b", demos).oneTime(5000, function() {
					//$(this).html("See?");
					$(this).html("<a rel=\"lightbox\" title=\"7 piece Centennial setup shown in photo\" href=\"../image/products/zoom/centennial_black_7pc.jpg\"><img src=\"../image/products/centennial_black_7pc.gif\" width=\"498\" border=\"0\" /></a>");
				}).oneTime(10000, "soon", function() {
					//$(this).html("I'm unstoppable");
					$(this).html("<a rel=\"lightbox\" title=\"4 piece Centennial setup shown in photo\" href=\"../image/products/zoom/centennial_ss_4pc.jpg\"><img src=\"../image/products/centennial_ss_4pc.gif\" width=\"498\" border=\"0\" /></a>");
				}).oneTime(15000, "soon", function() {
					$(this).html("<a rel=\"lightbox\" title=\"6 piece Centennial setup shown in photo\" href=\"../image/products/zoom/centennial_ss_6pc.jpg\"><img src=\"../image/products/centennial_ss_6pc.gif\" width=\"498\" border=\"0\" /></a>");
				}).oneTime(20000, "soon", function() {
					$(this).html("<a rel=\"lightbox\" title=\"8 piece Centennial setup shown in photo\" href=\"../image/products/zoom/centennial_ss_8pc.jpg\"><img src=\"../image/products/centennial_ss_8pc.gif\" width=\"498\" border=\"0\" /></a>");
				}).oneTime(25000, "soon", function() {
					$(this).html("<a rel=\"lightbox\" title=\"11 piece Centennial setup shown in photo\" href=\"../image/products/zoom/centennial_ss_11pc.jpg\"><img src=\"../image/products/centennial_ss_11pc.gif\" width=\"498\" border=\"0\" /></a>");
				}).oneTime(30000, "soon", function() {
					$(this).html("<a rel=\"lightbox\" title=\"Centennial setup shown in photo\" href=\"../image/products/zoom/centennial_natural_back.jpg\"><img src=\"../image/products/centennial_natural_back.gif\" width=\"498\" border=\"0\" /></a>");
				});
	
			});
