/*
 Carmil 1
 (c) 2006-2008
 polls_params.js (SY on GD : Surveylyzer.com)
 */

if ( typeof(window.nssy) == 'undefined' ) { window.nssy= new Object (); };

nssy.getConfigAbbr = function ()
{
	return "SY";
}

nssy.getScriptsRel = function (protocol)
{
	return "/cgi-bin";
	//return "/mod_perl";
}

nssy.getGeoCode = function()
{
	return "1234";
}

// ---
function getExportedFunctions()
{
	return [ null ];
}

if (window.nssy && window.nssy.onLoadScript) { window.nssy.onLoadScript('polls_params'); }

/* End of file */
