MN.TP.CONFIG = {
    "channels": [
						{
							"name":"promos",
							"url":"qvt/promos.qvt",
							"contentType":"vod",
							"categoryID":"2",
							"videoAds":false,
							"timeline":
							{
								"type": "traditional"
							}
						},
						{
							"name":"episodes",
							"url":"qvt/episodes.qvt",
							"contentType":"vod",
							"categoryID":"6",
							"videoAds":true,
							"timeline":
							{
								"type": "traditional"
							}							
						},
						{
							"name":"bonus",
							"url":"qvt/bonus.qvt",
							"contentType":"vod",
							"categoryID":"4",
							"videoAds":false,
							"timeline":
							{
								"type": "traditional"
							}							
						}
                ]
};