function createEvents(){
  var events = [];

  events.push(new Event(
  10,
  new Date(1314248400000),
  new Date(1314334800000),
  "Investing in Futures",
  "Children's ministries conference, August 25-26 in Silvis, IL. For speaker and topic listings, visit invest-in-futures.com.",
  "rangedaysinmonth"
  ));

  events.push(new Event(
  15,
  new Date(1301961600000),
  new Date(1301979540000),
  "Ladies Fashion Show",
  "Come to Victory Church to learn how to wear modest and modern clothing. There will be a guest speaker and booths set up for purchasing fashion items.",
  "singletime"
  ));

  events.push(new Event(
  16,
  new Date(1301666400000),
  new Date(1301720340000),
  "Benefit Days for LIGHT @ Fuddruckers",
  "This friday from open to close Fuddruckers will donate 15% of purchases to the Victory Youth Group.<br/>All you have to do is mention our name at check out! :) LIGHT<br/>OR give them one of our printed fliers. :)<br/>This Benefit Days will be held @ Fuddruckers, 1704 George Bush E. College Station, TX",
  "bothtimes"
  ));

  events.push(new Event(
  17,
  new Date(1302818400000),
  new Date(1302836400000),
  "Pizza Hut fundraiser for Children's Ministries.",
  "Dine in, Carry Out or Delivery - present flyer and 20% of the profits will be donated to Victory Childrens's Ministry. Talk to Tamara Lopez if you have questions.",
  "bothtimes"
  ));

  events.push(new Event(
  18,
  new Date(1310274000000),
  new Date(1312779540000),
  "School Supplies Drive",
  "Monetary contributions for us to buy the school supplies are welcomed.  Please see Tamara Lopez for a listing of items needed and/or to drop off items.",
  "singletime"
  ));

  events.push(new Event(
  19,
  new Date(1311890400000),
  new Date(1311908400000),
  "Pizza Hut Fundraiser",
  "The Children's Ministry will be having another fundraiser at the Pizza Hut (PH) on University Dr. in College Station. PH will donate 20% of proceeds to our Children's Ministries Department.  Must bring a flyer with you (will be on information table in foyer). <br/><br/>Dine-in, carry-out and delivery (University Dr. location)<br/><br/>Please see Stephanie Coppinger or Tamara Lopez for more information.",
  "singletime"
  ));

  events.push(new Event(
  20,
  new Date(1310774400000),
  new Date(1310864400000),
  "Street RAGE",
  "On July 15 & 16 at 7-8 p.m., Street RAGE (Community Outreach Event: Children's Church on location at Windsor Pointe apartments one evening and at park next to Southgate apartments one evening).  <br/><br/>During the Sunday morning service, July 17, Evangelist Kody Price will be with us to host a children's revival service!  <br/><br/>All are welcome and encouraged to attend these events!  Volunteers for various capacities are needed.  Please see Tamara Lopez, if interested.",
  "singletime"
  ));

  events.push(new Event(
  21,
  new Date(1310731200000),
  new Date(1310835600000),
  "Garage Sale",
  "L.I.G.H.T. (Youth) will be hosting a garage sale on July 15-16.  Donations are needed.  <br/><br/>Please see Tarah Hardin for information.",
  "singletime"
  ));

  events.push(new Event(
  22,
  new Date(1310229060000),
  new Date(1312779540000),
  "Collecting Cans",
  "L.I.G.H.T. (youth) will be collecting cans from church members to raise funds for Sheaves for Christ (SFC). Aluminum and tin are requested, tin is preferred.<br/> <br/>Tip: Vegetable, fruit, and tuna cans are great items to save!<br/>",
  "singletime"
  ));

  events.push(new Event(
  23,
  new Date(1311031800000),
  new Date(1311044400000),
  "Young Marrieds Dinner",
  "Victory Church's Young Marrieds Group (married couples with at least one spouse under the age of 40) is meeting for dinner at Carino's on Harvey Rd in College Station Monday, July 18 at 6:30 pm. <br/><br/>Carino's offers half-off their family meals on Monday nights!  Please join us for a great evening out at a great price!  <br/><br/>(RSVP needed by Thursday, July 14 so a table reservation can be made.  RSVP to Stephanie Coppinger: sfcoppinger@yahoo.com).",
  "singletime"
  ));

  events.push(new Event(
  24,
  new Date(1313233200000),
  new Date(1313247600000),
  "Men's Breakfast",
  "Men's breakfast is held on the second Saturday morning of every month.  The location will be announced each month.  All men all welcomed to join!",
  "singletime"
  ));

  events.push(new Event(
  25,
  new Date(1311418800000),
  new Date(1311462000000),
  "Walk-A-Thon",
  "L.I.G.H.T. will be hosting its first church-wide Walk-A-Thon. Sign-up sheets for walkers and workers are in the foyer.",
  "singletime"
  ));

  return events;
}
