/* Override any s_code.js default settings here */
s.currencyCode="AUD";

/* Site specific doPlugins functions */
function s_prePlugins(s) {
	/* this gets run before standard doPlugins routines */
}

function s_postPlugins(s) {
	/* this gets run after standard doPlugins routines */
	
}

