Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- document.getElementById('group_4_4').setAttribute('checked', 'checked');
- document.getElementById('entry_1')[3].selected = "1"
- var opts = new Array(8, 174, 36, 106, 10, 45, 108, 84, 45, 24, 182, 22, 12, 180, 64, 14, 26, 16, 20, 40, 104, 44, 34);
- var max = new Array(3, 2, 4, 4, 5, 5, 5, 4, 3, 3, 4, 5, 4, 2, 5, 3, 4, 4, 4, 4, 2, 3, 2);
- for (var i=0; i<opts.length; i++) {
- var rnd = Math.floor((Math.random()*(max[i]+1)));
- if (rnd == 0) rnd = 1;
- try {
- document.getElementById('group_' + opts[i] + '_' + rnd).setAttribute('checked', 'checked');
- } catch (e) {
- console.log('Error in: ' + 'group_' + opts[i] + '_' + rnd);
- }
- }
- opts = new Array('other_option:88', 'other_option:30', 'other_option:32', 'other_option:82');
- for (var i=0; i< opts.length; i++) {
- try {
- document.getElementById(opts[i]).setAttribute('checked', 'checked');
- } catch (e) {
- console.log("xxx");
- }
- }
- document.getElementsByName('entry.88.group.other_option_')[0].value="I rape the guy and then blackmail him to go on a date."
- document.getElementsByName('entry.30.group.other_option_')[0].value="Size of his penis (I get to see it when I rape the guy)";
- document.getElementsByName('entry.32.group.other_option_')[0].value="Nope! Because we are so ugly that we don't find guys interested in us.";
- document.getElementsByName('entry.82.group.other_option_')[0].value="How many guys they have raped.";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement