if( typeof( IDENTITEE ) === 'undefined') {
	IDENTITEE = {};
}

IDENTITEE = {
	setup: function() {
		IDENTITEE.add_to_cart_form( function(){
			var color = $('#colors input:checked').val();
			var gender = $('#gender-select').val();
			$('#product-image').attr('src', '../images/lyrics/' + thisID + '-' + color + '-' + gender + '.jpg');
			$('#technology-img').attr('src', '../images/technology-' + color + '.jpg');
			}
		);
	}()
};
