var arrLeftColConfig = new Array();
var arrMiddleColConfig = new Array();
var arrRightColConfig = new Array();

/*
Example array chunk
===================

One chunk will correspond with some XML source node and will be transported to
the target template html with given targetLabel as 'y_label' attribute


var arrItem = new Array();
arrItem['find_tagName'] = '';
arrItem['find_attributeNames'] = '';
arrItem['find_attributeValues'] = '';
arrItem['data_source'] = 'text'; // text | attribute - default is text, if attribute then the value of 'sourceAttribute' will be used
arrItem['data_sourceAttribute'] = '';
arrItem['data_target'] = 'text'; // text | attribute - if set to attribute the attribute 'targetAttribute' will be given the value
arrItem['data_targetAttribute'] = '';
arrItem['target_label'] = '';

*/

	// LEFT COLUMN
	// ===========

	// zendercode
var arrItem = new Array();
arrItem['type'] = 'single';
arrItem['find_tagName'] = 'zender';
arrItem['find_attributeNames'] = new Array(); // feed with array for required attributename/values
arrItem['find_attributeValues'] = new Array(); // feed with array for required attributename/values
arrItem['data_source'] = 'attribute'; // text | attribute - default is text, if attribute then the value of 'sourceAttribute' will be used
arrItem['data_sourceAttribute'] = 'zenderkode';
arrItem['data_target'] = 'innerHTML'; // text | attribute - if set to attribute the attribute 'targetAttribute' will be given the value
arrItem['data_targetAttribute'] = '';
arrItem['target_label'] = 'zender';
arrLeftColConfig[arrLeftColConfig.length] = arrItem;

	// titel
var arrItem = new Array();
arrItem['type'] = 'single';
arrItem['find_tagName'] = 'titel';
arrItem['find_attributeNames'] = new Array(); // feed with array for required attributename/values
arrItem['find_attributeValues'] = new Array(); // feed with array for required attributename/values
arrItem['data_source'] = 'text'; // text | attribute - default is text, if attribute then the value of 'sourceAttribute' will be used
arrItem['data_sourceAttribute'] = '';
arrItem['data_target'] = 'innerHTML'; // text | attribute - if set to attribute the attribute 'targetAttribute' will be given the value
arrItem['data_targetAttribute'] = '';
arrItem['target_label'] = 'series_title';
arrLeftColConfig[arrLeftColConfig.length] = arrItem;

	// tekst
var arrItem = new Array();
arrItem['type'] = 'single';
arrItem['find_tagName'] = 'omschrijving';
arrItem['find_attributeNames'] = new Array(); // feed with array for required attributename/values
arrItem['find_attributeValues'] = new Array(); // feed with array for required attributename/values
arrItem['data_source'] = 'text'; // text | attribute - default is text, if attribute then the value of 'sourceAttribute' will be used
arrItem['data_sourceAttribute'] = '';
arrItem['data_target'] = 'innerHTML'; // text | attribute - if set to attribute the attribute 'targetAttribute' will be given the value
arrItem['data_targetAttribute'] = '';
arrItem['target_label'] = 'series_text';
arrLeftColConfig[arrLeftColConfig.length] = arrItem;

	// personen
var arrItem = new Array();
arrItem['type'] = 'array';
arrItem['find_tagName'] = 'persoon';
arrItem['find_attributeNames'] = new Array(); // feed with array for required attributename/values
arrItem['find_attributeValues'] = new Array(); // feed with array for required attributename/values
arrItem['data_source'] = 'clone'; // text | attribute | copy - default is text, if attribute then the value of 'sourceAttribute' will be used, if clone, the XML node will be copied for postproc. function
arrItem['data_sourceAttribute'] = '';
arrItem['data_target'] = 'postProcess'; // text | attribute - if set to attribute the attribute 'targetAttribute' will be given the value
arrItem['data_targetAttribute'] = '';
arrItem['target_label'] = 'persoon';
arrLeftColConfig[arrLeftColConfig.length] = arrItem;


	// MIDDLE COLUMN
	// =============

	// show date.
var arrItem = new Array();
arrItem['type'] = 'single';
arrItem['find_tagName'] = 'begi';
arrItem['find_attributeNames'] = new Array(); // feed with array for required attributename/values
arrItem['find_attributeValues'] = new Array(); // feed with array for required attributename/values
arrItem['data_source'] = 'text'; // text | attribute - default is text, if attribute then the value of 'sourceAttribute' will be used
arrItem['data_sourceAttribute'] = '';
arrItem['data_target'] = 'innerHTML'; // text | attribute - if set to attribute the attribute 'targetAttribute' will be given the value
arrItem['data_targetAttribute'] = '';
arrItem['target_label'] = 'show_date';
arrMiddleColConfig[arrMiddleColConfig.length] = arrItem;

	// inhoud alg.
var arrItem = new Array();
arrItem['type'] = 'single';
arrItem['find_tagName'] = 'inh1';
arrItem['find_attributeNames'] = new Array(); // feed with array for required attributename/values
arrItem['find_attributeValues'] = new Array(); // feed with array for required attributename/values
arrItem['data_source'] = 'text'; // text | attribute - default is text, if attribute then the value of 'sourceAttribute' will be used
arrItem['data_sourceAttribute'] = '';
arrItem['data_target'] = 'innerHTML'; // text | attribute - if set to attribute the attribute 'targetAttribute' will be given the value
arrItem['data_targetAttribute'] = '';
arrItem['target_label'] = 'show_text1';
arrMiddleColConfig[arrMiddleColConfig.length] = arrItem;

	// inhoud kort.
var arrItem = new Array();
arrItem['type'] = 'single';
arrItem['find_tagName'] = 'inhk';
arrItem['find_attributeNames'] = new Array(); // feed with array for required attributename/values
arrItem['find_attributeValues'] = new Array(); // feed with array for required attributename/values
arrItem['data_source'] = 'text'; // text | attribute - default is text, if attribute then the value of 'sourceAttribute' will be used
arrItem['data_sourceAttribute'] = '';
arrItem['data_target'] = 'innerHTML'; // text | attribute - if set to attribute the attribute 'targetAttribute' will be given the value
arrItem['data_targetAttribute'] = '';
arrItem['target_label'] = 'show_text2';
arrMiddleColConfig[arrMiddleColConfig.length] = arrItem;

	// inhoud kort.
var arrItem = new Array();
arrItem['type'] = 'single';
arrItem['find_tagName'] = 'player_url';
arrItem['find_attributeNames'] = new Array(); // feed with array for required attributename/values
arrItem['find_attributeValues'] = new Array(); // feed with array for required attributename/values
arrItem['data_source'] = 'text'; // text | attribute - default is text, if attribute then the value of 'sourceAttribute' will be used
arrItem['data_sourceAttribute'] = '';
arrItem['data_target'] = 'attribute'; // text | attribute - if set to attribute the attribute 'targetAttribute' will be given the value
arrItem['data_targetAttribute'] = 'href';
arrItem['target_label'] = 'player';
arrMiddleColConfig[arrMiddleColConfig.length] = arrItem;



	// RIGHT COLUMN
	// ============

	// afbeeldingen
var arrItem = new Array();
arrItem['type'] = 'array';
arrItem['find_tagName'] = 'icon';
arrItem['find_attributeNames'] = new Array(); // feed with array for required attributename/values
arrItem['find_attributeValues'] = new Array(); // feed with array for required attributename/values
arrItem['data_source'] = 'text'; // text | attribute | copy - default is text, if attribute then the value of 'sourceAttribute' will be used, if clone, the XML node will be copied for postproc. function
arrItem['data_sourceAttribute'] = '';
arrItem['data_target'] = 'postProcess'; // text | attribute - if set to attribute the attribute 'targetAttribute' will be given the value
arrItem['data_targetAttribute'] = '';
arrItem['target_label'] = 'afbeelding';
arrRightColConfig[arrRightColConfig.length] = arrItem;






