tpsection		= "null";			// section
tpsubs			= "null";		// subsection
tpcat			= "null";		// category
tpkw			= "null";			// keyword value
tpstate			= "null";			// state value
tppage			= "null";			// pageName

tpyearfrom		= "null";
tpyearto		= "null";
tppricefrom		= "null";
tppriceto		= "null";
tpmakemodel		= "null";

tpbanner		= "yes";
tpnavbar		= "no";
tpleaderboard	= "yes";
tptower			= "yes";
tpdhtml			= "yes";
tpisland		= "yes";

advertorial1	= "yes";
advertorial2	= "yes";
advertorial3	= "yes";

tpsite = "www.tradingpost.com.au"; // should be www.tradingpost.com.au or www.autotrader.com.au
tprq = "";
tpds = new Date(); 
tpts = Math.round(Math.abs(Math.sin(tpds.getTime()))*1000000000)%10000000; 
tpurl = "http://medrx.sensis.com.au/images/sensis/tradingpost/";

document.write('<scr' + 'ipt language="JavaScript" type="text/javascript" src="' + tpurl + 'generic.js?' + tpts + '">');
document.write('</scr' + 'ipt>');

// code to be placed at the navbar location
if (tpnavbar=="yes")
{
	document.write('<scr' + 'ipt language="JavaScript" type="text/javascript" src="' + tpurl + 'navbar.js">');
	document.write('</scr' + 'ipt>');
}