



jQuery(document).ready( function () {
jQuery.ajax({cache: false,  url: 'handlers/MSBRDataHandler.ashx?t=picturemenucontrol&cid=98ccec3f-c9b0-48ca-80ba-64e63da38648', error: function() { alert('error getting Categories'); }, success: function( result) { jQuery("#ctl00_ctl08_divMenu").append( result); AdjustColumnsHeight();}});
});


jQuery(document).ready( function () {
jQuery.ajax({cache: false,  url: 'handlers/MSBRDataHandler.ashx?t=visitor&cid=3e42e9ca-0e1b-4015-b253-aa2fc7b26ec4', 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/MSBRDataHandler.ashx?t=flashcontrol&cid=2d5e651f-9507-42bf-a7ac-cc9c335fa4f7', error: function() { alert('error getting Categories'); }, success: function( result) { jQuery("#ctl00_ctl15_divut").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=flashcontrol&cid=68843d51-3a8b-44b1-84a6-6b6cc7a6736c', error: function() { alert('error getting Categories'); }, success: function( result) { jQuery("#ctl00_ctl19_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();}});
});
