//$version:  $
//<!--
// This is part of the ebay JS toolbox library
// All rights reserved.
//
// File:	 Ads.js
// Desc:	 Country specific Ads implementation, depends on toolbox
// NOTE:     The functions in this file will be used by include\js\lib\features\ads\ads.js
//
// Change Log:
// iiimmddyyn  nnnnn  Description
// ----------  -----  --------------------------------------------------------
// sp0315041          Initial creation
//

function setAdCountryGlobals(pGlobals)
{//debugger;
	pGlobals.sitePrefix = "ebay.us";
}

function setAdCountryLocals(pCfg)
{
	//Example
	//pCfg.addParam("country", "us");
	//pCfg.tile = 1;
	//pCfg.width = 428;
	//pCfg.height = 60;
	//pCfg.ifWidth = 428;
	//pCfg.ifHeight = 60;
}

//-->
