updates
[martlubbers.net.git] / test.php
1 <html>
2 <head>
3 <meta name="keywords" content="Doom, Black, Metal, Depressing, Depressed, Band, Name, Generator, Funeral">
4 <meta name="description" content="Doom metal band name generator">
5 <meta name="author" content="mart@martlubbers.net">
6 <title>Doom Metal Band Name Generator!</title>
7 </head>
8 <body bgcolor="#000000" ALINK="#FFFFFF" LINK="#FFFFFF" TEXT="#FFFFFF" VLINK="#FFFFFF">
9 <?php
10 $input = array(
11 "Ability", "Abnormal", "Abominable", "Abuse", "Adolescents", "Affect", "Agency", "Aid", "Alarm", "Alienation", "All ages", "Alone", "Anger", "Anguish", "Antidepressant", "Anxiety", "Anxious", "Ashamed", "Attempt", "Attention", "Attitude", "Awareness",
12 "Boiling", "Bitter", "Bad", "Bipolar", "Blase", "Blue", "Brain",
13 "Caregiver", "Certify", "Child", "Clarity", "Clinical", "Communication", "Concern", "Conclude", "Condition", "Confide", "Confusion", "Cooperative", "Cope", "Counsel", "Courage", "Cruel", "Cure", "Cycle",
14 "Data", "Death", "Debilitating", "Defeated", "Degree", "Depressed", "Depression", "Descent", "Despair", "Despicable", "Detestable", "Detriment", "Diagnosis", "Die", "Discrimination", "Discouraged", "Disease", "Disgusting", "Disinterest", "Dissatisfied", "Diminished", "Disorder", "Disorder", "Distracted", "Doctor", "Dog days", "Doom", "Down", "Drugs",
15 "Education", "Effect", "Endure", "Esteem", "Evaluation",
16 "Family", "Fatigued", "Fear", "Feelings", "Fight", "Finality", "Friends", "Funeral",
17 "Gain", "Grief", "Grieving", "Guideline", "Guilty",
18 "Hard work", "Heal", "Health", "Heaven", "Help", "Helpless", "Hereditary", "Hopelessness", "Hope", "Hot-line", "Hurt",
19 "Immune", "Improvement", "Inability", "Inactivity", "Indicator", "Insecure", "Interested", "Interfere", "Involvement", "Irritable", "Isolation", "Issues",
20 "Jeer", "Joking",
21 "Kill", "Knowledge", "Knowledgeable",
22 "Label", "Lack", "Level", "Level", "Listening", "Lousy", "Loss",
23 "Mad", "Media", "Medication", "Medicine", "Melancholia", "Mental", "Mental health", "Miserable", "Misunderstanding", "Monitor", "Mourning",
24 "Necessary", "Need", "Negative", "Normal", "Nothing",
25 "Observation", "Oncoming", "Opinion", "Option", "Organize", "Overcome", "Overwhelmed",
26 "Pain", "Panic", "Parents", "Patience", "Patient", "Pattern", "Pay attention", "Peers", "Personal", "Physician", "Pills", "Prescription", "Powerless", "Prevent", "Prevention", "Programs", "Progress", "Progressive", "Protect", "Psychiatrist",
27 "Quality", "Quantity", "Query", "Quest",
28 "Reality", "Refusal", "Reign", "Report", "Repugnant", "Requirement", "Resulting", "Review",
29 "Sadness", "Scared", "Security", "Separation", "Septic", "Seriousness", "Sewage", "Shades", "Siblings", "Signs", "Skills", "Sleep", "Sleep pattern", "Solitary", "Sorrow", "Source", "Statistics", "Stigma", "Strength", "Struggle", "Studies", "Substance abuse", "Succor", "Suffer", "Suicide", "Sulky", "Sympathetic", "Symptoms",
30 "Tack", "Talk", "Talking", "Tears", "Teenagers", "Tentative", "Terrible", "Terrified", "Therapy", "Thoughts", "Time", "Tired", "Tragedy", "Tragic", "Trajectory", "Treat", "Treatment", "Treatment", "Treatment", "Triumph", "Troubled",
31 "Uncertain", "Uncomfortable", "Understanding", "Unfulfilled", "Unique", "Unsettling", "Unusual",
32 "Validation", "Victim",
33 "Warning", "Watch", "Weeping", "Withdrawal", "Woesome", "World Health Organization", "Worry", "Worthless",
34 "Youth",
35 "Zero");
36 $rand_keys = array_rand($input, 2);
37 echo "\t\t<h1>" . $input[$rand_keys[0]] . " ";
38 echo $input[$rand_keys[1]] . "</h1><br />\n";
39 ?>
40 <br />
41 <img src="http://www.metalmusicarchives.com/images/artists/arckanum.jpg"/><br/>
42 <font size="1">
43 <a href="javascript:location.reload(true);">new</a><br/>
44 <a href="mailto:mart@martlubbers.net">contact</a>
45 </font>
46 </body>
47 <html>