var surveyLogo = 'insession';
var exitWindowHeight = '520';
var exitWindowWidth = '800';
var exitWindowName = 'exitPage';	//20080819

function showSurvey() {
   if (Number(secs) > 4) {
   		//alert("my here");
        //var exitLink= "http://www.peerviewpress.com/fc/RedirectCME.do?pvid=726&url=http://eval.peerviewpress.com/wix/p23672261.aspx";
        window.open("http://ww5.peerviewpress.com/fc/LoadSurvey.do?seconds=" + secs + "&url=" + exitLink + "&aolid=" + advancedOutcomesLogID + "&pvid=" + aPvid + "&topic=" + aTopic, exitWindowName, 'width=' + exitWindowWidth + ',height=' + exitWindowHeight + ',menubar=yes,resizable=yes,scrollbars=yes,status=yes,toolbar=yes,location=yes');   
    
    }	
}

function incrementSecs() {
	secs = secs + 1;
}

function startSecondsCounter() {
	surveyIntervalID = window.setInterval("incrementSecs()",1000);
}
