﻿//Write our iFrame component
var sURL = 'https://md.mtvscript.com/remoteauthentication/remote_authentication_form.aspx';
document.open();
document.writeln('<iframe frameborder="0" style="display:inline;width:205px;height:120px;" scrollbars="0" id="mtvscript_rauth" width="100%" src="' + sURL + '"></iframe>');
document.close();