<!--

/*
Image w/ description tooltip- By Dynamic Web Coding (www.dyn-web.com)
Copyright 2002 by Sharon Paine
Visit http://www.dynamicdrive.com for this script
*/

/* IMPORTANT: Put script after tooltip div or 
	 put tooltip div just before </BODY>. */

var dom = (document.getElementById) ? true : false;
var ns5 = ((navigator.userAgent.indexOf("Gecko")>-1) && dom) ? true: false;
var ie5 = ((navigator.userAgent.indexOf("MSIE")>-1) && dom) ? true : false;
var ns4 = (document.layers && !dom) ? true : false;
var ie4 = (document.all && !dom) ? true : false;
var nodyn = (!ns5 && !ns4 && !ie4 && !ie5) ? true : false;

// resize fix for ns4
var origWidth, origHeight;
if (ns4) {
	origWidth = window.innerWidth; origHeight = window.innerHeight;
	window.onresize = function() { if (window.innerWidth != origWidth || window.innerHeight != origHeight) history.go(0); }
}

// avoid error of passing event object in older browsers
if (nodyn) { event = "nope" }

///////////////////////  CUSTOMIZE HERE   ////////////////////
// settings for tooltip 
// Do you want tip to move when mouse moves over link?
var tipFollowMouse= true;	
// Be sure to set tipWidth wide enough for widest image
var tipWidth= 225;
var offX= 10;	// how far from mouse to show tip
var offY= 5; 
var tipFontFamily= "Verdana, arial, helvetica, sans-serif";
var tipFontSize= "10pt";
// set default text color and background color for tooltip here
// individual tooltips can have their own (set in messages arrays)
// but don't have to
var tipFontColor= "#000000";
var tipBgColor= "#DDECFF"; 
var tipBorderColor= "#000080";
var tipBorderWidth= 3;
var tipBorderStyle= "ridge";
var tipPadding= 4;

// tooltip content goes here (image, description, optional bgColor, optional textcolor)
var messages = new Array();
// multi-dimensional arrays containing: 
// image and text for tooltip
// optional: bgColor and color to be sent to tooltip
messages[0] = new Array('','',"");
messages[1] = new Array('images/prompt.gif','Close your eyes briefly. Think of one object that`s in the room and focus on it. Without opening your eyes, recall as much detail as you can about it. After 3 minutes or so, open your eyes and write about that object without looking at it.',"#FFFFFF");
messages[2] = new Array('images/prompt.gif','A picture is worth more than a blank page. Take out those dusty photo albums. Pick out photo #14. Count however way you like, but make sure you stop at photo #14. Look at the photo for 2-3 minutes. Then for 10 minutes, write all the feelings that photograph made you feel. Don`t censor yourself. Just write. ',"#FFFFFF");
messages[3] = new Array('images/prompt.gif','The dictionary atop your shelf has more than 200,000 words defined. Why don`t you blow off some of the dust on its cover and randomly pick out 10 words? Don`t look at the meanings; just concentrate on the words. Write down your chosen words on a (blank) sheet of paper. Now, you`re going to have fun creating meanings for those words. What do the words make you think of? What do <i>you</i> think should they mean?',"#FFFFFF");
messages[4] = new Array('images/prompt.gif','Fairy tales have happy endings. All of us know what happened in that mushy fairy tale, Cinderella. Yeah, it`s romantic, the prince actually finding Cinderella. They lived happily ever after. But happy endings can sometimes be, well...boring. No zing. So predictable. So...happy. What if the shoe fit one of the sisters? What happens then? Play with your imagination here. Be funny if you like. Or serious if you feel like it. Or be an Alfred Hitchcock. Whatever you are into, write your ending to the Cinderella story -- but this time, make it so that the shoe fit one of the icky sisters. What does Prince Charming do? How does Cinderella cope with it? And what about the Fairy Godmother? Start your story here.',"#FFFFFF");
messages[5] = new Array('images/prompt.gif','Choose a poem you like. Take the last line and use that as the first line of your own poem.',"#FFFFFF");
messages[6] = new Array('images/prompt.gif','List down all the cliches you can think of, then choose one you`re most familiar with, or the one that strikes your fancy. Make that the first line of your poem. You can take the cliche literally or figuratively.',"#FFFFFF");
messages[7] = new Array('images/prompt.gif','Electricity is a recent discovery. Think of 12 things to do when there`s no power.',"#FFFFFF");
messages[8] = new Array('images/prompt.gif','Make a list of 40 things that happened to you this month. They can be funny, embarrassing, happy, or infuriating. Then pick one from your list and write about it.',"#FFFFFF");
messages[9] = new Array('images/prompt.gif','Describe what you feel right now using your sense of smell. If you feel frustrated, write about what your frustration smells like. Use vivid words. Don`t skimp on adjectives.',"#FFFFFF");
messages[10] = new Array('images/prompt.gif','For this prompt, you`ll come up with a poem about an object that describes you. First, choose an object. Next, list down the reasons you think the object you chose represents you. From your list of reasons, which one is the most powerful? Which one conveys the strongest image of you? Once you`ve chosen your main image, list down things that support this main image. Build your poem from there.',"#FFFFFF");
messages[11] = new Array('images/prompt.gif','Below are 3 sets of words. Use all the words in each set to write mini stories in 300 words or less:<p>SET 1: paper clips, principal, lunchbox, swing, girl with a pink ribbon<br>SET 2: biology, class card, foreign student, leaf, blood sample<br>SET 3: typewriter, filing cabinet, puncher, clerk, carbon paper, janitor',"#FFFFFF");
messages[12] = new Array('images/prompt.gif','Write about a brief but scary encounter with one of your old professors.',"#FFFFFF");
messages[13] = new Array('images/prompt.gif','Write about a weird day in your workplace.',"#FFFFFF");
messages[14] = new Array('images/prompt.gif','Moving from one place to another, and one house to another, is a big task. Write about one of your most memorable house moves.',"#FFFFFF");
messages[15] = new Array('images/prompt.gif','Write a story about irony, with a teacher as the main character and a fuse box as the key object. Set your story in a lab.',"#FFFFFF");
messages[16] = new Array('images/prompt.gif','Where do you go when you want to get away from the pressures of life, family, work, etc? Write about that place.',"#FFFFFF");
messages[17] = new Array('images/prompt.gif','In 400 words, create your ideal place.',"#FFFFFF");
messages[18] = new Array('images/prompt.gif','Write about what you`d say to an uninvited guest.',"#FFFFFF");
messages[19] = new Array('images/prompt.gif','Begin a story with "There was once a chance I didn`t take..."',"#FFFFFF");
messages[20] = new Array('images/prompt.gif','Write about the color of hunger.',"#FFFFFF");
messages[21] = new Array('images/prompt.gif','Write a letter to the 10-year old child you had been.',"#FFFFFF");
messages[22] = new Array('images/prompt.gif','In 200 words, write about your first toy.',"#FFFFFF");
messages[23] = new Array('images/prompt.gif','Re-write the fairy tale, Snow White, from the point of view of Bashful, one of the 7 dwarves.',"#FFFFFF");
messages[24] = new Array('images/prompt.gif','Imagine your life is now a book. In 100 words, write the blurb for it. (It`s what people will read on the back cover.)',"#FFFFFF");
messages[25] = new Array('images/prompt.gif','Write about one of the most difficult decisions you`ve made in your life.',"#FFFFFF");
messages[26] = new Array('images/prompt.gif','Write about one of the easiest decisions you`ve made in your life.',"#FFFFFF");
messages[27] = new Array('images/prompt.gif','Write a story about an empty glass.',"#FFFFFF");
messages[28] = new Array('images/prompt.gif','What`s the most boring day you`ve had? Describe it, but this time, make it sound not boring at all.',"#FFFFFF");
messages[29] = new Array('images/prompt.gif','Begin a 500-word piece with "If I had the power to change something, I would change..."',"#FFFFFF");
messages[30] = new Array('images/prompt.gif','Write an excuse for not working today.',"#FFFFFF");
messages[31] = new Array('images/prompt.gif','Write about a blue-colored object.',"#FFFFFF");
messages[32] = new Array('images/prompt.gif','You`re in a room full of people and you`re the only blind person there. Describe the room and the people in your mind.',"#FFFFFF");
messages[33] = new Array('images/prompt.gif','List 20 things you`re afraid of. Pick one fear and write about it.',"#FFFFFF");
messages[34] = new Array('images/prompt.gif','Begin a story with the line, "The clock winked."',"#FFFFFF");
messages[35] = new Array('images/prompt.gif','List 10 challenges you`ve faced in the last 3 months. Pick one challenge and write about it.',"#FFFFFF");
messages[36] = new Array('images/prompt.gif','Invent a hot or sensational issue and write a news story about it.',"#FFFFFF");
messages[37] = new Array('images/prompt.gif','Use the following words in a story: hypocrite, cookie jar, city, telephone',"#FFFFFF");
messages[38] = new Array('images/prompt.gif','What`s your idea of a perfect vacation?',"#FFFFFF");
messages[39] = new Array('images/prompt.gif','Write an exaggeration of an ailment or illness (cough, fever, asthma).',"#FFFFFF");
messages[40] = new Array('images/prompt.gif','List 20 things that annoy you. Pick one and write about it.',"#FFFFFF");
messages[41] = new Array('images/prompt.gif','Write about a time you hid from someone, or a time you disguised who you really were.',"#FFFFFF");
messages[42] = new Array('images/prompt.gif','Choose one of your physical features and write about how you can change or disguise that feature.',"#FFFFFF");
messages[43] = new Array('images/prompt.gif','What does "a string of laughter" make you think of?',"#FFFFFF");
messages[44] = new Array('images/prompt.gif','Put Shaggy (Scooby-Doo`s partner) and Batgirl in an elevator and write a 200-word scene.',"#FFFFFF");
messages[45] = new Array('images/prompt.gif','In 200 words, write about what this metaphor makes you think of: "a garnish of joy"',"#FFFFFF");
messages[46] = new Array('images/prompt.gif','In 200 words, describe a hot day.',"#FFFFFF");
messages[47] = new Array('images/prompt.gif','In 500 words or less, write about "a plate of sunshine."',"#FFFFFF");
messages[48] = new Array('images/prompt.gif','Do a 5-minute freewrite with the phrase, "Anger suffers as grief withdraws" as your guide.',"#FFFFFF");
messages[49] = new Array('images/prompt.gif','What do you do on a rainy day? Write about it in 250 words.',"#FFFFFF");
messages[50] = new Array('images/prompt.gif','Write a story about a town that ran out of sugar supply.',"#FFFFFF");
messages[51] = new Array('images/prompt.gif','List 10 things you can do with tissue paper. Pick one from the list and write about it.',"#FFFFFF");
messages[52] = new Array('images/prompt.gif','Write about the "fickle finger of Fate."',"#FFFFFF");
messages[53] = new Array('images/prompt.gif','Write about what you`d cook for an enemy.',"#FFFFFF");
messages[54] = new Array('images/prompt.gif','Think of a human attribute for "pride" and freewrite on it for 5 minutes.',"#FFFFFF");
messages[55] = new Array('images/prompt.gif','Write a 150-word profile of someone named "Margaret Mallory."',"#FFFFFF");
messages[56] = new Array('images/prompt.gif','Write about a good thing gone bad.',"#FFFFFF");
messages[57] = new Array('images/prompt.gif','Try to use all of the words in a story: plastic bottle, hockey puck, dirty handkerchief, crumpled note, unhinged door',"#FFFFFF");
messages[58] = new Array('images/prompt.gif','A drunk man sits next to you in a bar, thinks you`re his buddy and starts confessing "the truth." Write about what "the truth" is.',"#FFFFFF");
messages[59] = new Array('images/prompt.gif','Write about a joyous moment.',"#FFFFFF");
messages[60] = new Array('images/prompt.gif','Write about the biggest lie you`ve ever told.',"#FFFFFF");
messages[61] = new Array('images/prompt.gif','List the names of 5-8 of your relatives and write a profile (in 50 words or less) of each.',"#FFFFFF");
messages[62] = new Array('images/prompt.gif','"A funny thing happened on my way to..."',"#FFFFFF");
messages[63] = new Array('images/prompt.gif','Start freewriting with the help of this image: "a melon strolling on two tendrils" (a line in Sylvia Plath`s poem, Metaphors)',"#FFFFFF");
messages[64] = new Array('images/prompt.gif','List 10-15 things worth saving then choose 1 of those things and write about it.',"#FFFFFF");
messages[65] = new Array('images/prompt.gif','Write about Valentine`s Day without mentioning these words: Valentine`s Day, cupid, love, roses, flowers, hearts, February',"#FFFFFF");
messages[66] = new Array('images/prompt.gif','What was the worst meal you`ve had? Write about it as if the event is taking place right now.',"#FFFFFF");
messages[67] = new Array('images/prompt.gif','In 300 words, write about "deceit."',"#FFFFFF");
messages[68] = new Array('images/prompt.gif','Begin with "I thought I saw..."',"#FFFFFF");
messages[69] = new Array('images/prompt.gif','It was Erica Jong who said, "If you don`t risk anything, you risk more." Write about what this means to you.',"#FFFFFF");
messages[70] = new Array('images/prompt.gif','Pick a character in a day time soap and put him or her in a stranded commuter train. Write about what he or she is feeling or thinking at that moment.',"#FFFFFF");
messages[71] = new Array('images/prompt.gif','Write about a memory related to a holiday.',"#FFFFFF");
messages[72] = new Array('images/prompt.gif','Write about a task, job or chore you dislike.',"#FFFFFF");
messages[73] = new Array('images/prompt.gif','Use these words in a story: Hurricane, Flashlight, Lawn Mower',"#FFFFFF");
messages[74] = new Array('images/prompt.gif','Take out your high school yearbook and pick someone from your class. Write about what you think he or she is doing now. Go ahead and fictionalize that person.',"#FFFFFF");
messages[75] = new Array('images/prompt.gif','Flip through a magazine and create a story around the first image you see.',"#FFFFFF");
messages[76] = new Array('images/prompt.gif','Write the story of a disastrous family picnic.',"#FFFFFF");
messages[77] = new Array('images/prompt.gif','Think of a product you wouldn`t be caught dead using. The company who makes that product plans to stop its production. Write a strong letter to the company and convince them not to take that product off the market.',"#FFFFFF");
messages[78] = new Array('images/prompt.gif','Write a story with the help of this image: "The shore fumed at the waves"',"#FFFFFF");
messages[79] = new Array('images/prompt.gif','List 15 simple pleasures. Pick one and write about it.',"#FFFFFF");
messages[80] = new Array('images/prompt.gif','Take two people who dislike each other and stick them in the backseat of a cab. What happens?',"#FFFFFF");
messages[81] = new Array('images/prompt.gif','In 300 words, fictionalize an event that happened to one of your parents, siblings or relatives.',"#FFFFFF");
messages[82] = new Array('images/prompt.gif','List 10 things you usually do on a rainy day. Pick one from your list and freewrite for 5 minutes.',"#FFFFFF");
messages[83] = new Array('images/prompt.gif','What reward would you like to give yourself after writing 500 words?',"#FFFFFF");
messages[84] = new Array('images/prompt.gif','Write a letter to the teacher who gave you a hard time in gradeschool or high school.',"#FFFFFF");
messages[85] = new Array('images/prompt.gif','Use the first line of a nursery rhyme (take your pick) to start a story.',"#FFFFFF");
messages[86] = new Array('images/prompt.gif','Recall a time when you did something to get noticed. Write about it.',"#FFFFFF");
messages[87] = new Array('images/prompt.gif','Recall an uplifting experience and write about it.',"#FFFFFF");
messages[88] = new Array('images/prompt.gif','Write about a moment when you and another person (sibling, friend, parent, etc.) bonded.',"#FFFFFF");
messages[89] = new Array('images/prompt.gif','List 7 remarkable experiences in your life. Then write about each experience in the next 7 days.',"#FFFFFF");
messages[90] = new Array('images/prompt.gif','You finish filing your last report and you are ready to head home. As you reach for the office door, the lights go out. What happens next?',"#FFFFFF");
messages[91] = new Array('images/prompt.gif','Write about a man who got stood up on a date.',"#FFFFFF");
messages[92] = new Array('images/prompt.gif','Write a story about a man who skipped breakfast.',"#FFFFFF");
messages[93] = new Array('images/prompt.gif','Write a news story using this headline: Lightning bolt zaps turkey -- AND COOKS IT TO A GOLDEN BROWN! (Weekly World News, January 2000)',"#FFFFFF");
messages[94] = new Array('images/prompt.gif','Write about a habit you find hard to break.',"#FFFFFF");
messages[95] = new Array('images/prompt.gif','List 31 simple pleasures. Every day for 4 weeks, write about one pleasure for 5 minutes.',"#FFFFFF");
messages[96] = new Array('images/prompt.gif','You come home and check your phone messages. You get to your third message and freeze. Begin from there.',"#FFFFFF");
messages[97] = new Array('images/prompt.gif','You wake up, go to the bathroom and look in the mirror. A different face stares back at you. Begin your story here.',"#FFFFFF");
messages[98] = new Array('images/prompt.gif','Write about how you felt when you discovered you were lied to.',"#FFFFFF");
messages[99] = new Array('images/prompt.gif','Come up with 10 images for this prompt: "My home makes me think of..."',"#FFFFFF");
messages[100] = new Array('images/prompt.gif','Write for 10 minutes using "I used to think..." as your starter.',"#FFFFFF");
messages[101] = new Array('images/prompt.gif','Open a magazine or a newspaper and find 3-5 pictures of people. Then write a 300-500 word profile of each individual.',"#FFFFFF");
messages[102] = new Array('images/prompt.gif','If you could invent something to help mankind, what would it be?',"#FFFFFF");
messages[103] = new Array('images/prompt.gif','Create a poem using Emily Dickinson`s "Bring me the sunset in a cup" as a starting point.',"#FFFFFF");
messages[104] = new Array('images/prompt.gif','The best thing in life is...',"#FFFFFF");
messages[105] = new Array('images/prompt.gif','Brenda Ueland said, "Listening is a magnetic and strange thing, a creative force." Today, stop what you`re doing and listen for 2 minutes. Then write the new thoughts you had as a result of this simple activity.',"#FFFFFF");
messages[106] = new Array('images/prompt.gif','What would you do with three wishes?',"#FFFFFF");
messages[107] = new Array('images/prompt.gif','What is your greatest fear?',"#FFFFFF");
messages[108] = new Array('images/prompt.gif','List 10 things you do whenever you procrastinate.',"#FFFFFF");
messages[109] = new Array('images/prompt.gif','Write a letter to someone you feel you need to spend more time with.',"#FFFFFF");
messages[110] = new Array('images/prompt.gif','Write about something that bothered you this week.',"#FFFFFF");
messages[111] = new Array('images/prompt.gif','It was Herman Melville who said, "We become sad in the first place because we have nothing stirring to do." Write about what stirs you.',"#FFFFFF");
messages[112] = new Array('images/prompt.gif','Write a fictional scary encounter with your hairdresser/barber.',"#FFFFFF");
messages[113] = new Array('images/prompt.gif','Begin with "Today I will..." and write for 10 minutes.',"#FFFFFF");
messages[114] = new Array('images/prompt.gif','Write about a time you pampered yourself.',"#FFFFFF");
messages[115] = new Array('images/prompt.gif','Here`s a 90-second drill: List items you can find in a hospital. When the 90 seconds are up, write a story that includes all the words in your list, but don`t set your story in or near a hospital.',"#FFFFFF");
messages[116] = new Array('images/prompt.gif','Write about someone you would love to see put in jail.',"#FFFFFF");
messages[117] = new Array('images/prompt.gif','What happens when a computer malfunctions and traps about 400 people in a small department store? There is only one food store in there.',"#FFFFFF");
messages[118] = new Array('images/prompt.gif','This dialogue must appear somewhere in your story: "You know what else children don`t know?"',"#FFFFFF");
messages[119] = new Array('images/prompt.gif','Write about a person who does everything "by the book."',"#FFFFFF");
messages[120] = new Array('images/prompt.gif','Retell the Nativity story in modern-day language.',"#FFFFFF");
messages[121] = new Array('images/prompt.gif','Start your story with this: "She touched the little box in her pocket and smiled."',"#FFFFFF");
messages[122] = new Array('images/prompt.gif','Use all these words in a poem: crash, crumpled paper, straw, gravel, ochre',"#FFFFFF");
messages[123] = new Array('images/prompt.gif','What are things you can do in 3 minutes? List them.',"#FFFFFF");
messages[124] = new Array('images/prompt.gif','Write a story about a father looking for his son. The child was one of the passengers in a plane that crashed earlier that day.',"#FFFFFF");
messages[125] = new Array('images/prompt.gif','Your writing prompt: something wrapped',"#FFFFFF");
messages[126] = new Array('images/prompt.gif','Describe a perfect world.',"#FFFFFF");
messages[127] = new Array('images/prompt.gif','Write about a heart that wouldn`t quit.',"#FFFFFF");
messages[128] = new Array('images/prompt.gif','What happens when a man bumps into his former girlfriend while he shops for baby toys with his pregnant wife? The man once told the ex-gf: "I`m not the marrying kind."',"#FFFFFF");
messages[129] = new Array('images/prompt.gif','Write a light-hearted piece on how to get along with an enemy.',"#FFFFFF");
messages[130] = new Array('images/prompt.gif','What`s the un-funniest joke you`ve ever heard? Who told you the joke? Write about it.',"#FFFFFF");
messages[131] = new Array('images/prompt.gif','Jocelyn Rundle, 23, from Perth, Australia, likes to always feel in control. She is strong-willed, determined, and a perfectionist. Her best: thoughtful, reflective, observant. Her worst: tends to ignore pain, push self and body and ignore warning signs. Situation: Put Jocelyn in an airport, where her flight is announced cancelled. She`s on her way to the most important meeting of her career. What does she do?',"#FFFFFF");
messages[132] = new Array('images/prompt.gif','How would a broken plate feel?',"#FFFFFF");
messages[133] = new Array('images/prompt.gif','Write about a keepsake.',"#FFFFFF");
messages[134] = new Array('images/prompt.gif','Begin with "I wish someone told me..."',"#FFFFFF");
messages[135] = new Array('images/prompt.gif','List 50 things you`ll never do.',"#FFFFFF");
messages[136] = new Array('images/prompt.gif','Write a pure dialogue story. Make your story move along by using dialogues *only*. No narration, no description... just dialogues.',"#FFFFFF");
messages[137] = new Array('images/prompt.gif','Use this line anywhere in your story: "Behind her, the noise escalated."',"#FFFFFF");
messages[138] = new Array('images/prompt.gif','Write a news story based on the headline: Local Beauty Lets Hair Down for Prince Charming',"#FFFFFF");
messages[139] = new Array('images/prompt.gif','Begin a story with, "The hallway was silent..."',"#FFFFFF");
messages[140] = new Array('images/prompt.gif','Weave a story around a 60-year old photograph.',"#FFFFFF");
messages[141] = new Array('images/prompt.gif','Weave a story that revolves around the cliche, "drown your sorrows."',"#FFFFFF");
messages[142] = new Array('images/prompt.gif','Incorporate this sentence somewhere in your story: "The strange noises grew louder." Your story should also demonstrate the cliche "a bundle of nerves" (without mentioning the cliche).',"#FFFFFF");
messages[143] = new Array('images/prompt.gif','In 200 words, describe a day in the life of a window washer.',"#FFFFFF");
messages[144] = new Array('images/prompt.gif','Weave a story around this mixed proverb: "Bad news cures all things."',"#FFFFFF");
messages[145] = new Array('images/prompt.gif','What happens when two friends visit an old house that one of them inherited from a distant relative? In the house, there is a 100-year old mirror that has never been broken.',"#FFFFFF");
messages[146] = new Array('images/prompt.gif','Mention all these words in a story that ends in a compromise: mechanic, spaghetti, bathtub, stool',"#FFFFFF");
messages[147] = new Array('images/prompt.gif','What would be going on inside the head of a young executive nervously biting on her nails?',"#FFFFFF");
messages[148] = new Array('images/prompt.gif','Put an athlete, artist and a fitness instructor in a museum. Add in a broken window and a crooked painting. One of the three panics. Write out the scene.',"#FFFFFF");
messages[149] = new Array('images/prompt.gif','Nancy Kincaid and Dan Carey meet five years into the future. One of them is anti-social. Write these two characters` story based on this quick plot: giving her a cellphone proves to be a big mistake.',"#FFFFFF");
messages[150] = new Array('images/prompt.gif','Weave a story around this mixed proverb: "Silence is a great healer."',"#FFFFFF");
messages[151] = new Array('images/prompt.gif','Weave a poem that contains all these lines (in no particular order): "I tie the ribbon in a foolish way," "the delicious fragility of this travesty," and "where we still laugh and wish."',"#FFFFFF");
messages[152] = new Array('images/prompt.gif','Freewrite for 3 minutes on this cliche: "ice water in her veins."',"#FFFFFF");
messages[153] = new Array('images/prompt.gif','Christina Cruz and Scott Peters meet after a failed experiment. One of them is seeking revenge. Write their story based on this quick plot: "patient turns murderous after having a near-death experience."',"#FFFFFF");
messages[154] = new Array('images/prompt.gif','What story can you come up with this premise: a flight attendant drinking champagne in first class?',"#FFFFFF");
messages[155] = new Array('images/prompt.gif','Use all of the following in a short narrative or poem: "as dense as a London fog," "a slate of solace," "like oil and water," "wound the clock," and "receding as you please."',"#FFFFFF");
messages[156] = new Array('images/prompt.gif','Jacqueline Morris and Alfred Bishop meet after a vehicular accident. One of them loves watching old movies. Write their story based on this quick plot: "nature trip turns into a nightmare."',"#FFFFFF");
messages[157] = new Array('images/prompt.gif','Here`s a 90-second drill: List items you can find in an airport. When the 90 seconds are up, write a story that includes all the words in your list. Set your story anywhere except near or in an airport.',"#FFFFFF");
messages[158] = new Array('images/prompt.gif','List 30 uses for a hanger.',"#FFFFFF");
messages[159] = new Array('images/prompt.gif','Weave a mini-story (200-250 words) using the following words in order: shell, comic book, discarded soap box, rubber soles, postcard',"#FFFFFF");
messages[160] = new Array('images/prompt.gif','Write a 250-word character sketch describing a sore loser.',"#FFFFFF");
messages[161] = new Array('images/prompt.gif','Write a mini-story (100 to 250 words) that begins with: "They had nothing to say to each other."',"#FFFFFF");
messages[162] = new Array('images/prompt.gif','Use all of the following in a poem: "a culture of solitude," "faithful blue sky," and "where we still discover."',"#FFFFFF");
messages[163] = new Array('images/prompt.gif','In 200 words, describe a day in the life of a valet.',"#FFFFFF");
messages[164] = new Array('images/prompt.gif','Freewrite for 3 minutes on this cliche: "back to square one."',"#FFFFFF");
messages[165] = new Array('images/prompt.gif','Think of a memorable character (from a book, film or TV show). Craft a story about that character losing the most valuable thing he or she owns.',"#FFFFFF");
messages[166] = new Array('images/prompt.gif','Weave a feature story with this headline: Giant Flies Invade Norway!',"#FFFFFF");
messages[167] = new Array('images/prompt.gif','Cook your own version of a "get rich quick" scheme.',"#FFFFFF");
messages[168] = new Array('images/prompt.gif','What story can you come up with this quick plot: "secretary has a weird way of classifying files"',"#FFFFFF");
messages[169] = new Array('images/prompt.gif','Flesh out this character: Juliana Ritter, 53; she is an extrovert but gets easily depressed.',"#FFFFFF");
messages[170] = new Array('images/prompt.gif','Do a 3-minute freewrite based on this metaphor: "a galaxy of longing"',"#FFFFFF");
messages[171] = new Array('images/prompt.gif','Describe in concrete terms how "curiosity suffers."',"#FFFFFF");
messages[172] = new Array('images/prompt.gif','List images or ideas with the help of (or write a story sparked by) this random stimuli: "blue ribbon fading hysterically."',"#FFFFFF");
messages[173] = new Array('images/prompt.gif','Write in the voice of "a rope about to snap."',"#FFFFFF");
messages[174] = new Array('images/prompt.gif','Include this line anywhere in a poem: "the rouged coals languish long after midnight"',"#FFFFFF");
messages[175] = new Array('images/prompt.gif','What would you find in an accountant`s garbage bin?',"#FFFFFF");
messages[176] = new Array('images/prompt.gif','Write about a "scoffing sun."',"#FFFFFF");
messages[177] = new Array('images/prompt.gif','What happens to a woman who is fired from her job after getting the wrong number?',"#FFFFFF");
messages[178] = new Array('images/prompt.gif','Write a story sparked by "a convoy of urgency."',"#FFFFFF");
messages[179] = new Array('images/prompt.gif','Write from the point of view of an old car that has just gotten a new paint job.',"#FFFFFF");
messages[180] = new Array('images/prompt.gif','Connect these images in a story or poem: "pleading knife," "basket reciting angrily," and "icy saucer."',"#FFFFFF");
messages[181] = new Array('images/prompt.gif','What images does this line in one of Gregory Corso`s poems spark in you: "They want to make buttons out of my bones"',"#FFFFFF");
messages[182] = new Array('images/prompt.gif','If an ATM could be custom created for you, what would it spew out instead of money?',"#FFFFFF");
messages[183] = new Array('images/prompt.gif','What if you`re going to write a story about fatherhood with a florist as the main character and a new dress as the key object? Set your story in a restaurant.',"#FFFFFF");
messages[184] = new Array('images/prompt.gif','Brandi Engler and Greg Sampson meet a week before his wedding. One of them is allergic to almonds. Write their story.',"#FFFFFF");
messages[185] = new Array('images/prompt.gif','Use the following words in your story: little boy, torn page, market, cart',"#FFFFFF");
messages[186] = new Array('images/prompt.gif','Freewrite for 5 minutes using this opening line: Behind her, the noise escalated...',"#FFFFFF");
messages[187] = new Array('images/prompt.gif','Create a story, poem or any piece based on this metaphor: "a minute of failure."',"#FFFFFF");
messages[188] = new Array('images/prompt.gif','Write from the point of view of a coffee maker that short-circuited.',"#FFFFFF");
messages[189] = new Array('images/prompt.gif','Write a news story based on this headline: "Hospitals Won`t Help Dying Man"',"#FFFFFF");
messages[190] = new Array('images/prompt.gif','What if you`re going to write a story about greed with a CEO as the main character and a chess board as the key object? Set your story in a hospital.',"#FFFFFF");
messages[191] = new Array('images/prompt.gif','Create a piece inspired by a line from one of Anne Sexton`s poems: "The black room took us like a cave"',"#FFFFFF");
messages[192] = new Array('images/prompt.gif','Why would a pastry chef refuse to move to another town?',"#FFFFFF");
messages[193] = new Array('images/prompt.gif','Make a list using this prompt: The 10 Worst Things that Could Happen on Your Way to Work (or School)',"#FFFFFF");
messages[194] = new Array('images/prompt.gif','Complete the statement, "I`d walk a mile for a ____________" and continue to write about it.',"#FFFFFF");
messages[195] = new Array('images/prompt.gif','Create a story, poem or any piece based on this metaphor: "a chapter of loathing."',"#FFFFFF");
messages[196] = new Array('images/prompt.gif','Write from the point of view of a freshly scrubbed floor.',"#FFFFFF");
messages[197] = new Array('images/prompt.gif','Describe thirty minutes in the renewal of a friendship.',"#FFFFFF");
messages[198] = new Array('images/prompt.gif','Kristin Pedersen and Russell Ebert meet before he inherits money. One of them is killed.',"#FFFFFF");
messages[199] = new Array('images/prompt.gif','Use the following words in your story: social worker, mop, hotel room, beeper',"#FFFFFF");
messages[200] = new Array('images/prompt.gif','Create a story based on this plot: gets trapped in the bathroom on Valentine`s day',"#FFFFFF");
messages[201] = new Array('images/prompt.gif','Write a piece based on "a blur of ego"',"#FFFFFF");
messages[202] = new Array('images/prompt.gif','What if you`re going to write a story about confusion with an 8-year old adopted boy as the main character and a rose as the key object? Set your story in a bus station.',"#FFFFFF");
messages[203] = new Array('images/prompt.gif','Write from the point of view of a branch with a bird perched on it.',"#FFFFFF");
messages[204] = new Array('images/prompt.gif','Begin a story that is all about this mixed proverb: Revenge is bliss.',"#FFFFFF");
messages[205] = new Array('images/prompt.gif','Write a 250-word description of a character named Seth Alary, a 23-year-old male who is fearful of disapproval and has a strong need to please others.',"#FFFFFF");
messages[206] = new Array('images/prompt.gif','Christina Rabinovitz and George Wilson meet on the first day of school. One of them has has written a book.',"#FFFFFF");
messages[207] = new Array('images/prompt.gif','Use this plot: reporter arrives in town and asks odd questions.',"#FFFFFF");
messages[208] = new Array('images/prompt.gif','What if you are going to write a story about resignation with a widower as the main character and a wallet as the key object? Set your story in a ski lodge.',"#FFFFFF");
messages[209] = new Array('images/prompt.gif','Use these words in your story: dog trainer, bills, beach, pie',"#FFFFFF");
messages[210] = new Array('images/prompt.gif','What are the top 12 things you can buy with your last $20?',"#FFFFFF");
messages[211] = new Array('images/prompt.gif','Write from the point of view of a clean sock that was mistakenly placed in the hamper.',"#FFFFFF");
messages[212] = new Array('images/prompt.gif','Create a story, poem or any piece based on this metaphor: a cup of restraint',"#FFFFFF");
messages[213] = new Array('images/prompt.gif','In 300 words, write about a day in the life of an old wedding dress.',"#FFFFFF");
messages[214] = new Array('images/prompt.gif','Create a story based on this personification: love hesitates',"#FFFFFF");
messages[215] = new Array('images/prompt.gif','Use the following metaphors in a poem: a pitcher of bitterness, a taste of sacrifice, a house of delight',"#FFFFFF");
messages[216] = new Array('images/prompt.gif','Write from the point of view of the last tree standing in a forest.',"#FFFFFF");
messages[217] = new Array('images/prompt.gif','Why would a speaker be afraid of cats?',"#FFFFFF");
messages[218] = new Array('images/prompt.gif','List 13 good reasons to learn another language.',"#FFFFFF");
messages[219] = new Array('images/prompt.gif','I deserve a ____________',"#FFFFFF");
messages[220] = new Array('images/prompt.gif','Write a short story based on this plot: parents help their son make up with his girlfriend',"#FFFFFF");
messages[221] = new Array('images/prompt.gif','Put a used car salesman, a banker and a movie addict in a bus. Add in a flat tire and an empty window seat. One of the three starts laughing hysterically. Write out the scene.',"#FFFFFF");
messages[222] = new Array('images/prompt.gif','Write a story about a beggar who loves to hear himself sing.',"#FFFFFF");
messages[223] = new Array('images/prompt.gif','Sonya Yajko and Simon Fojas meet after an earthquake. One of them becomes resigned to his or her fate.',"#FFFFFF");
messages[224] = new Array('images/prompt.gif','Spin a tale using this quick plot: little brother gets hold of valuable data CD',"#FFFFFF");
messages[225] = new Array('images/prompt.gif','Use these words in your story: doctor, roll of film, stairwell, telephone',"#FFFFFF");
messages[226] = new Array('images/prompt.gif','Write from the point of view of a birdcage whose occupant recently died.',"#FFFFFF");
messages[227] = new Array('images/prompt.gif','Why would a teacher contemplate a change in career?',"#FFFFFF");
messages[228] = new Array('images/prompt.gif','Think about a thing you feel should not have been invented.',"#FFFFFF");
messages[229] = new Array('images/prompt.gif','Deanna Russ and Zach Enriquez meet after she gets acquitted of a crime. One of them wants to be someone else. Write their story based on this quick plot: takes over his father`s law practice after his death',"#FFFFFF");
messages[230] = new Array('images/prompt.gif','What story an you come up with this quick plot: cancer comes back after 3 years of remission',"#FFFFFF");
messages[231] = new Array('images/prompt.gif','List the 7 worst things to say to a person who just got dumped.',"#FFFFFF");
messages[232] = new Array('images/prompt.gif','Use the following metaphors in a poem: a course of sorrow, a spoonful of delight, a knot of hate',"#FFFFFF");
messages[233] = new Array('images/prompt.gif','Create a story based on this personification: hope vibrates',"#FFFFFF");
messages[234] = new Array('images/prompt.gif','Create a story, poem or any piece based on this metaphor: a plate of fear',"#FFFFFF");
messages[235] = new Array('images/prompt.gif','Beverly Copper and Kenneth Salvador meet when she discovers someone has broken into her house. One of them is a biologist.',"#FFFFFF");
messages[236] = new Array('images/prompt.gif','What if you are going to write a story about selfishness with a trader as the main character and a scrapbook as the key object? Set your story in an Asian country.',"#FFFFFF");
messages[237] = new Array('images/prompt.gif','What can you create based from this B-movie plot? In a cursed town of chaos, a wizard and seven dutchesses go on a quest to find the cure for a deadly disease.',"#FFFFFF");
messages[238] = new Array('images/prompt.gif','Use this cliche anywhere in your story: growing like a weed',"#FFFFFF");
messages[239] = new Array('images/prompt.gif','Write about a bucket of distaste.',"#FFFFFF");
messages[240] = new Array('images/prompt.gif','Use all these words in a story or poem: preacher, coin, stairwell, comb',"#FFFFFF");
messages[241] = new Array('images/prompt.gif','What if you`re going to write a story about letting go with a factory worker as the main character and a locket as the key object? Set your story in a small apartment.',"#FFFFFF");
messages[242] = new Array('images/prompt.gif','Come up with 10 reasons you should skip bathing for a week.',"#FFFFFF");
messages[243] = new Array('images/prompt.gif','Write a fictional news story based on this headline: Elvis clones taking over the world',"#FFFFFF");
messages[244] = new Array('images/prompt.gif','Create a story or poem inspired by a line in an e.e. cummings poem: "the weak noise of her eyes easily files my impatience to an edge"',"#FFFFFF");
messages[245] = new Array('images/prompt.gif','Teresa Callister and Lewis Parker meet while he is vacationing with his wife. One of them gets drunk.',"#FFFFFF");
messages[246] = new Array('images/prompt.gif','Write out a scene based on this quick plot: man assaults officer while his car is being towed',"#FFFFFF");
messages[247] = new Array('images/prompt.gif','In 250 words, write from the point of view of a strand of hair',"#FFFFFF");
messages[248] = new Array('images/prompt.gif','Make a list of the 12 worst movie of all time.',"#FFFFFF");
messages[249] = new Array('images/prompt.gif','Why would a trader own a gun?',"#FFFFFF");
messages[250] = new Array('images/prompt.gif','Mildred Allard and Lee Rabinovitz meet on a lake. One of them is pretending to be someone else. Write their story.',"#FFFFFF");
messages[251] = new Array('images/prompt.gif','Use this plot in a short story: gets carried away with a new fad.',"#FFFFFF");
messages[252] = new Array('images/prompt.gif','What if you`re going to write a story about death with a movie double as the main character and a receipt as the key object? Set your story in a laundry mat.',"#FFFFFF");
messages[253] = new Array('images/prompt.gif','Describe in detail a person who leaves no stone unturned.',"#FFFFFF");
messages[254] = new Array('images/prompt.gif','Why would an antiques dealer leave town?',"#FFFFFF");
messages[255] = new Array('images/prompt.gif','Come up with 12 good reasons to sleep in.',"#FFFFFF");
messages[256] = new Array('images/prompt.gif','Write from the point of view of the only tree left standing in the forest.',"#FFFFFF");
messages[257] = new Array('images/prompt.gif','Use all these words in a story: detective, cart, backseat of a car, toy car',"#FFFFFF");
messages[258] = new Array('images/prompt.gif','Complete this famous tagline with your own: The greatest tragedy is ____________.',"#FFFFFF");
messages[259] = new Array('images/prompt.gif','I once dreamed about...',"#FFFFFF");
messages[260] = new Array('images/prompt.gif','Use this metaphor to spark a poem or story: a chest of childhood',"#FFFFFF");
messages[261] = new Array('images/prompt.gif','Create a story or poem inspired by a line in a Margaret Atwood poem: "We are learning to make fire"',"#FFFFFF");
messages[262] = new Array('images/prompt.gif','Write about a man who teaches his pet cockroaches to tap dance.',"#FFFFFF");
messages[263] = new Array('images/prompt.gif','Give 8 good reasons it is OK for men to lie.',"#FFFFFF");
messages[264] = new Array('images/prompt.gif','Ginger Kemp and Pete Papillon meet in a hospital ward. One of them wants to be someone else. Write their story.',"#FFFFFF");
messages[265] = new Array('images/prompt.gif','Begin your story with this line: It was the one thing he coveted the most.',"#FFFFFF");
messages[266] = new Array('images/prompt.gif','Marian Bartsch and Joey Costagli meet on his first day at work. One of them had a rough childhood. Write their story.',"#FFFFFF");
messages[267] = new Array('images/prompt.gif','Use this plot in a short story: employee demands for a car in her contract',"#FFFFFF");
messages[268] = new Array('images/prompt.gif','What if you`re going to write a story about deception with a male alcoholic as the main character and yellow bag as the key object? Set your story in an ice rink.',"#FFFFFF");
messages[269] = new Array('images/prompt.gif','Why would a fashion model refuse to have pictures in her house?',"#FFFFFF");
messages[270] = new Array('images/prompt.gif','List 9 good reasons to eat your mother-in-law`s cooking.',"#FFFFFF");
messages[271] = new Array('images/prompt.gif','Write from the point of view of a glass on the edge of the table.',"#FFFFFF");
messages[272] = new Array('images/prompt.gif','Use all these words in a story: priest, ring, garden, magnifying glass',"#FFFFFF");
messages[273] = new Array('images/prompt.gif','Complete this famous tagline with your own: Please don`t squeeze the ____________.',"#FFFFFF");
messages[274] = new Array('images/prompt.gif','My old room was...',"#FFFFFF");
messages[275] = new Array('images/prompt.gif','Use this mixed personification to spark a poem or story: sorrow croons as love begs',"#FFFFFF");
messages[276] = new Array('images/prompt.gif','Create a story or poem inspired by a line in a David Lehman poem: "Death was last seen in the auction room, looking worried"',"#FFFFFF");
messages[277] = new Array('images/prompt.gif','Why would Fortune 500 companies start hiring corporate fortune tellers?',"#FFFFFF");
messages[278] = new Array('images/prompt.gif','Bonnie Steinweg and Louie Cunningham meet while he is waiting for his date. One of them works two jobs. Write their story.',"#FFFFFF");
messages[279] = new Array('images/prompt.gif','Create a story based on this quick plot: a young attorney takes on a pro bono case against the advice of her father',"#FFFFFF");
messages[280] = new Array('images/prompt.gif','What if you`re going to write a story about fear with a female chemist as the main character and a diary as the key object? Set your story in a park.',"#FFFFFF");
messages[281] = new Array('images/prompt.gif','List 9 good reasons to break off a wedding.',"#FFFFFF");
messages[282] = new Array('images/prompt.gif','Write from the point of view of a virus about to infect an important document.',"#FFFFFF");
messages[283] = new Array('images/prompt.gif','Write a story based on this plot: mailed Valentine card never arrives',"#FFFFFF");
messages[284] = new Array('images/prompt.gif','List 10 things you would buy with your last $20.',"#FFFFFF");
messages[285] = new Array('images/prompt.gif','Write a fictional news story about an adoption agency selling shaved apes as babies.',"#FFFFFF");
messages[286] = new Array('images/prompt.gif','Edith Tidwell and Caleb Francis meet when a mutual acquaintance introduces them to each other. One of them is a chemist. Write their story.',"#FFFFFF");
messages[287] = new Array('images/prompt.gif','Use these two metaphors in a poem: "an inch of scorn" and "a cradle of beliefs"',"#FFFFFF");
messages[288] = new Array('images/prompt.gif','Use this cliche anywhere in your story: off like a shot',"#FFFFFF");
messages[289] = new Array('images/prompt.gif','What if you`re going to write a story about letting go with a factory worker as the main character and a locket as the key object? Set your story in a small apartment.',"#FFFFFF");
messages[290] = new Array('images/prompt.gif','Write a fictional news story based on this headline: Businesswoman Gets First Cell-Phone Implant',"#FFFFFF");
messages[291] = new Array('images/prompt.gif','Create a story or poem inspired by a line in a Charles Bukowski poem: "some suicides are never recorded"',"#FFFFFF");
messages[292] = new Array('images/prompt.gif','Use all these words in a story or poem: grandfather, photoalbum, post office, folder',"#FFFFFF");
messages[293] = new Array('images/prompt.gif','Sherry Willcox and Scott Gainer meet during a wedding. One of them receives a letter.',"#FFFFFF");
messages[294] = new Array('images/prompt.gif','Write out a scene based on this quick plot: search for the missing daughter of a high-ranking government official',"#FFFFFF");
messages[295] = new Array('images/prompt.gif','In 250 words, write from the point of view of a ball of yarn being chased by a cat',"#FFFFFF");
messages[296] = new Array('images/prompt.gif','List 7 reasons to turn down a marriage proposal',"#FFFFFF");
messages[297] = new Array('images/prompt.gif','Why would a playwright run a red light?',"#FFFFFF");
messages[298] = new Array('images/prompt.gif','Paula Morin and Louie Maruyama meet after he resigns from his job. One of them collects guns. Write their story.',"#FFFFFF");
messages[299] = new Array('images/prompt.gif','Use this plot in a short story: liberal activist daughter moves in temporarily with parents',"#FFFFFF");
messages[300] = new Array('images/prompt.gif','What if you`re going to write a story about infidelity with a female paramedic as the main character and a pair of boots as the key object? Set your story in a prison cell.',"#FFFFFF");
messages[301] = new Array('images/prompt.gif','Come up with 10 good reasons you shouldn`t write your life story.',"#FFFFFF");
messages[302] = new Array('images/prompt.gif','Write from the point of view of a spoon inside the dishwasher.',"#FFFFFF");
messages[303] = new Array('images/prompt.gif','Make this the first line of your story: Catching the signal from one of her friends, Angela brushed her skirt, took a deep breath and walked towards where he was sitting.',"#FFFFFF");
messages[304] = new Array('images/prompt.gif','What if you`re going to write a story about power with a policeman as the main character and an old pair of shoes as the key object? Set your story in the operating room.',"#FFFFFF");
messages[305] = new Array('images/prompt.gif','List 20 rules you`ve broken.',"#FFFFFF");
messages[306] = new Array('images/prompt.gif','Create a news story with this headline: Army Tough Guy Trampled by Deer',"#FFFFFF");
messages[307] = new Array('images/prompt.gif','Tiffany Papillon and Alan Chatman meet during a cruise. One of them loves to cook.',"#FFFFFF");
messages[308] = new Array('images/prompt.gif','Use this plot in a short story: popular burger shop uses tainted beef patties',"#FFFFFF");
messages[309] = new Array('images/prompt.gif','Start your story with this line: Alice tried to remember who had given her the key.',"#FFFFFF");
messages[310] = new Array('images/prompt.gif','Use this cliche anywhere in your story: the raw end of the deal',"#FFFFFF");
messages[311] = new Array('images/prompt.gif','Use the following words in your story: photographer, needle, dormitory, bicycle',"#FFFFFF");
messages[312] = new Array('images/prompt.gif','Make a list of: The 7 Top Things that Could Happen to Bad People',"#FFFFFF");
messages[313] = new Array('images/prompt.gif','Michelle Corcoran and Chris Lucado meet after his break up. One of them has a fear of heights.',"#FFFFFF");
messages[314] = new Array('images/prompt.gif','What if you`re going to write a story about self-expression with a cab driver as the main character and a fire escape as the key object? Set your story in a funeral home.',"#FFFFFF");
messages[315] = new Array('images/prompt.gif','Use the following words in your story: diplomat, jacket, conference room, balloon',"#FFFFFF");
messages[316] = new Array('images/prompt.gif','Create a news story with this headline: Beer-Crazed Elephants Face Execution!',"#FFFFFF");
messages[317] = new Array('images/prompt.gif','Use this plot in a short story: doctor says hockey is damaging his spine',"#FFFFFF");
messages[318] = new Array('images/prompt.gif','Use this cliche anywhere in your story: keep your fingers crossed',"#FFFFFF");
messages[319] = new Array('images/prompt.gif','Make a list of: 10 Best Reasons to Share A Room with Your Best Friend',"#FFFFFF");
messages[320] = new Array('images/prompt.gif','What if you`re going to write a story about friendship with a high school student as the main character and a fountain as the key object? Set your story inside a flower shop.',"#FFFFFF");
messages[321] = new Array('images/prompt.gif','Amy Tidwell and Jason Engler meet on an airplane. One of them becomes resigned to his or her fate.',"#FFFFFF");
messages[322] = new Array('images/prompt.gif','Use this plot in a short story: loses a winning lottery ticket',"#FFFFFF");
messages[323] = new Array('images/prompt.gif','Use this cliche anywhere in your story: burn the midnight oil',"#FFFFFF");
messages[324] = new Array('images/prompt.gif','Make a list of: 7 Signs It`s Time to Take a Bath',"#FFFFFF");
messages[325] = new Array('images/prompt.gif','What if you`re going to write a story about desperation with an evangelist as the main character and a memo as the key object? Set your story in a ghost town.',"#FFFFFF");
messages[326] = new Array('images/prompt.gif','Use this plot in a short story: fired from her job after getting the wrong number',"#FFFFFF");
messages[327] = new Array('images/prompt.gif','Why would an engineer eat once a day only?',"#FFFFFF");
messages[328] = new Array('images/prompt.gif','Write from the point of view of the knife inside a thief`s pocket',"#FFFFFF");
messages[329] = new Array('images/prompt.gif','Irene Robinson and Bradley Neumann meet while she is searching for a long-lost relative. One of them is a loner.',"#FFFFFF");


////////////////////  END OF CUSTOMIZATION AREA  ///////////////////

// preload images that are to appear in tooltip
// from arrays above
if (document.images) {
	var theImgs = new Array();
	for (var i=0; i<messages.length; i++) {
  	theImgs[i] = new Image();
		theImgs[i].src = messages[i][0];
  }
}

// to layout image and text, 2-row table, image centered in top cell
// these go in var tip in doTooltip function
// startStr goes before image, midStr goes between image and text
var startStr = '<table width="' + tipWidth + '"><tr><td align="center" width="100%"><img src="';
var midStr = '" border="0"></td></tr><tr><td valign="top">';
var endStr = '</td></tr></table>';

////////////////////////////////////////////////////////////
//  initTip	- initialization for tooltip.
//		Global variables for tooltip. 
//		Set styles for all but ns4. 
//		Set up mousemove capture if tipFollowMouse set true.
////////////////////////////////////////////////////////////
var tooltip, tipcss;
function initTip() {
	if (nodyn) return;
	tooltip = (ns4)? document.tipDiv.document: (ie4)? document.all['tipDiv']: (ie5||ns5)? document.getElementById('tipDiv'): null;
	tipcss = (ns4)? document.tipDiv: tooltip.style;
	if (ie4||ie5||ns5) {	// ns4 would lose all this on rewrites
		tipcss.width = tipWidth+"px";
		tipcss.fontFamily = tipFontFamily;
		tipcss.fontSize = tipFontSize;
		tipcss.color = tipFontColor;
		tipcss.backgroundColor = tipBgColor;
		tipcss.borderColor = tipBorderColor;
		tipcss.borderWidth = tipBorderWidth+"px";
		tipcss.padding = tipPadding+"px";
		tipcss.borderStyle = tipBorderStyle;
	}
	if (tooltip&&tipFollowMouse) {
		if (ns4) document.captureEvents(Event.MOUSEMOVE);
		document.onmousemove = trackMouse;
	}
}

window.onload = initTip;

/////////////////////////////////////////////////
//  doTooltip function
//			Assembles content for tooltip and writes 
//			it to tipDiv
/////////////////////////////////////////////////
var t1,t2;	// for setTimeouts
var tipOn = false;	// check if over tooltip link
function doTooltip(evt,num) {
	if (!tooltip) return;
	if (t1) clearTimeout(t1);	if (t2) clearTimeout(t2);
	tipOn = true;
	// set colors if included in messages array
	if (messages[num][2])	var curBgColor = messages[num][2];
	else curBgColor = tipBgColor;
	if (messages[num][3])	var curFontColor = messages[num][3];
	else curFontColor = tipFontColor;
	if (ns4) {
		var tip = '<table bgcolor="' + tipBorderColor + '" width="' + tipWidth + '" cellspacing="0" cellpadding="' + tipBorderWidth + '" border="0"><tr><td><table bgcolor="' + curBgColor + '" width="100%" cellspacing="0" cellpadding="' + tipPadding + '" border="0"><tr><td>'+ startStr + messages[num][0] + midStr + '<span style="font-family:' + tipFontFamily + '; font-size:' + tipFontSize + '; color:' + curFontColor + ';">' + messages[num][1] + '</span>' + endStr + '</td></tr></table></td></tr></table>';
		tooltip.write(tip);
		tooltip.close();
	} else if (ie4||ie5||ns5) {
		var tip = startStr + messages[num][0] + midStr + '<span style="font-family:' + tipFontFamily + '; font-size:' + tipFontSize + '; color:' + curFontColor + ';">' + messages[num][1] + '</span>' + endStr;
		tipcss.backgroundColor = curBgColor;
	 	tooltip.innerHTML = tip;
	}
	if (!tipFollowMouse) positionTip(evt);
	else t1=setTimeout("tipcss.visibility='visible'",100);
}

var mouseX, mouseY;
function trackMouse(evt) {
	mouseX = (ns4||ns5)? evt.pageX: window.event.clientX + document.body.scrollLeft;
	mouseY = (ns4||ns5)? evt.pageY: window.event.clientY + document.body.scrollTop;
	if (tipOn) positionTip(evt);
}

/////////////////////////////////////////////////////////////
//  positionTip function
//		If tipFollowMouse set false, so trackMouse function
//		not being used, get position of mouseover event.
//		Calculations use mouseover event position, 
//		offset amounts and tooltip width to position
//		tooltip within window.
/////////////////////////////////////////////////////////////
function positionTip(evt) {
	if (!tipFollowMouse) {
		mouseX = (ns4||ns5)? evt.pageX: window.event.clientX + document.body.scrollLeft;
		mouseY = (ns4||ns5)? evt.pageY: window.event.clientY + document.body.scrollTop;
	}
	// tooltip width and height
	var tpWd = (ns4)? tooltip.width: (ie4||ie5)? tooltip.clientWidth: tooltip.offsetWidth;
	var tpHt = (ns4)? tooltip.height: (ie4||ie5)? tooltip.clientHeight: tooltip.offsetHeight;
	// document area in view (subtract scrollbar width for ns)
	var winWd = (ns4||ns5)? window.innerWidth-20+window.pageXOffset: document.body.clientWidth+document.body.scrollLeft;
	var winHt = (ns4||ns5)? window.innerHeight-20+window.pageYOffset: document.body.clientHeight+document.body.scrollTop;
	// check mouse position against tip and window dimensions
	// and position the tooltip 
	if ((mouseX+offX+tpWd)>winWd) 
		tipcss.left = (ns4)? mouseX-(tpWd+offX): mouseX-(tpWd+offX)+"px";
	else tipcss.left = (ns4)? mouseX+offX: mouseX+offX+"px";
	if ((mouseY+offY+tpHt)>winHt) 
		tipcss.top = (ns4)? winHt-(tpHt+offY): winHt-(tpHt+offY)+"px";
	else tipcss.top = (ns4)? mouseY+offY: mouseY+offY+"px";
	if (!tipFollowMouse) t1=setTimeout("tipcss.visibility='visible'",100);
}

function hideTip() {
	if (!tooltip) return;
	t2=setTimeout("tipcss.visibility='hidden'",100);
	tipOn = false;
}

//-->