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