/*
$(".city-all a").click(function(){
    pageTrackerIntegrated._link($(this).attr("href"));
    return false;
});
*/
