var wrongPictures = new Array("earthy_sick_md_wht.gif","cartoon_frog_floating_preserved_md_wht.gif","mechanic_stuck_under_hood_md_wht.gif","butcher_chopping_at_chicken_md_wht.gif","hillbilly_chic_crushing_beer_cans_md_wht.gif","pink_elephant_flying_md_wht.gif","fox_with_sheep_md_wht.gif","beaver_scaring_tree_md_wht.gif","cute_dragon_flying_md_wht.gif","cool_carrot_md_wht.gif","devil_pointing_right_md_wht.gif","grim_reaper_slashing_md_wht.gif","server_on_fire_md_wht.gif");
var rightPictures = new Array("football_player_running_toss_ball_md_wht.gif","sun_playing_with_beach_ball_md_wht.gif","rockstar_singing_passionately_md_wht.gif","roman_speaker_md_wht.gif","baguette_and_eiffel_tower_md_wht.gif","smart_donkey_chalkboard_md_wht.gif","pablo_platypus_prize_fighting_mode_md_wht.gif","flying_squirrel_md_wht.gif","bear_eating_picnic_md_wht.gif","kokopelli_on_rock_background_md_wht.gif","star_tip_hat_md_wht.gif","alien_tai_chi_md_wht.gif","green_fairy_flying_md_wht.gif");

var responses = new Array();  //multi dimensional array containg all responses, start indexing at 1 for simplicity


responses[1] = new Array();
responses[1][0] = new answer("A", "CORRECT! Remember not to delete full bib records.", true);
responses[1][1] = new answer("B", "Incorrect.  Shipping records are deleted only after editing the full bib record with all of the information.  Full bib records are not!", false);

responses[2] = new Array();
responses[2][0] = new answer("A", "NO!  This is for the call number!", false);
responses[2][1] = new answer("B", "WRONG!!!! This is a common error but if you put it in this field Breezy will hang you by your toes!", false);
responses[2][2] = new answer("C", "RIGHT! This is the title field.", true);
responses[2][3] = new answer("D", "Look Closer! This isn't the right answer.", false);

responses[3] = new Array();
responses[3][0] = new answer("A", "NO! They are treated like serials.", false);
responses[3][1] = new answer("B", "You're learning! Great job!", true);


responses[4] = new Array();
responses[4][0] = new answer("A", "Nope! It's true for paper but microforms only get one item record for all of the volumes.", false);
responses[4][1] = new answer("B", "Right! Microforms will combine their volume holdings into the one field of the item record.", true);
responses[4][2] = new answer("C", "NO! Our holding go in the 866 field. You may have to create an 866 field", false);

responses[5] = new Array();
responses[5][0] = new answer("A", "No! We only change the 099 field. The 086 field feeps the old call number.", false);
responses[5][1] = new answer("B", "RIGHT! You're paying attention.", true);

responses[6] = new Array();
responses[6][0] = new answer("A", "Correct! Keep using that brain!!!", true);
responses[6][1] = new answer("B", "No! The bib location is wb.", false);

responses[7] = new Array();
responses[7][0] = new answer("A", "NO! Do not delete full bib records! If they are truly duplicates, give them to your supervisor.", false);
responses[7][1] = new answer("B", "YES! If they are truly duplicates, give them to your subervisor.", true);

responses[8] = new Array();
responses[8][0] = new answer("A", "WRONG!!! We use the call number on the piece, which should be on the shipping record.", false);
responses[8][1] = new answer("B", "YES! GOOD JOB!", true);

responses[9] = new Array();
responses[9][0] = new answer("A", "YES!!!!!! Item records are added for the different versions. Remember paper items require an item record for each volume.", true);
responses[9][1] = new answer("B", "No! The bib location does not change if the pieces are only in physical format! It only changes to multi if the piece is online.", false);
responses[9][2] = new answer("C", "Correct! If the PURL already has text in it, this will have to be inserted in between the text and the PURL.", true);

responses[10] = new Array();
responses[10][0] = new answer("A", "NO!! The item location code is wbgov!", false);
responses[10][1] = new answer("B", "Yes!... you're paying attention... nice work!!!", true);
var inputTrack = new Array();
