	//jquery wonderment goes here
$(document).ready(function(){
	//default active status
	$("div#bike_part_photo2").empty().append("<img src=\"http://www.sierratradingpost.com/assets/images/ppam/ad_images/bike_anat_road_bike.jpg\" />");
	
	//bike function
	$("div#bike_part_parts_nav_road2 a").filter(function() { return $(this).html() == 'Bottom Bracket Drop'; }).click(function () {$("div#bike_part_photo2 img").css("display","none");$("div#bike_part_photo2").append("<img src=\"http://www.sierratradingpost.com/assets/images/ppam/ad_images/bike_anat_size_bottom_bracket_drop.jpg\" />");});
	$("div#bike_part_parts_nav_road2 a").filter(function() { return $(this).html() == 'Chain Stay Length'; }).click(function () {$("div#bike_part_photo2 img").css("display","none");$("div#bike_part_photo2").append("<img src=\"http://www.sierratradingpost.com/assets/images/ppam/ad_images/bike_anat_size_chain_stay_length.jpg\" />");});
	$("div#bike_part_parts_nav_road2 a").filter(function() { return $(this).html() == 'Fork Length'; }).click(function () {$("div#bike_part_photo2 img").css("display","none");$("div#bike_part_photo2").append("<img src=\"http://www.sierratradingpost.com/assets/images/ppam/ad_images/bike_anat_size_fork_length.jpg\" />");});
	$("div#bike_part_parts_nav_road2 a").filter(function() { return $(this).html() == 'Head Tube Angle'; }).click(function () {$("div#bike_part_photo2 img").css("display","none");$("div#bike_part_photo2").append("<img src=\"http://www.sierratradingpost.com/assets/images/ppam/ad_images/bike_anat_size_head_tube_angle.jpg\" />");});
	$("div#bike_part_parts_nav_road2 a").filter(function() { return $(this).html() == 'Head Tube Length'; }).click(function () {$("div#bike_part_photo2 img").css("display","none");$("div#bike_part_photo2").append("<img src=\"http://www.sierratradingpost.com/assets/images/ppam/ad_images/bike_anat_size_head_tube_length.jpg\" />");});
	$("div#bike_part_parts_nav_road2 a").filter(function() { return $(this).html() == 'Seat Tube Angle'; }).click(function () {$("div#bike_part_photo2 img").css("display","none");$("div#bike_part_photo2").append("<img src=\"http://www.sierratradingpost.com/assets/images/ppam/ad_images/bike_anat_size_seat_tube_angle.jpg\" />");});
	$("div#bike_part_parts_nav_road2 a").filter(function() { return $(this).html() == 'Stand Over Height'; }).click(function () {$("div#bike_part_photo2 img").css("display","none");$("div#bike_part_photo2").append("<img src=\"http://www.sierratradingpost.com/assets/images/ppam/ad_images/bike_anat_size_stand_over_height.jpg\" />");});
	$("div#bike_part_parts_nav_road2 a").filter(function() { return $(this).html() == 'Bottom Bracket Height'; }).click(function () {$("div#bike_part_photo2 img").css("display","none");$("div#bike_part_photo2").append("<img src=\"http://www.sierratradingpost.com/assets/images/ppam/ad_images/bike_anat_size_bottom_bracket_height.jpg\" />");});
	$("div#bike_part_parts_nav_road2 a").filter(function() { return $(this).html() == 'Seat Tube Length'; }).click(function () {$("div#bike_part_photo2 img").css("display","none");$("div#bike_part_photo2").append("<img src=\"http://www.sierratradingpost.com/assets/images/ppam/ad_images/bike_anat_size_seat_tube_length.jpg\" />");});
	$("div#bike_part_parts_nav_road2 a").filter(function() { return $(this).html() == 'Wheel Base'; }).click(function () {$("div#bike_part_photo2 img").css("display","none");$("div#bike_part_photo2").append("<img src=\"http://www.sierratradingpost.com/assets/images/ppam/ad_images/bike_anat_size_wheel_base.jpg\" />");});
	$("div#bike_part_parts_nav_road2 a").filter(function() { return $(this).html() == 'Top Tube Length'; }).click(function () {$("div#bike_part_photo2 img").css("display","none");$("div#bike_part_photo2").append("<img src=\"http://www.sierratradingpost.com/assets/images/ppam/ad_images/bike_anat_size_top_tube_length.jpg\" />");});
	$("div#bike_part_parts_nav_road2 a").filter(function() { return $(this).html() == 'Effective Top Tube'; }).click(function () {$("div#bike_part_photo2 img").css("display","none");$("div#bike_part_photo2").append("<img src=\"http://www.sierratradingpost.com/assets/images/ppam/ad_images/bike_anat_size_effective_top_tube.jpg\" />");});
	$("div#bike_part_parts_nav_road2 a").filter(function() { return $(this).html() == 'Stem Length'; }).click(function () {$("div#bike_part_photo2 img").css("display","none");$("div#bike_part_photo2").append("<img src=\"http://www.sierratradingpost.com/assets/images/ppam/ad_images/bike_anat_size_stem_length.jpg\" />");});	
});