Update the list of available magazine images
This commit is contained in:
parent
ea720ec2f1
commit
db2f5cc22c
1 changed files with 21 additions and 2 deletions
|
|
@ -25,7 +25,7 @@
|
|||
<!-- pcjs:sockets -->
|
||||
</head>
|
||||
<body>
|
||||
<!-- Template revision 0038 (increment this number prior to any Git push that should trigger a rebuild of all web pages) -->
|
||||
<!-- Template revision 0039 (increment this number prior to any Git push that should trigger a rebuild of all web pages) -->
|
||||
<div class="common">
|
||||
<div class="common-top">
|
||||
<div class="common-top-left">
|
||||
|
|
@ -68,7 +68,26 @@
|
|||
(function() {
|
||||
var p = document.getElementById('random');
|
||||
if (p) {
|
||||
var mags = ['BYTE-1975-11:98', 'MSJ-1986-10:34', 'MSJ-1987-05:90', 'PCTJ-1987-01:216', 'PCTJ-1987-02:222', 'PCTJ-1987-03:214', 'PCTJ-1987-04:218', 'PCTJ-1987-05:238', 'PCTJ-1987-06:236', 'PCTJ-1987-07:230', 'PCTJ-1987-08:250', 'PCTJ-1987-09:252', 'PCTJ-1987-10:231', 'PCTJ-1987-11:261', 'PCTJ-1987-12:242'];
|
||||
var mags = ['BYTE-1975-11:98',
|
||||
'MSJ-1986-10:34', 'MSJ-1987-05:90',
|
||||
'PCTJ-1983-07:210', 'PCTJ-1983-09:224', 'PCTJ-1983-11:238',
|
||||
'PCTJ-1984-01:214', 'PCTJ-1984-02:206', 'PCTJ-1984-03:216', 'PCTJ-1984-04:232',
|
||||
'PCTJ-1984-05:234', 'PCTJ-1984-06:230', 'PCTJ-1984-07:210', 'PCTJ-1984-08:214',
|
||||
'PCTJ-1984-09:215', 'PCTJ-1984-10:226', 'PCTJ-1984-11:228', 'PCTJ-1984-12:240',
|
||||
'PCTJ-1985-01:214', 'PCTJ-1985-02:194', 'PCTJ-1985-03:202', 'PCTJ-1985-04:204',
|
||||
'PCTJ-1985-05:244', 'PCTJ-1985-06:216', 'PCTJ-1985-07:184', 'PCTJ-1985-08:200',
|
||||
'PCTJ-1985-09:196', 'PCTJ-1985-10:204', 'PCTJ-1985-11:220', 'PCTJ-1985-12:218',
|
||||
'PCTJ-1986-01:212', 'PCTJ-1986-02:214', 'PCTJ-1986-03:220', 'PCTJ-1986-04:220',
|
||||
'PCTJ-1986-05:222', 'PCTJ-1986-06:222', 'PCTJ-1986-07:198', 'PCTJ-1986-08:212',
|
||||
'PCTJ-1986-09:230', 'PCTJ-1986-10:228', 'PCTJ-1986-11:228', 'PCTJ-1986-12:232',
|
||||
'PCTJ-1987-01:216', 'PCTJ-1987-02:222', 'PCTJ-1987-03:214', 'PCTJ-1987-04:218',
|
||||
'PCTJ-1987-05:240', 'PCTJ-1987-06:236', 'PCTJ-1987-07:230', 'PCTJ-1987-08:250',
|
||||
'PCTJ-1987-09:252', 'PCTJ-1987-10:231', 'PCTJ-1987-11:263', 'PCTJ-1987-12:242',
|
||||
'PCTJ-1988-01:200', 'PCTJ-1988-02:200', 'PCTJ-1988-03:182',
|
||||
'PCTJ-1988-05:196', 'PCTJ-1988-06:180', 'PCTJ-1988-07:164', 'PCTJ-1988-08:166',
|
||||
'PCTJ-1988-09:174', 'PCTJ-1988-10:170', 'PCTJ-1988-11:176', 'PCTJ-1988-12:168',
|
||||
'PCTJ-1989-04:148'
|
||||
];
|
||||
var p2 = document.createElement('p');
|
||||
p2.appendChild(document.createTextNode('In addition, you see a piece of paper lying on the floor.'));
|
||||
var div1 = document.createElement('div'); div1.setAttribute('class', 'common-image-gallery');
|
||||
|
|
|
|||
Loading…
Reference in a new issue