
$(document).ready(function() {
    $("#col_1 > .top").click(function() { document.location.href = "http://microsoft.gamewereld.nl" }).css("cursor", "pointer");
    $("#col_2 > .top").click(function() { document.location.href = "http://pc.gamewereld.nl" }).css("cursor", "pointer");
    $("#col_3 > .top").click(function() { document.location.href = "http://nintendo.gamewereld.nl" }).css("cursor", "pointer");
    $("#col_4 > .top").click(function() { document.location.href = "http://sony.gamewereld.nl" }).css("cursor", "pointer");
});
