﻿var r_text = new Array ();
r_text[0] = "A person does not have to be 12 years old to be arrested; however, a person must be 12 years old to be charged.";
r_text[1] = "The penalty for the possession of an illegal drug is $1000 or up to 6 months imprisonment. (first offence)";
r_text[2] = "The most likely person to introduce illegal drugs to young people is someone they know (e.g., friend or older sibling).";
r_text[3] = "A youth criminal record lasts for 5 years. It can affect work opportunities and travel to other countries.";
r_text[4] = "The penalty for trafficking an illegal drug is up to LIFE imprisonment!";
r_text[5] = "In Ontario, the legal age for possession or purchase of alcohol is 19.";
r_text[6] = "In Ontario, you must be 19 years of age to legally buy or be given cigarettes.";
r_text[7] = "For the purposes of prosecution, the age that you are at the time you commit an offence is the age that determines what court you would be tried in.";
r_text[8] = "The Constitution Act (1982), that includes the Canadian Charter of Rights and Freedoms, is the supreme law of Canada.";
r_text[9] = "In Canada, under the Criminal Code of Canada and the Youth Criminal Justice Act, 12 is the age that a person may be charged with a Criminal offence.";
r_text[10] = "By law, your parents must be notified if you are transported to a police station.";
r_text[11] = "If you are charged with a criminal offence, you are required to be fingerprinted and photographed under the Identification of Criminals Act.";
r_text[12] = "When you receive a criminal record as a young offender, you keep the criminal record for five years from the date the judge found you guilty.";
r_text[13] = "Many careers require that you do not have a criminal record.";
r_text[14] = "The fine for smoking on school property is $150 no matter what age.";
r_text[15] = "A Young Offender who commits a violent crime may be dealt with in an adult court.";
r_text[16] = "The Youth Criminal Justice Act is the piece of legislation that governs how young people will be handled should they break the law.";
r_text[17] = "The penalty for the production of an illegal drug is up to 10 years imprisonment.";
r_text[18] = "Alcohol-related accidents are the leading cause of death among young people 15 to 24 years of age.";
r_text[19] = "About half of all youthful deaths in drowning, fires, suicide, and homicide are alcohol-related.";
r_text[20] = "Cigarette smoke contains some 4,000 chemicals, several of which are known carcinogens.";
r_text[21] = "The smoking of tobacco products is the chief avoidable cause of death in our society.";
r_text[22] = "Lung, larynx, esophageal, bladder, pancreatic, and kidney cancers strike smokers at increased rates compared to non-smokers.";
r_text[23] = "Chronic, obstructive lung diseases such as emphysema and chronic bronchitis are 10 times more likely to occur among smokers than among nonsmokers.";
r_text[24] = "Spontaneous abortion, pre-term birth, low birthweights, and fetal and infant deaths are all more likely to occur when the pregnant woman is a smoker.";
r_text[25] = "Smokeless tobacco is just as addictive and harmful as tobacco that is smoked.";
r_text[26] = "Marijuana smoke contains more cancer causing agents than tobacco smoke.";
r_text[27] = "The use of cocaine can cause death by cardiac arrest or respiratory failure.";
r_text[28] = "Babies born to mothers who abuse depressants may also be physically dependent on the drugs and show withdrawal symptoms shortly after they are born. Birth defects and behavioral problems may result.";
r_text[29] = "In males, steroid use can cause withered testicles, sterility, and impotence.";
var i = Math.floor(30*Math.random())

document.write(r_text[i]);