google.load("jqueryui","1.8.2");$(document).ready(function(){$.getJSON("/home/reroutes",null,function(a){$.each(a,function(c,b){$("#reroute").append('<li style="background-color: Transparent;"><a href="'+b.Link+'">REROUTE ALERT: '+b.Description+"</a></li>");$("#reroute").cycle({fx:"scrollUp",pause:1})})})});
