$(document).ready(function() {

$(".selected").click(
function()
{
window.location = $(this).attr("url");
});

});
