$(document).ready(function(){
    $('.ssButton').each(function(){
		$(this).html("<div><img src='/images/ss/ssButtonLeft.png'  width='26' height='57' /></div><div class='ssButtonMiddle'><span>" + $(this).html() + "</span></div><div><img src='/images/ss/ssButtonRight.png'  width='31' height='57' /></div>");
	});
	
	
//    $('.ChangeDD').change(function(){
//        $.ajax({
//			type: "GET",
//		   	url: "/process.aspx",
//		   	data: "id=" + $(".ChangeDD").attr("id") + "&value=" + $('.ChangeDD').val() + "&StateName=" + $('.ChangeDD').find('option').filter(':selected').text(),
//		   	success: function(response) {
//				$('#Results').html("");
//				$('#Results').html(response);
//			}
//		});
//		var MyDropDown = document.getElementById('StateDD');
//		MyDropDown.options[0].selected = true;
//	});
	

	
});