
		jQuery(".category_parent").click(
			
			function () {
				if (jQuery(this).text() == "Dodge") {
					jQuery("#head_image").attr("src") = "..";
				
				} else if (this.text() == "Ford") {
				
				
				} else if (this.text() == "GM") {
				
				
				}
			}
			
		);
		