function insertdate(c,d,m){
	if(c=='3'){
		location.href="date_selection.php?d=" + d + "&month=" + m;
		parent.channel_3_frame.location.href = "../channel_3_frame_content.php?date=" + d;
	}
	if(c=='22'){
		location.href="date_selection.php?d=" + d + "&month=" + m;
		parent.channel_22_frame.location.href = "../channel_22_frame_content.php?date=" + d;
	}
	if(c=='26'){
		location.href="date_selection.php?d=" + d + "&month=" + m;
		parent.channel_26_frame.location.href = "../channel_26_frame_content.php?date=" + d;
	}
	if(c=='77'){
		location.href="date_selection.php?d=" + d + "&month=" + m;
		parent.channel_77_frame.location.href = "../channel_77_frame_content.php?date=" + d;
	}
	if(c=='6'){
		location.href="date_selection.php?d=" + d + "&month=" + m;
		parent.channel_3_frame.location.href = "../channel_3_frame_content_mobile.php?date=" + d;
	}
	if(c=='44'){
		location.href="date_selection.php?d=" + d + "&month=" + m;
		parent.channel_22_frame.location.href = "../channel_22_frame_content_mobile.php?date=" + d;
	}
	if(c=='52'){
		location.href="date_selection.php?d=" + d + "&month=" + m;
		parent.channel_26_frame.location.href = "../channel_26_frame_content_mobile.php?date=" + d;
	}
	if(c=='154'){
		location.href="date_selection.php?d=" + d + "&month=" + m;
		parent.channel_77_frame.location.href = "../channel_77_frame_content_mobile.php?date=" + d;
	}
}

