var cat_section = 'entertainment';

// Function for LaToile Quebec ( KeyWord Variable)

function get_keyword(name){
	name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
	var regexS = "[\\?&]"+name+"=([^&#]*)";  
	var regex = new RegExp( regexS );  
	var results = regex.exec( window.location.href );  
	if( results == null )    
	return "";  
	else    
	return results[1];
}
// End function get_keyword

function GetFlagDE( Posi )
{
	// Tag DE en fonction (actif)
	var ActifDE = false; // TRUE: Tag DE, FALSE: Tag DFP

	var ExceptionDE = 
	{
		//button : 1,
		//advertorial : 1
	}
	
	return ( ExceptionDE[ Posi ] ) ? true : ActifDE; //DETag flag
}



function GetPosition( Pos, Obj ) 
{

	var NameTranslation = 
	{
		fr : 	
		{
			skyscraper:	'bouton_7',
			special:	'special1',
			special1:	'special_1',
			special2:	'special_2',
			special_stm: 'special_stm',
			superbanner:'bandeau',
			bigbox:		'boite',
			button:		'bouton_4',
			popup:		'popup',
			advertorial:'publireportage',
			banner:		'bandeau_1',
			videotron:	'videotron',
			catfish:	'catfish',
			slimbanner:	'slimbanner'
		},

		en : 	
		{
			skyscraper:	'button_7',
			special:	'special',
			special1:	'special_1',
			special2:	'special_2',
			special_stm: 'special_stm',
			superbanner:	'superbanner',
			bigbox:		'boite',
			button:		'button_4',
			popup:		'popup',
			advertorial:	'publireportage',
			banner:		'banner',
			videotron:	'videotron',
			catfish:	'catfish',
			slimbanner:	'slimbanner'
		}
	
	}

	return NameTranslation[ Obj.language ][ Pos ];
}



function GetDim( Posi )
{		
	var tab = new Array;
	tab[ "superbanner" ]	="728x90,468x60";
	tab[ "bigbox" ]			="300x250";
	tab[ "skyscraper" ]		="120x600,160x600";
	tab[ "popup" ]			="500x500";
	tab[ "banner" ]			="468x60";
	tab[ "button" ]			="120x60";
	tab[ "advertorial" ]	="306x140";
	tab[ "special" ]		="290x98,302x78,570x78,300x125,296x181";
	tab[ "special1" ]		="175x40";
	tab[ "special2" ]		="175x40";
	tab[ "catfish" ]		="2x2";
	tab[ "slimbanner"] 		="740x30"; 
	tab[ "special_stm" ]	="234x34";
	tab["adsense_superbanner"]  ="728x91";
	tab["adsense_bigbox"]       ="300x251";
    tab["adsense_skyscraper"]   ="160x601";

	return tab[ Posi ];
}

