// Widget defined function for callback
function GlamTVGuide(request_info)
{
    if (window.glam_affiliate_id == '0') {
	    document.write('<iframe src="http://listings2go.tvguide.com/PartnerGrid/Grids/FullGrid2.aspx?PartnerID=113&ProfileID=731" width=450px height=300px frameborder=0 scrolling=no ></iframe>');
    } else {
            document.write('<iframe src="http://listings2go.tvguide.com/PartnerGrid/Grids/FullGrid2.aspx?PartnerID=113&ProfileID=730" width=450px height=300px frameborder=0 scrolling=no ></iframe>');
    }
}


// Information required for dart targeting and callback
window.glam_module_id       = '198985280';
window.glam_module_function = 'GlamTVGuide';

document.write('<scr' +
               'ipt type="text/javascript" language="JavaScript" src="http://www8.glam.com/js/glam_widget.js">' +
               '<' + '/sc' + 'ript>');



