jQuery("div.clickable").click(
function()
{
    window.location = jQuery(this).attr("url");
    console.log("The s jumped over d tall buildings");
});

