jQuery(document).ready( function () {
jQuery.ajax({cache: false,  url: 'handlers/MSBRDataHandler.ashx?t=SiteDashBox&cid=d70169a1-a483-473a-81e7-0e53002fb30e', error: function() { alert('error getting Categories'); }, success: function( result) { jQuery("#ctl00_ctl04_siteDash").append( result); AdjustColumnsHeight();}});
});


function ShowResults(id, isvote, cid)
{
var ans = -1;
if (isvote==true)
{
ans = getradiovalue();  
if (ans != -1)
{
var dd = document.getElementById(cid) ;
if (dd != null && dd != undefined)
dd.disabled=true;
}
}
window.open("ViewPollResult.aspx?pollID=" + id + "&selected=" + ans,'','height=400,width=600,left=' + (screen.availWidth-600)/2 + ',top= '+(screen.availHeight-400)/2+',toolbar=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no ,modal=yes');
return false;
}
function getradiovalue()
{
var radio_choice = false;
var g2 = document.getElementsByName('g1');
for (counter = 0; counter < g2.length; counter++)
{
if (g2[counter].checked)
{
return (g2[counter].value);
}
}
return (-1);
}


jQuery(document).ready( function () {
jQuery.ajax({cache: false,  url: 'handlers/MSBRDataHandler.ashx?t=visitor&cid=15d4a437-b455-476e-a79f-b45526d5f45b', error: function() { alert('error getting Categories'); }, success: function( result) { jQuery("#ctl00_ctl09_visitorCtrl").append( result); AdjustColumnsHeight();}});
});
jQuery(document).ready( function () {
jQuery.ajax({cache: false,  url: 'handlers/MSBRDataHandler.ashx?t=lastupdateandtime&cid=ddb9328e-b5a7-441d-9345-4b8331475ee6', error: function() { alert('error getting Categories'); }, success: function( result) { jQuery("#ctl00_ctl10_divContent").append( result); AdjustColumnsHeight();}});
});

jQuery(document).ready( function () {
jQuery.ajax({cache: false,  url: 'handlers/MSBRDataHandler.ashx?t=flashcontrol&cid=55dc330b-dd1e-48a2-baef-e57cb42dcad5', error: function() { alert('error getting Categories'); }, success: function( result) { jQuery("#ctl00_ctl12_divut").append( result); AdjustColumnsHeight();}});
});
jQuery(document).ready( function () {
jQuery.ajax({cache: false,  url: 'handlers/MSBRDataHandler.ashx?t=weatherBox&cid=d5cdeea1-a986-40b2-8522-e0eaccb5e948', error: function() { alert('error getting Categories'); }, success: function( result) { jQuery("#ctl00_ctl13_divHtml").append( result); AdjustColumnsHeight();}});
});

jQuery(document).ready( function () {
jQuery.ajax({cache: false,  url: 'handlers/MSBRDataHandler.ashx?t=flashcontrol&cid=e6d792b3-6be8-4a12-a847-f5640c1ae5e4', error: function() { alert('error getting Categories'); }, success: function( result) { jQuery("#ctl00_ctl15_divut").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();}});
});
