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_ctl11_visitorCtrl").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();}});
});
