﻿$(window).ready(function(){
	var channel1 = new MyChannel({
    	container: "utuber1",
        maxPageSize: 6,
        user: "mvgkampanj"
        });
	});
