﻿/**
 * Remote Surveys System
 *
 * By DDSN Interactive / cm3 Acora CMS
 * http://www.ddsn.com / http://www.cm3cms.com
 */

if (!gstrSurveysPortal) {
    var gstrSurveysPortal = location.hostname;
}

// Load the surveys from the remote server
datNow = new Date(); // To make sure a dynamic request is passed so that the file doesn't cache
strRemoteSurveysScript = "<scr" + "ipt src=\"http://" + gstrSurveysPortal + "/surveys/includes/js/remote_surveys.js.aspx?dt=" + datNow.toString() + "\"></scr" + "ipt>";
document.writeln(strRemoteSurveysScript);

