function embed(tag)
{
    // After 4/11/06, ActiveX controls must be embedded using external script
    // in order to show up already 'activated'.
    document.write(tag);
}

function popwindow(url)
{
	window.open(url, 'ratingWindow','status=0,width=350,height=125');
}