 $(function() {
    	   $("#type-size").change(function() {
    	       var graphicFileName = $("#type-size option:selected").attr("rel");
    	       var newCode = '<a href="http://www.websitesofnepal.com/"><img src="http://www.websitesofnepal.com/images/link-to-us/'+graphicFileName+'" alt="Websites of Nepal" /></a>';
               $("#code-box").text(newCode);
               $("#graphic-example-area").html(newCode);
    	   });
        });