$(document).ready(function(){
$("#sectionWeather .sectionBody .articleSection").append("<div id=\"currentWeather\"></div>");
$("#sectionWeather .sectionBody .articleSection #currentWeather").load("/main/wileyweather/public/en_gb?destinationId="+wileyArticleID,null,showWeatherTabCallback);
});
