jQuery(document).ready( function () {
jQuery.ajax({cache: false,  url: 'handlers/MSBRDataHandler.ashx?t=SiteDashBox&cid=bb56e6af-28e0-4947-bcb8-bfc518955f37', error: function() { alert('error getting Categories'); }, success: function( result) { jQuery("#ctl00_ctl05_siteDash").append( result); AdjustColumnsHeight();}});
});


jQuery(document).ready( function () {
jQuery.ajax({cache: false,  url: 'handlers/MSBRDataHandler.ashx?t=picturemenucontrol&cid=fd7de8ce-2dc1-4b7a-b7dc-040938608c71', error: function() { alert('error getting Categories'); }, success: function( result) { jQuery("#ctl00_ctl06_divMenu").append( result); AdjustColumnsHeight();}});
});
jQuery(document).ready( function () {
jQuery.ajax({cache: false,  url: 'handlers/MSBRDataHandler.ashx?t=weatherBox&cid=6ebc0852-43a9-4603-8196-4a4ad18cb624', error: function() { alert('error getting Categories'); }, success: function( result) { jQuery("#ctl00_ctl07_divHtml").append( result); AdjustColumnsHeight();}});
});
jQuery(document).ready( function () {
jQuery.ajax({cache: false,  url: 'handlers/MSBRDataHandler.ashx?t=lastupdateandtime&cid=3a52ba4e-d6f5-4c36-9f9f-99adece05cbd', error: function() { alert('error getting Categories'); }, success: function( result) { jQuery("#ctl00_ctl08_divContent").append( result); AdjustColumnsHeight();}});
});

jQuery(document).ready( function () {
jQuery.ajax({cache: false,  url: 'handlers/MSBRArticlesHandler.ashx?t=MainTicker&cid=none', error: function() { alert('error getting Categories'); }, success: function( result) { jQuery("#ctl00_ctl03_dvOut").append( result); AdjustColumnsHeight();}});
});
