
/* Jquery script that replaces the Main Image for HGTV 2009 page, when the thumbdnails are clicked */
$(document).ready(function(){
	$(function() {$("#column_left img").after("<p class='prev'></p><div class='thumb_slides'><ul class='thumbnails'><li><img class='first_image' src='/WebSite/images/greenhome/exterior.jpg' alt='' /></li><li><img class='second_image' src='/WebSite/images/greenhome/thumbnails/dropshadow/foyer.png' alt='' /></li><li><img class='third_image' src='/WebSite/images/greenhome/thumbnails/dropshadow/kitchen.png' alt='' /></li><li><img class='fourth_image' src='/WebSite/images/greenhome/thumbnails/dropshadow/dining.png' alt='' /></li><li><img class='fifth_image' src='/WebSite/images/greenhome/thumbnails/dropshadow/m-bathroom.png' alt='' /></li><li><img class='sixth_image' src='/WebSite/images/greenhome/thumbnails/dropshadow/m-bedroom.png' alt='' /></li><li><img class='seventh_image' src='/WebSite/images/greenhome/thumbnails/dropshadow/kids.png' alt='' /></li><li><img class='eigth_image'src='/WebSite/images/greenhome/thumbnails/dropshadow/livingroom.png' alt='' /></li><li><img class='ninth_image'src='/WebSite/images/greenhome/thumbnails/dropshadow/sittingroom.png' alt='' /></li><li><img class='tenth_image' src='/WebSite/images/greenhome/thumbnails/dropshadow/lounge.png' alt='' /></li><li><img class='eleventh_image'src='/WebSite/images/greenhome/thumbnails/dropshadow/laundry.png' alt='' /></li><li><img class='twelvth_image'src='/WebSite/images/greenhome/thumbnails/dropshadow/porch.png' alt='' /></li></div><p class='next'></p>");
		});
/* Hack to get the 'more green' link spaced correctly for ie6 */
			if($.browser.msie && $.browser.version.substr(0,1)<7){
				$("#more_green").css({margin: "25px 0 0 12px"});
			}
		$(".thumb_slides").jCarouselLite({
			btnNext: ".next",
			btnPrev: ".prev"
		});

		$(document).ready(function() {
			$("#main_image").attr("src", "/images/greenhome/exterior.jpg");
			$(".first_image").attr("src", "/images/greenhome/thumbnails/border/exterior.png");
			$(".second_image").attr("src", "/images/greenhome/thumbnails/dropshadow/foyer.png");
			$(".third_image").attr("src", "/images/greenhome/thumbnails/dropshadow/kitchen.png");
			$(".fourth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/dining.png");
			$(".fifth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/m-bathroom.png");
			$(".sixth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/m-bedroom.png");
			$(".seventh_image").attr("src", "/images/greenhome/thumbnails/dropshadow/kids.png");
			$(".eigth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/livingroom.png");
			$(".ninth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/viewingroom.png");
			$(".tenth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/sittingroom.png");
			$(".eleventh_image").attr("src", "/images/greenhome/thumbnails/dropshadow/laundry.png");
			$(".twelvth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/porch.png");
		});

		$(".first_image").click(function() {
			$("#main_image").attr("src", "/images/greenhome/exterior.jpg");
			$(".first_image").attr("src", "/images/greenhome/thumbnails/border/exterior.png");
			$(".second_image").attr("src", "/images/greenhome/thumbnails/dropshadow/foyer.png");
			$(".third_image").attr("src", "/images/greenhome/thumbnails/dropshadow/kitchen.png");
			$(".fourth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/dining.png");
			$(".fifth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/m-bathroom.png");
			$(".sixth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/m-bedroom.png");
			$(".seventh_image").attr("src", "/images/greenhome/thumbnails/dropshadow/kids.png");
			$(".eigth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/livingroom.png");
			$(".ninth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/viewingroom.png");
			$(".tenth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/sittingroom.png");
			$(".eleventh_image").attr("src", "/images/greenhome/thumbnails/dropshadow/laundry.png");
			$(".twelvth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/porch.png");
			$("#print_scene").css({margin: "0 0 0 11px"});
			if($.browser.msie){
				$("#print_scene").css({margin: "-1px 0 0 11px"});
			}
			$("#column_left h2").html("HGTV Green Home : Exterior View");
			$("#column_right ul").html("<li id='exterior_one' class='first_color'>SW 7049<br />Nuance</li><li id='exterior_two' class='second_color'>SW 7046<br />Anonymous</li><li id='exterior' class='third_color'>SW 7051<br />Analytical Gray</li>");
			});

		$(".second_image").click(function() {
			$("#main_image").attr("src", "/images/greenhome/foyer.jpg");
			$(".first_image").attr("src", "/images/greenhome/thumbnails/dropshadow/exterior.png");
			$(".second_image").attr("src", "/images/greenhome/thumbnails/border/foyer.png");
			$(".third_image").attr("src", "/images/greenhome/thumbnails/dropshadow/kitchen.png");
			$(".fourth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/dining.png");
			$(".fifth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/m-bathroom.png");
			$(".sixth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/m-bedroom.png");
			$(".seventh_image").attr("src", "/images/greenhome/thumbnails/dropshadow/kids.png");
			$(".eigth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/livingroom.png");
			$(".ninth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/viewingroom.png");
			$(".tenth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/sittingroom.png");
			$(".eleventh_image").attr("src", "/images/greenhome/thumbnails/dropshadow/laundry.png");
			$(".twelvth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/porch.png");
			$("#print_scene").css({margin: "68px 0 0 11px"});
			$("#column_left h2").html("HGTV Green Home : Foyer");
			$("#column_right ul").html("<li id='foyer_one' class='first_color'>SW 7012<br />Creamy</li><li id='foyer' class='second_color'>SW 6341<br />Red Cent</li>");
			});
		$(".third_image").click(function() {
			$("#main_image").attr("src", "/images/greenhome/kitchen.jpg");
			$(".first_image").attr("src", "/images/greenhome/thumbnails/dropshadow/exterior.png");
			$(".second_image").attr("src", "/images/greenhome/thumbnails/dropshadow/foyer.png");
			$(".third_image").attr("src", "/images/greenhome/thumbnails/border/kitchen.png");
			$(".fourth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/dining.png");
			$(".fifth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/m-bathroom.png");
			$(".sixth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/m-bedroom.png");
			$(".seventh_image").attr("src", "/images/greenhome/thumbnails/dropshadow/kids.png");
			$(".eigth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/livingroom.png");
			$(".ninth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/viewingroom.png");
			$(".tenth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/sittingroom.png");
			$(".eleventh_image").attr("src", "/images/greenhome/thumbnails/dropshadow/laundry.png");
			$(".twelvth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/porch.png");
			$("#print_scene").css({margin: "68px 0 0 11px"});
			$("#column_left h2").html("HGTV Green Home : Kitchen");
			$("#column_right ul").html("<li id='kitchen_one' class='first_color'>SW 7012<br />Creamy</li><li id='kitchen' class='second_color'>SW 7036<br />Accessible Beige</li>");
			});
		$(".fourth_image").click(function() {
			$("#main_image").attr("src", "/images/greenhome/dining.jpg");
			$(".first_image").attr("src", "/images/greenhome/thumbnails/dropshadow/exterior.png");
			$(".second_image").attr("src", "/images/greenhome/thumbnails/dropshadow/foyer.png");
			$(".third_image").attr("src", "/images/greenhome/thumbnails/dropshadow/kitchen.png");
			$(".fourth_image").attr("src", "/images/greenhome/thumbnails/border/dining.png");
			$(".fifth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/m-bathroom.png");
			$(".sixth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/m-bedroom.png");
			$(".seventh_image").attr("src", "/images/greenhome/thumbnails/dropshadow/kids.png");
			$(".eigth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/livingroom.png");
			$(".ninth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/viewingroom.png");
			$(".tenth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/sittingroom.png");
			$(".eleventh_image").attr("src", "/images/greenhome/thumbnails/dropshadow/laundry.png");
			$(".twelvth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/porch.png");
			$("#print_scene").css({margin: "68px 0 0 11px"});
			$("#column_left h2").html("HGTV Green Home : Dining Room");
			$("#column_right ul").html("<li id='dining_one' class='first_color'>SW 7012<br />Creamy</li><li id='dining' class='second_color'>SW 7036<br />Accessible Beige</li>");
			});
		$(".fifth_image").click(function() {
			$("#main_image").attr("src", "/images/greenhome/m-bathroom.jpg");
			$(".first_image").attr("src", "/images/greenhome/thumbnails/dropshadow/exterior.png");
			$(".second_image").attr("src", "/images/greenhome/thumbnails/dropshadow/foyer.png");
			$(".third_image").attr("src", "/images/greenhome/thumbnails/dropshadow/kitchen.png");
			$(".fourth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/dining.png");
			$(".fifth_image").attr("src", "/images/greenhome/thumbnails/border/m-bathroom.png");
			$(".sixth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/m-bedroom.png");
			$(".seventh_image").attr("src", "/images/greenhome/thumbnails/dropshadow/kids.png");
			$(".eigth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/livingroom.png");
			$(".ninth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/viewingroom.png");
			$(".tenth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/sittingroom.png");
			$(".eleventh_image").attr("src", "/images/greenhome/thumbnails/dropshadow/laundry.png");
			$(".twelvth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/porch.png");
			$("#column_left h2").html("HGTV Green Home : Master Bathroom");
			$("#column_right ul").html("<li id='mstr_bathroom_one' class='first_color'>SW 7012<br />Creamy</li>");
			$("#print_scene").css({margin: "136px 0 0 11px"});
			if($.browser.msie){
				$("#print_scene").css({margin: "137px 0 0 11px"});
			}
			});
		$(".sixth_image").click(function() {
			$("#main_image").attr("src", "/images/greenhome/m-bedroom.jpg");
			$(".first_image").attr("src", "/images/greenhome/thumbnails/dropshadow/exterior.png");
			$(".second_image").attr("src", "/images/greenhome/thumbnails/dropshadow/foyer.png");
			$(".third_image").attr("src", "/images/greenhome/thumbnails/dropshadow/kitchen.png");
			$(".fourth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/dining.png");
			$(".fifth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/m-bathroom.png");
			$(".sixth_image").attr("src", "/images/greenhome/thumbnails/border/m-bedroom.png");
			$(".seventh_image").attr("src", "/images/greenhome/thumbnails/dropshadow/kids.png");
			$(".eigth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/livingroom.png");
			$(".ninth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/viewingroom.png");
			$(".tenth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/sittingroom.png");
			$(".eleventh_image").attr("src", "/images/greenhome/thumbnails/dropshadow/laundry.png");
			$(".twelvth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/porch.png");
			$("#column_left h2").html("HGTV Green Home : Master Bedroom");
			$("#column_right ul").html("<li id='mstr_bdr_one' class='first_color'>SW 7012<br />Creamy</li><li id='mstr_bdr_two' class='second_color'>SW 6492<br />Jetstream</li><li id='mstr_bdr' class='third_color'>SW 6493<br />Ebbtide</li>");
			$("#print_scene").css({margin: "0 0 0 11px"});
			if($.browser.msie){
				$("#print_scene").css({margin: "-1px 0 0 11px"});
			}
			});

		$(".seventh_image").click(function() {
			$("#main_image").attr("src", "/images/greenhome/kids.jpg");
			$(".first_image").attr("src", "/images/greenhome/thumbnails/dropshadow/exterior.png");
			$(".second_image").attr("src", "/images/greenhome/thumbnails/dropshadow/foyer.png");
			$(".third_image").attr("src", "/images/greenhome/thumbnails/dropshadow/kitchen.png");
			$(".fourth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/dining.png");
			$(".fifth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/m-bathroom.png");
			$(".sixth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/m-bedroom.png");
			$(".seventh_image").attr("src", "/images/greenhome/thumbnails/border/kids.png");
			$(".eigth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/livingroom.png");
			$(".ninth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/viewingroom.png");
			$(".tenth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/sittingroom.png");
			$(".eleventh_image").attr("src", "/images/greenhome/thumbnails/dropshadow/laundry.png");
			$(".twelvth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/porch.png");
			$("#column_left h2").html("HGTV Green Home : Kid's Bedroom");
			$("#column_right ul").html("<li id='kids_bedroom_one' class='first_color'>SW 7012<br />Creamy</li><li id='kids_bedroom_two' class='second_color'>SW 6340<br />Baked Clay</li><li id='kids_bedroom' class='third_color'>SW 6585<br />Coming Up Roses</li>");
			$("#print_scene").css({margin: "0 0 0 11px"});
			if($.browser.msie){
				$("#print_scene").css({margin: "-1px 0 0 11px"});
			}
			});

		$(".eigth_image").click(function() {
			$("#main_image").attr("src", "/images/greenhome/livingroom.jpg");
			$(".first_image").attr("src", "/images/greenhome/thumbnails/dropshadow/exterior.png");
			$(".second_image").attr("src", "/images/greenhome/thumbnails/dropshadow/foyer.png");
			$(".third_image").attr("src", "/images/greenhome/thumbnails/dropshadow/kitchen.png");
			$(".fourth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/dining.png");
			$(".fifth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/m-bathroom.png");
			$(".sixth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/m-bedroom.png");
			$(".seventh_image").attr("src", "/images/greenhome/thumbnails/dropshadow/kids.png");
			$(".eigth_image").attr("src", "/images/greenhome/thumbnails/border/livingroom.png");
			$(".ninth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/viewingroom.png");
			$(".tenth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/sittingroom.png");
			$(".eleventh_image").attr("src", "/images/greenhome/thumbnails/dropshadow/laundry.png");
			$(".twelvth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/porch.png");
			$("#column_left h2").html("HGTV Green Home : Living Room");
			$("#column_right ul").html("<li id='living_room_one' class='first_color'>SW 7012<br />Creamy</li><li id='living_room' class='second_color'>SW 7036<br />Accessible Beige</li>");
			$("#print_scene").css({margin: "68px 0 0 11px"});
			});
		$(".ninth_image").click(function() {
			$("#main_image").attr("src", "/images/greenhome/sittingroom.jpg");
			$(".first_image").attr("src", "/images/greenhome/thumbnails/dropshadow/exterior.png");
			$(".second_image").attr("src", "/images/greenhome/thumbnails/dropshadow/foyer.png");
			$(".third_image").attr("src", "/images/greenhome/thumbnails/dropshadow/kitchen.png");
			$(".fourth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/dining.png");
			$(".fifth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/m-bathroom.png");
			$(".sixth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/m-bedroom.png");
			$(".seventh_image").attr("src", "/images/greenhome/thumbnails/dropshadow/kids.png");
			$(".eigth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/livingroom.png");
			$(".ninth_image").attr("src", "/images/greenhome/thumbnails/border/viewingroom.png");
			$(".tenth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/sittingroom.png");
			$(".eleventh_image").attr("src", "/images/greenhome/thumbnails/dropshadow/laundry.png");
			$(".twelvth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/porch.png");
			$("#column_left h2").html("HGTV Green Home : Sitting Room");
			$("#column_right ul").html("<li id='sitting_room_one' class='first_color'>SW 7012<br />Creamy</li><li id='sitting_room' class='second_color'>SW 6409<br />Edgy Gold</li>");
			$("#print_scene").css({margin: "68px 0 0 11px"});
			});
		$(".tenth_image").click(function() {
			$("#main_image").attr("src", "/images/greenhome/lounge.jpg");
			$(".first_image").attr("src", "/images/greenhome/thumbnails/dropshadow/exterior.png");
			$(".second_image").attr("src", "/images/greenhome/thumbnails/dropshadow/foyer.png");
			$(".third_image").attr("src", "/images/greenhome/thumbnails/dropshadow/kitchen.png");
			$(".fourth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/dining.png");
			$(".fifth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/m-bathroom.png");
			$(".sixth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/m-bedroom.png");
			$(".seventh_image").attr("src", "/images/greenhome/thumbnails/dropshadow/kids.png");
			$(".eigth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/livingroom.png");
			$(".ninth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/viewingroom.png");
			$(".tenth_image").attr("src", "/images/greenhome/thumbnails/border/sittingroom.png");
			$(".eleventh_image").attr("src", "/images/greenhome/thumbnails/dropshadow/laundry.png");
			$(".twelvth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/porch.png");
			$("#column_left h2").html("HGTV Green Home : Lounge");
			$("#column_right ul").html("<li id='lounge_one' class='first_color'>SW 7012<br />Creamy</li><li id='lounge' class='second_color'>SW 7036<br />Accessible Beige</li>");
			$("#print_scene").css({margin: "68px 0 0 11px"});
			});
		$(".eleventh_image").click(function() {
			$("#main_image").attr("src", "/images/greenhome/laundry.jpg");
			$(".first_image").attr("src", "/images/greenhome/thumbnails/dropshadow/exterior.png");
			$(".second_image").attr("src", "/images/greenhome/thumbnails/dropshadow/foyer.png");
			$(".third_image").attr("src", "/images/greenhome/thumbnails/dropshadow/kitchen.png");
			$(".fourth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/dining.png");
			$(".fifth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/m-bathroom.png");
			$(".sixth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/m-bedroom.png");
			$(".seventh_image").attr("src", "/images/greenhome/thumbnails/dropshadow/kids.png");
			$(".eigth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/livingroom.png");
			$(".ninth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/viewingroom.png");
			$(".tenth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/sittingroom.png");
			$(".eleventh_image").attr("src", "/images/greenhome/thumbnails/border/laundry.png");
			$(".twelvth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/porch.png");
			$("#column_left h2").html("HGTV Green Home : Laundry Room");
			$("#column_right ul").html("<li id='laundry_room_one' class='first_color'>SW 7012<br />Creamy</li>");
			$("#print_scene").css({margin: "136px 0 0 11px"});
			if($.browser.msie){
				$("#print_scene").css({margin: "137px 0 0 11px"});
			}
			});
		$(".twelvth_image").click(function() {
			$("#main_image").attr("src", "/images/greenhome/porch.jpg");
			$(".first_image").attr("src", "/images/greenhome/thumbnails/dropshadow/exterior.png");
			$(".second_image").attr("src", "/images/greenhome/thumbnails/dropshadow/foyer.png");
			$(".third_image").attr("src", "/images/greenhome/thumbnails/dropshadow/kitchen.png");
			$(".fourth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/dining.png");
			$(".fifth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/m-bathroom.png");
			$(".sixth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/m-bedroom.png");
			$(".seventh_image").attr("src", "/images/greenhome/thumbnails/dropshadow/kids.png");
			$(".eigth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/livingroom.png");
			$(".ninth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/viewingroom.png");
			$(".tenth_image").attr("src", "/images/greenhome/thumbnails/dropshadow/sittingroom.png");
			$(".eleventh_image").attr("src", "/images/greenhome/thumbnails/dropshadow/laundry.png");
			$(".twelvth_image").attr("src", "/images/greenhome/thumbnails/border/porch.png");
			$("#column_left h2").html("HGTV Green Home : Porch");
			$("#column_right ul").html("<li id='porch_one' class='first_color'>SW 7012<br />Creamy</li><li id='porch' class='second_color'>SW 7020<br />Black Fox</li>");
			$("#print_scene").css({margin: "68px 0 0 11px"});
			});
});



