	// BEGIN editorial data
 var i = 0;
var breastcancer = new Array();
breastcancer.ID = "breastcancer";
breastcancer.sPubDate = "12/11/2003 7:45:03 PM GMT";
breastcancer.quiztype = 1;
breastcancer.appFmt = 0;
breastcancer.bDispQNums = 1;
breastcancer.appWidth = 472;
breastcancer.appDeck = new Array("","");
breastcancer.nColumns = 2;
breastcancer[1] = new Array();
breastcancer[1][0] = new Array("Breast cancer is the leading cause of cancer death among women.");
breastcancer[1].answer = "False. Lung cancer is the leading cause of cancer death among women; however, breast cancer is a close second.";
breastcancer[1][1] = new Array("True",'',0);
breastcancer[1][2] = new Array("False",'',1);

breastcancer[2] = new Array();
breastcancer[2][0] = new Array("Breast cancer is more common among white women than African-American women.");
breastcancer[2].answer = "True. White women are slightly more likely to develop breast cancer than are African-American women. But African Americans are more likely to die of this cancer because they are often diagnosed at a more advanced stage.";
breastcancer[2][1] = new Array("True",'',1);
breastcancer[2][2] = new Array("False",'',0);

breastcancer[3] = new Array();
breastcancer[3][0] = new Array("Men can't get breast cancer.");
breastcancer[3].answer = "False.  Although breast cancer primarily affects women, about 1,500 male cases are expected to be diagnosed in 2000.";
breastcancer[3][1] = new Array("True",'',0);
breastcancer[3][2] = new Array("False",'',1);

breastcancer[4] = new Array();
breastcancer[4][0] = new Array("Most cases of breast cancer occur in women with no identifiable risk factors.");
breastcancer[4].answer = "True. Over 70 percent of breast cancer cases occur in women with no identifiable risk factors.";
breastcancer[4][1] = new Array("True",'',1);
breastcancer[4][2] = new Array("False",'',0);

breastcancer[5] = new Array();
breastcancer[5][0] = new Array("The most common sign of breast cancer is a new lump or mass.");
breastcancer[5].answer = "True. The appearance of a new lump or mass is the most common sign of breast cancer. Other signs include swelling of a part of the breast, nipple pain, skin irritation or dimpling, and a discharge other than breast milk.";
breastcancer[5][1] = new Array("True",'',1);
breastcancer[5][2] = new Array("False",'',0);

breastcancer[6] = new Array();
breastcancer[6][0] = new Array("Most medical organizations suggest women begin getting mammograms at age 40.");
breastcancer[6].answer = "True. The American Cancer Society, the National Cancer Institute and the American Medical Association recommend that women over 40 receive mammograms. There is debate, however, over whether they should be sought annually or once every two years.";
breastcancer[6][1] = new Array("True",'',1);
breastcancer[6][2] = new Array("False",'',0);


	// END editorial data
