/* Override any s_code.js default settings here */
s.currencyCode="AUD"
s.linkInternalFilters="javascript:,"

/* Populate Site Specific Variables */
/* End of SiteCatalyst Variables */


/* 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 */

	/*Populate the Internal Search Keywords for BigPond */
	//s.eVar22=s.getQueryParam('searchtext')

	/*Populate the GameID Trial Parameter for GameShop */
	//s.prop22=s.getQueryParam('gameid')
	
}
