function KeepCount() {
	return true;
/*
// Poster Quantity 11x17

	var NewCount = 0

if (document.custmktg.Poster_Quantity_20_at_11x17.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Poster_Quantity_50_at_11x17.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Poster_Quantity_100_at_11x17.checked)
{NewCount = NewCount + 1}

if (NewCount == 2)
{
alert('You can only select one quantity for the 11x17 posters')
document.custmktg; return false;
}

// Poster Quantity 14x22

	var NewCount = 0

if (document.custmktg.Poster_Quantity_20_at_14x22.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Poster_Quantity_50_at_14x22.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Poster_Quantity_100_at_14x22.checked)
{NewCount = NewCount + 1}

if (NewCount == 2)
{
alert('You can only select one quantity for the 14x22 posters')
document.custmktg; return false;
}
*/
// Cover Poster Quantity 11x17
/*
	var NewCount = 0

if (document.custmktg.Cover_Poster_Quantity_20_at_11x17.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Cover_Poster_Quantity_50_at_11x17.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Cover_Poster_Quantity_100_at_11x17.checked)
{NewCount = NewCount + 1}

if (NewCount == 2)
{
alert('You can only select one quantity for the 11x17 Yearbook cover posters')
document.custmktg; return false;
}

// Cover Poster Quantity 14x22

	var NewCount = 0

if (document.custmktg.Cover_Poster_Quantity_20_at_14x22.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Cover_Poster_Quantity_50_at_14x22.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Cover_Poster_Quantity_100_at_14x22.checked)
{NewCount = NewCount + 1}

if (NewCount == 2)
{
alert('You can only select one quantity for the 14x22 Yearbook cover posters')
document.custmktg; return false;
}

// Postcard Quantity 4x6

	var NewCount = 0

if (document.custmktg.Postcard_Quantity_100_at_4x6.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Postcard_Quantity_250_at_4x6.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Postcard_Quantity_500_at_4x6.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Postcard_Quantity_1000_at_4x6.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Postcard_Quantity_2500_at_4x6.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Postcard_Quantity_5000_at_4x6.checked)
{NewCount = NewCount + 1}

if (NewCount == 2)
{
alert('You can only select one quantity for the 4x6 postcards')
document.custmktg; return false;
}

// Postcard Quantity 5x8

	var NewCount = 0

if (document.custmktg.Postcard_Quantity_100_at_5x8.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Postcard_Quantity_250_at_5x8.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Postcard_Quantity_500_at_5x8.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Postcard_Quantity_1000_at_5x8.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Postcard_Quantity_2500_at_5x8.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Postcard_Quantity_5000_at_5x8.checked)
{NewCount = NewCount + 1}

if (NewCount == 2)
{
alert('You can only select one quantity for the 5x8 postcards')
document.custmktg; return false;
}
*/
// Poster Copy
/*
	var NewCount = 0

if (document.custmktg.Poster_Copy_1.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Poster_Copy_2.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Poster_Copy_3.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Poster_Copy_4.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Poster_Copy_5.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Poster_Copy_6.checked)
{NewCount = NewCount + 1}

if (NewCount == 2)
{
alert('You can only select one copy choice for posters')
document.custmktg; return false;
}

// Cover Poster Copy

	var NewCount = 0

if (document.custmktg.Cover_Poster_Copy_1.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Cover_Poster_Copy_2.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Cover_Poster_Copy_3.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Cover_Poster_Copy_4.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Cover_Poster_Copy_5.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Cover_Poster_Copy_6.checked)
{NewCount = NewCount + 1}

if (NewCount == 2)
{
alert('You can only select one copy choice for Yearbook cover posters')
document.custmktg; return false;
}

// Flier Quantities

	var NewCount = 0

if (document.custmktg.Flier_Quantity_100.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Flier_Quantity_250.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Flier_Quantity_500.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Flier_Quantity_1000.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Flier_Quantity_2500.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Flier_Quantity_5000.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Flier_Quantity_Special_Request.checked)
{NewCount = NewCount + 1}

if (NewCount == 2)
{
alert('You can only select one quantity of fliers')
document.custmktg; return false;
}

// Flier Copy

	var NewCount = 0

if (document.custmktg.Flier_Copy_1.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Flier_Copy_2.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Flier_Copy_3.checked)
{NewCount = NewCount + 1}

if (NewCount == 2)
{
alert('You can only select one copy choice for the parents\' fliers')
document.custmktg; return false;
}

	var NewCount = 0

if (document.custmktg.Flier_Copy_4.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Flier_Copy_5.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Flier_Copy_6.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Flier_Copy_7.checked)
{NewCount = NewCount + 1}

if (NewCount == 2)
{
alert('You can only select one copy choice for the student\' fliers')
document.custmktg; return false;
}

// Postcard Copy

	var NewCount = 0

if (document.custmktg.Postcard_Copy_1.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Postcard_Copy_2.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Postcard_Copy_3.checked)
{NewCount = NewCount + 1}

if (NewCount == 2)
{
alert('You can only select one copy choice for the parents\' postcards')
document.custmktg; return false;
}


	var NewCount = 0
	
if (document.custmktg.Postcard_Copy_4.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Postcard_Copy_5.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Postcard_Copy_6.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Postcard_Copy_7.checked)
{NewCount = NewCount + 1}

if (NewCount == 2)
{
alert('You can only select one copy choice for the students\' postcards')
document.custmktg; return false;
}


// Bookmark Quantity

	var NewCount = 0

if (document.custmktg.Bookmark_Quantity_100.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Bookmark_Quantity_250.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Bookmark_Quantity_500.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Bookmark_Quantity_1000.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Bookmark_Quantity_Special_Request.checked)
{NewCount = NewCount + 1}

if (NewCount == 2)
{
alert('You can only select one quantity of bookmarks')
document.custmktg; return false;
}

// Bookmark Orientation

	var NewCount = 0

if (document.custmktg.Bookmark_Orientation_Horizontal.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Bookmark_Orientation_Vertical.checked)
{NewCount = NewCount + 1}

if (NewCount == 2)
{
alert('Please select only one orientation option')
document.custmktg; return false;
}

// Bookmark Copy Front Bookmark_Quantity_100

	var NewCount = 0

if (document.custmktg.Bookmark_Front_Copy_1.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Bookmark_Front_Copy_2.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Bookmark_Front_Copy_3.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Bookmark_Front_Copy_4.checked)
{NewCount = NewCount + 1}

if (NewCount == 2)
{
alert('You can only select one copy choice for the front of your bookmark')
document.custmktg; return false;
}

// Bookmark Copy Back

	var NewCount = 0

if (document.custmktg.Bookmark_Back_Copy_1.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Bookmark_Back_Copy_2.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Bookmark_Back_Copy_3.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Bookmark_Back_Copy_4.checked)
{NewCount = NewCount + 1}

if (NewCount == 2)
{
alert('You can only select one copy choice for the back of your bookmark')
document.custmktg; return false;
}

// Sticker Copy

	var NewCount = 0

if (document.custmktg.Sticker_Quantity_150.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Sticker_Quantity_300.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Sticker_Quantity_500.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Sticker_Quantity_1000.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Sticker_Quantity_5000.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Sticker_Quantity_Special_Request.checked)
{NewCount = NewCount + 1}

if (NewCount == 2)
{
alert('You can only select one quantity of stickers')
document.custmktg; return false;
}

// Sticker Copy

	var NewCount = 0

if (document.custmktg.Sticker_Copy_1.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Sticker_Copy_2.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Sticker_Copy_3.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Sticker_Copy_4.checked)
{NewCount = NewCount + 1}

if (document.custmktg.Sticker_Copy_5.checked)
{NewCount = NewCount + 1}

if (NewCount == 2)
{
alert('You can only select one copy choice for stickers')
document.custmktg; return false;
}
*/
}
