$(document).ready(function() {
$("#link1").click(function() {
$("#cont1").html("My text is changed!");
});
});
