// DISCLAIMER POPUP SCRIPT
function openDisclaimer(URL){
win = window.open('http://video.movies.go.com/global/disclaimer/index.html?'+ URL, 'intermediate', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=370,height=210');
}