Advertisement
codejam

halloween calendar

Sep 29th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.89 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset='utf-8' />
  5. <link href='https://codester.neocities.org/schedule/tvschedule/plaincalendar/style2.css' rel='stylesheet' />
  6. <link href='https://codester.neocities.org/schedule/tvschedule/plaincalendar/style1.css' rel='stylesheet' media='print' />
  7. <script src='https://codester.neocities.org/schedule/tvschedule/plaincalendar/style1.js'></script>
  8. <script src='https://codester.neocities.org/schedule/tvschedule/plaincalendar/style2.js'></script>
  9. <script src='https://codester.neocities.org/schedule/tvschedule/plaincalendar/style3.js'></script>
  10. <script>
  11.  
  12. $(document).ready(function() {
  13.  
  14. $('#calendar').fullCalendar({
  15. header: {
  16. left: 'prev,next today',
  17. center: 'title',
  18. right: 'month,agendaWeek,agendaDay,listWeek'
  19. },
  20. defaultDate: '2017-10-01',
  21. navLinks: true, // can click day/week names to navigate views
  22. editable: true,
  23. eventLimit: true, // allow "more" link when too many events
  24. events: [
  25. {
  26. title: 'The Nightmare Before Christmas',
  27. start: '2017-10-01T18:00:00',
  28. end: '2017-10-01T20:00:00'
  29. },
  30. {
  31. title: 'MOVIE',
  32. start: '2017-10-01T20:00:00',
  33. end: '2017-10-01T22:00:00'
  34. },
  35. {
  36. title: 'MOVIE',
  37. start: '2017-10-01T22:00:00',
  38. end: '2017-10-01T24:00:00'
  39. },
  40. {
  41. title: 'MOVIE',
  42. start: '2017-10-01T24:00:00',
  43. end: '2017-10-02T02:00:00'
  44. },
  45. {
  46. title: 'MOVIE',
  47. start: '2017-10-02T02:00:00',
  48. end: '2017-10-02T04:00:00'
  49. },
  50. {
  51. title: 'MOVIE',
  52. start: '2017-10-02T04:00:00',
  53. end: '2017-10-02T06:00:00'
  54. },
  55.  
  56. // <--- DAY 2 --> //
  57.  
  58. {
  59. title: 'The Nightmare Before Christmas',
  60. start: '2017-10-02T18:00:00',
  61. end: '2017-10-02T20:00:00'
  62. },
  63. {
  64. title: 'MOVIE',
  65. start: '2017-10-02T20:00:00',
  66. end: '2017-10-02T22:00:00'
  67. },
  68. {
  69. title: 'MOVIE',
  70. start: '2017-10-02T22:00:00',
  71. end: '2017-10-02T24:00:00'
  72. },
  73. {
  74. title: 'MOVIE',
  75. start: '2017-10-02T24:00:00',
  76. end: '2017-10-03T02:00:00'
  77. },
  78. {
  79. title: 'MOVIE',
  80. start: '2017-10-03T02:00:00',
  81. end: '2017-10-03T04:00:00'
  82. },
  83. {
  84. title: 'MOVIE',
  85. start: '2017-10-03T04:00:00',
  86. end: '2017-10-03T06:00:00'
  87. },
  88.  
  89. // <--- DAY 3 --> //
  90.  
  91. {
  92. title: 'The Nightmare Before Christmas',
  93. start: '2017-10-03T18:00:00',
  94. end: '2017-10-03T20:00:00'
  95. },
  96. {
  97. title: 'MOVIE',
  98. start: '2017-10-03T20:00:00',
  99. end: '2017-10-03T22:00:00'
  100. },
  101. {
  102. title: 'MOVIE',
  103. start: '2017-10-03T22:00:00',
  104. end: '2017-10-03T24:00:00'
  105. },
  106. {
  107. title: 'MOVIE',
  108. start: '2017-10-03T24:00:00',
  109. end: '2017-10-04T02:00:00'
  110. },
  111. {
  112. title: 'MOVIE',
  113. start: '2017-10-04T02:00:00',
  114. end: '2017-10-04T04:00:00'
  115. },
  116. {
  117. title: 'MOVIE',
  118. start: '2017-10-04T04:00:00',
  119. end: '2017-10-04T06:00:00'
  120. },
  121. // <--- DAY 4 --> //
  122.  
  123. {
  124. title: 'The Nightmare Before Christmas',
  125. start: '2017-10-04T18:00:00',
  126. end: '2017-10-04T20:00:00'
  127. },
  128. {
  129. title: 'MOVIE',
  130. start: '2017-10-04T20:00:00',
  131. end: '2017-10-04T22:00:00'
  132. },
  133. {
  134. title: 'MOVIE',
  135. start: '2017-10-04T22:00:00',
  136. end: '2017-10-04T24:00:00'
  137. },
  138. {
  139. title: 'MOVIE',
  140. start: '2017-10-04T24:00:00',
  141. end: '2017-10-05T02:00:00'
  142. },
  143. {
  144. title: 'MOVIE',
  145. start: '2017-10-05T02:00:00',
  146. end: '2017-10-05T04:00:00'
  147. },
  148. {
  149. title: 'MOVIE',
  150. start: '2017-10-05T04:00:00',
  151. end: '2017-10-05T06:00:00'
  152. },
  153.  
  154. // <--- DAY 5 --> //
  155.  
  156. {
  157. title: 'The Nightmare Before Christmas',
  158. start: '2017-10-05T18:00:00',
  159. end: '2017-10-05T20:00:00'
  160. },
  161. {
  162. title: 'MOVIE',
  163. start: '2017-10-05T20:00:00',
  164. end: '2017-10-05T22:00:00'
  165. },
  166. {
  167. title: 'MOVIE',
  168. start: '2017-10-05T22:00:00',
  169. end: '2017-10-05T24:00:00'
  170. },
  171. {
  172. title: 'MOVIE',
  173. start: '2017-10-05T24:00:00',
  174. end: '2017-10-06T02:00:00'
  175. },
  176. {
  177. title: 'MOVIE',
  178. start: '2017-10-06T02:00:00',
  179. end: '2017-10-06T04:00:00'
  180. },
  181. {
  182. title: 'MOVIE',
  183. start: '2017-10-06T04:00:00',
  184. end: '2017-10-06T06:00:00'
  185. },
  186.  
  187. // <--- DAY 6 --> //
  188.  
  189. {
  190. title: 'Hocus Pocus',
  191. start: '2017-10-06T18:00:00',
  192. end: '2017-10-06T20:00:00'
  193. },
  194. {
  195. title: 'MOVIE',
  196. start: '2017-10-06T20:00:00',
  197. end: '2017-10-06T22:00:00'
  198. },
  199. {
  200. title: 'MOVIE',
  201. start: '2017-10-06T22:00:00',
  202. end: '2017-10-06T24:00:00'
  203. },
  204. {
  205. title: 'MOVIE',
  206. start: '2017-10-06T24:00:00',
  207. end: '2017-10-07T02:00:00'
  208. },
  209. {
  210. title: 'MOVIE',
  211. start: '2017-10-07T02:00:00',
  212. end: '2017-10-07T04:00:00'
  213. },
  214. {
  215. title: 'MOVIE',
  216. start: '2017-10-07T04:00:00',
  217. end: '2017-10-07T06:00:00'
  218. },
  219.  
  220. // <--- DAY 7 --> //
  221.  
  222. {
  223. title: 'The Nightmare Before Christmas',
  224. start: '2017-10-07T18:00:00',
  225. end: '2017-10-07T20:00:00'
  226. },
  227. {
  228. title: 'MOVIE',
  229. start: '2017-10-07T20:00:00',
  230. end: '2017-10-07T22:00:00'
  231. },
  232. {
  233. title: 'MOVIE',
  234. start: '2017-10-07T22:00:00',
  235. end: '2017-10-07T24:00:00'
  236. },
  237. {
  238. title: 'MOVIE',
  239. start: '2017-10-07T24:00:00',
  240. end: '2017-10-08T02:00:00'
  241. },
  242. {
  243. title: 'MOVIE',
  244. start: '2017-10-08T02:00:00',
  245. end: '2017-10-08T04:00:00'
  246. },
  247. {
  248. title: 'MOVIE',
  249. start: '2017-10-08T04:00:00',
  250. end: '2017-10-08T06:00:00'
  251. },
  252. // <--- DAY 8 --> //
  253.  
  254. {
  255. title: 'The Nightmare Before Christmas',
  256. start: '2017-10-08T18:00:00',
  257. end: '2017-10-08T20:00:00'
  258. },
  259. {
  260. title: 'MOVIE',
  261. start: '2017-10-08T20:00:00',
  262. end: '2017-10-08T22:00:00'
  263. },
  264. {
  265. title: 'MOVIE',
  266. start: '2017-10-08T22:00:00',
  267. end: '2017-10-08T24:00:00'
  268. },
  269. {
  270. title: 'MOVIE',
  271. start: '2017-10-08T24:00:00',
  272. end: '2017-10-09T02:00:00'
  273. },
  274. {
  275. title: 'MOVIE',
  276. start: '2017-10-09T02:00:00',
  277. end: '2017-10-09T04:00:00'
  278. },
  279. {
  280. title: 'MOVIE',
  281. start: '2017-10-09T04:00:00',
  282. end: '2017-10-09T06:00:00'
  283. },
  284.  
  285. // <--- DAY 9 --> //
  286.  
  287. {
  288. title: 'The Nightmare Before Christmas',
  289. start: '2017-10-09T18:00:00',
  290. end: '2017-10-09T20:00:00'
  291. },
  292. {
  293. title: 'MOVIE',
  294. start: '2017-10-09T20:00:00',
  295. end: '2017-10-09T22:00:00'
  296. },
  297. {
  298. title: 'MOVIE',
  299. start: '2017-10-09T22:00:00',
  300. end: '2017-10-09T24:00:00'
  301. },
  302. {
  303. title: 'MOVIE',
  304. start: '2017-10-09T24:00:00',
  305. end: '2017-10-10T02:00:00'
  306. },
  307. {
  308. title: 'Hocus Pocus',
  309. start: '2017-10-10T02:00:00',
  310. end: '2017-10-10T04:00:00'
  311. },
  312. {
  313. title: 'MOVIE',
  314. start: '2017-10-10T04:00:00',
  315. end: '2017-10-10T06:00:00'
  316. },
  317.  
  318. // <--- DAY 10 --> //
  319.  
  320. {
  321. title: 'The Nightmare Before Christmas',
  322. start: '2017-10-10T18:00:00',
  323. end: '2017-10-10T20:00:00'
  324. },
  325. {
  326. title: 'MOVIE',
  327. start: '2017-10-10T20:00:00',
  328. end: '2017-10-10T22:00:00'
  329. },
  330. {
  331. title: 'MOVIE',
  332. start: '2017-10-10T22:00:00',
  333. end: '2017-10-10T24:00:00'
  334. },
  335. {
  336. title: 'MOVIE',
  337. start: '2017-10-10T24:00:00',
  338. end: '2017-10-11T02:00:00'
  339. },
  340. {
  341. title: 'MOVIE',
  342. start: '2017-10-11T02:00:00',
  343. end: '2017-10-11T04:00:00'
  344. },
  345. {
  346. title: 'MOVIE',
  347. start: '2017-10-11T04:00:00',
  348. end: '2017-10-11T06:00:00'
  349. },
  350.  
  351. // <--- DAY 11 --> //
  352.  
  353. {
  354. title: 'The Nightmare Before Christmas',
  355. start: '2017-10-11T18:00:00',
  356. end: '2017-10-11T20:00:00'
  357. },
  358. {
  359. title: 'MOVIE',
  360. start: '2017-10-11T20:00:00',
  361. end: '2017-10-11T22:00:00'
  362. },
  363. {
  364. title: 'MOVIE',
  365. start: '2017-10-11T22:00:00',
  366. end: '2017-10-11T24:00:00'
  367. },
  368. {
  369. title: 'MOVIE',
  370. start: '2017-10-11T24:00:00',
  371. end: '2017-10-12T02:00:00'
  372. },
  373. {
  374. title: 'MOVIE',
  375. start: '2017-10-12T02:00:00',
  376. end: '2017-10-12T04:00:00'
  377. },
  378. {
  379. title: 'MOVIE',
  380. start: '2017-10-12T04:00:00',
  381. end: '2017-10-12T06:00:00'
  382. },
  383.  
  384. // <--- DAY 12 --> //
  385.  
  386. {
  387. title: 'The Nightmare Before Christmas',
  388. start: '2017-10-12T18:00:00',
  389. end: '2017-10-12T20:00:00'
  390. },
  391. {
  392. title: 'MOVIE',
  393. start: '2017-10-12T20:00:00',
  394. end: '2017-10-12T22:00:00'
  395. },
  396. {
  397. title: 'MOVIE',
  398. start: '2017-10-12T22:00:00',
  399. end: '2017-10-12T24:00:00'
  400. },
  401. {
  402. title: 'MOVIE',
  403. start: '2017-10-12T24:00:00',
  404. end: '2017-10-13T02:00:00'
  405. },
  406. {
  407. title: 'MOVIE',
  408. start: '2017-10-13T02:00:00',
  409. end: '2017-10-13T04:00:00'
  410. },
  411. {
  412. title: 'MOVIE',
  413. start: '2017-10-13T04:00:00',
  414. end: '2017-10-13T06:00:00'
  415. },
  416.  
  417.  
  418. // <--- DAY 13 --> //
  419.  
  420. {
  421. title: 'Friday the 13th',
  422. start: '2017-10-13T18:00:00',
  423. end: '2017-10-13T20:00:00'
  424. },
  425. {
  426. title: 'MOVIE',
  427. start: '2017-10-13T20:00:00',
  428. end: '2017-10-13T22:00:00'
  429. },
  430. {
  431. title: 'MOVIE',
  432. start: '2017-10-13T22:00:00',
  433. end: '2017-10-13T24:00:00'
  434. },
  435. {
  436. title: 'MOVIE',
  437. start: '2017-10-13T24:00:00',
  438. end: '2017-10-14T02:00:00'
  439. },
  440. {
  441. title: 'MOVIE',
  442. start: '2017-10-14T02:00:00',
  443. end: '2017-10-14T04:00:00'
  444. },
  445. {
  446. title: 'MOVIE',
  447. start: '2017-10-14T04:00:00',
  448. end: '2017-10-14T06:00:00'
  449. },
  450.  
  451.  
  452. // <--- DAY 14 --> //
  453.  
  454. {
  455. title: 'The Nightmare Before Christmas',
  456. start: '2017-10-14T18:00:00',
  457. end: '2017-10-14T20:00:00'
  458. },
  459. {
  460. title: 'MOVIE',
  461. start: '2017-10-14T20:00:00',
  462. end: '2017-10-14T22:00:00'
  463. },
  464. {
  465. title: 'MOVIE',
  466. start: '2017-10-14T22:00:00',
  467. end: '2017-10-14T24:00:00'
  468. },
  469. {
  470. title: 'MOVIE',
  471. start: '2017-10-14T24:00:00',
  472. end: '2017-10-15T02:00:00'
  473. },
  474. {
  475. title: 'MOVIE',
  476. start: '2017-10-15T02:00:00',
  477. end: '2017-10-15T04:00:00'
  478. },
  479. {
  480. title: 'MOVIE',
  481. start: '2017-10-15T04:00:00',
  482. end: '2017-10-15T06:00:00'
  483. },
  484.  
  485.  
  486. // <--- DAY 15 --> //
  487.  
  488. {
  489. title: 'The Nightmare Before Christmas',
  490. start: '2017-10-15T18:00:00',
  491. end: '2017-10-15T20:00:00'
  492. },
  493. {
  494. title: 'MOVIE',
  495. start: '2017-10-15T20:00:00',
  496. end: '2017-10-15T22:00:00'
  497. },
  498. {
  499. title: 'MOVIE',
  500. start: '2017-10-15T22:00:00',
  501. end: '2017-10-15T24:00:00'
  502. },
  503. {
  504. title: 'MOVIE',
  505. start: '2017-10-15T24:00:00',
  506. end: '2017-10-16T02:00:00'
  507. },
  508. {
  509. title: 'MOVIE',
  510. start: '2017-10-16T02:00:00',
  511. end: '2017-10-16T04:00:00'
  512. },
  513. {
  514. title: 'MOVIE',
  515. start: '2017-10-16T04:00:00',
  516. end: '2017-10-16T06:00:00'
  517. },
  518.  
  519. // <--- DAY 16 --> //
  520.  
  521. {
  522. title: 'The Nightmare Before Christmas',
  523. start: '2017-10-16T18:00:00',
  524. end: '2017-10-16T20:00:00'
  525. },
  526. {
  527. title: 'MOVIE',
  528. start: '2017-10-16T20:00:00',
  529. end: '2017-10-16T22:00:00'
  530. },
  531. {
  532. title: 'MOVIE',
  533. start: '2017-10-16T22:00:00',
  534. end: '2017-10-16T24:00:00'
  535. },
  536. {
  537. title: 'MOVIE',
  538. start: '2017-10-16T24:00:00',
  539. end: '2017-10-17T02:00:00'
  540. },
  541. {
  542. title: 'MOVIE',
  543. start: '2017-10-17T02:00:00',
  544. end: '2017-10-17T04:00:00'
  545. },
  546. {
  547. title: 'MOVIE',
  548. start: '2017-10-17T04:00:00',
  549. end: '2017-10-17T06:00:00'
  550. },
  551.  
  552.  
  553. // <--- DAY 17 --> //
  554.  
  555. {
  556. title: 'The Nightmare Before Christmas',
  557. start: '2017-10-17T18:00:00',
  558. end: '2017-10-17T20:00:00'
  559. },
  560. {
  561. title: 'MOVIE',
  562. start: '2017-10-17T20:00:00',
  563. end: '2017-10-17T22:00:00'
  564. },
  565. {
  566. title: 'MOVIE',
  567. start: '2017-10-17T22:00:00',
  568. end: '2017-10-17T24:00:00'
  569. },
  570. {
  571. title: 'MOVIE',
  572. start: '2017-10-17T24:00:00',
  573. end: '2017-10-18T02:00:00'
  574. },
  575. {
  576. title: 'MOVIE',
  577. start: '2017-10-18T02:00:00',
  578. end: '2017-10-18T04:00:00'
  579. },
  580. {
  581. title: 'MOVIE',
  582. start: '2017-10-18T04:00:00',
  583. end: '2017-10-18T06:00:00'
  584. },
  585.  
  586. // <--- DAY 18 --> //
  587.  
  588. {
  589. title: 'The Nightmare Before Christmas',
  590. start: '2017-10-18T18:00:00',
  591. end: '2017-10-18T20:00:00'
  592. },
  593. {
  594. title: 'MOVIE',
  595. start: '2017-10-18T20:00:00',
  596. end: '2017-10-18T22:00:00'
  597. },
  598. {
  599. title: 'MOVIE',
  600. start: '2017-10-18T22:00:00',
  601. end: '2017-10-18T24:00:00'
  602. },
  603. {
  604. title: 'MOVIE',
  605. start: '2017-10-18T24:00:00',
  606. end: '2017-10-19T02:00:00'
  607. },
  608. {
  609. title: 'MOVIE',
  610. start: '2017-10-19T02:00:00',
  611. end: '2017-10-19T04:00:00'
  612. },
  613. {
  614. title: 'MOVIE',
  615. start: '2017-10-19T04:00:00',
  616. end: '2017-10-19T06:00:00'
  617. },
  618.  
  619. // <--- DAY 19 --> //
  620.  
  621. {
  622. title: 'The Nightmare Before Christmas',
  623. start: '2017-10-19T18:00:00',
  624. end: '2017-10-19T20:00:00'
  625. },
  626. {
  627. title: 'MOVIE',
  628. start: '2017-10-19T20:00:00',
  629. end: '2017-10-19T22:00:00'
  630. },
  631. {
  632. title: 'MOVIE',
  633. start: '2017-10-19T22:00:00',
  634. end: '2017-10-19T24:00:00'
  635. },
  636. {
  637. title: 'MOVIE',
  638. start: '2017-10-19T24:00:00',
  639. end: '2017-10-20T02:00:00'
  640. },
  641. {
  642. title: 'MOVIE',
  643. start: '2017-10-20T02:00:00',
  644. end: '2017-10-20T04:00:00'
  645. },
  646. {
  647. title: 'MOVIE',
  648. start: '2017-10-20T04:00:00',
  649. end: '2017-10-20T06:00:00'
  650. },
  651.  
  652.  
  653. // <--- DAY 20 --> //
  654.  
  655. {
  656. title: 'The Nightmare Before Christmas',
  657. start: '2017-10-20T18:00:00',
  658. end: '2017-10-20T20:00:00'
  659. },
  660. {
  661. title: 'MOVIE',
  662. start: '2017-10-20T20:00:00',
  663. end: '2017-10-20T22:00:00'
  664. },
  665. {
  666. title: 'MOVIE',
  667. start: '2017-10-20T22:00:00',
  668. end: '2017-10-20T24:00:00'
  669. },
  670. {
  671. title: 'MOVIE',
  672. start: '2017-10-20T24:00:00',
  673. end: '2017-10-21T02:00:00'
  674. },
  675. {
  676. title: 'MOVIE',
  677. start: '2017-10-21T02:00:00',
  678. end: '2017-10-21T04:00:00'
  679. },
  680. {
  681. title: 'MOVIE',
  682. start: '2017-10-21T04:00:00',
  683. end: '2017-10-21T06:00:00'
  684. },
  685.  
  686. // <--- DAY 21 --> //
  687.  
  688. {
  689. title: 'The Nightmare Before Christmas',
  690. start: '2017-10-21T18:00:00',
  691. end: '2017-10-21T20:00:00'
  692. },
  693. {
  694. title: 'MOVIE',
  695. start: '2017-10-21T20:00:00',
  696. end: '2017-10-21T22:00:00'
  697. },
  698. {
  699. title: 'MOVIE',
  700. start: '2017-10-21T22:00:00',
  701. end: '2017-10-21T24:00:00'
  702. },
  703. {
  704. title: 'MOVIE',
  705. start: '2017-10-21T24:00:00',
  706. end: '2017-10-22T02:00:00'
  707. },
  708. {
  709. title: 'MOVIE',
  710. start: '2017-10-22T02:00:00',
  711. end: '2017-10-22T04:00:00'
  712. },
  713. {
  714. title: 'MOVIE',
  715. start: '2017-10-22T04:00:00',
  716. end: '2017-10-22T06:00:00'
  717. },
  718.  
  719. // <--- DAY 22 --> //
  720.  
  721. {
  722. title: 'The Nightmare Before Christmas',
  723. start: '2017-10-22T18:00:00',
  724. end: '2017-10-22T20:00:00'
  725. },
  726. {
  727. title: 'MOVIE',
  728. start: '2017-10-22T20:00:00',
  729. end: '2017-10-22T22:00:00'
  730. },
  731. {
  732. title: 'MOVIE',
  733. start: '2017-10-22T22:00:00',
  734. end: '2017-10-22T24:00:00'
  735. },
  736. {
  737. title: 'MOVIE',
  738. start: '2017-10-22T24:00:00',
  739. end: '2017-10-23T02:00:00'
  740. },
  741. {
  742. title: 'MOVIE',
  743. start: '2017-10-23T02:00:00',
  744. end: '2017-10-23T04:00:00'
  745. },
  746. {
  747. title: 'MOVIE',
  748. start: '2017-10-23T04:00:00',
  749. end: '2017-10-23T06:00:00'
  750. },
  751.  
  752. // <--- DAY 23 --> //
  753.  
  754. {
  755. title: 'The Nightmare Before Christmas',
  756. start: '2017-10-23T18:00:00',
  757. end: '2017-10-23T20:00:00'
  758. },
  759. {
  760. title: 'MOVIE',
  761. start: '2017-10-23T20:00:00',
  762. end: '2017-10-23T22:00:00'
  763. },
  764. {
  765. title: 'MOVIE',
  766. start: '2017-10-23T22:00:00',
  767. end: '2017-10-23T24:00:00'
  768. },
  769. {
  770. title: 'MOVIE',
  771. start: '2017-10-23T24:00:00',
  772. end: '2017-10-24T02:00:00'
  773. },
  774. {
  775. title: 'MOVIE',
  776. start: '2017-10-24T02:00:00',
  777. end: '2017-10-24T04:00:00'
  778. },
  779. {
  780. title: 'MOVIE',
  781. start: '2017-10-24T04:00:00',
  782. end: '2017-10-24T06:00:00'
  783. },
  784.  
  785. // <--- DAY 24 --> //
  786.  
  787. {
  788. title: 'The Nightmare Before Christmas',
  789. start: '2017-10-24T18:00:00',
  790. end: '2017-10-24T20:00:00'
  791. },
  792. {
  793. title: 'MOVIE',
  794. start: '2017-10-24T20:00:00',
  795. end: '2017-10-24T22:00:00'
  796. },
  797. {
  798. title: 'MOVIE',
  799. start: '2017-10-24T22:00:00',
  800. end: '2017-10-24T24:00:00'
  801. },
  802. {
  803. title: 'MOVIE',
  804. start: '2017-10-24T24:00:00',
  805. end: '2017-10-25T02:00:00'
  806. },
  807. {
  808. title: 'MOVIE',
  809. start: '2017-10-25T02:00:00',
  810. end: '2017-10-25T04:00:00'
  811. },
  812. {
  813. title: 'MOVIE',
  814. start: '2017-10-25T04:00:00',
  815. end: '2017-10-25T06:00:00'
  816. },
  817.  
  818. // <--- DAY 25 --> //
  819.  
  820. {
  821. title: 'The Nightmare Before Christmas',
  822. start: '2017-10-25T18:00:00',
  823. end: '2017-10-25T20:00:00'
  824. },
  825. {
  826. title: 'MOVIE',
  827. start: '2017-10-25T20:00:00',
  828. end: '2017-10-25T22:00:00'
  829. },
  830. {
  831. title: 'MOVIE',
  832. start: '2017-10-25T22:00:00',
  833. end: '2017-10-25T24:00:00'
  834. },
  835. {
  836. title: 'Hocus Pocus',
  837. start: '2017-10-25T24:00:00',
  838. end: '2017-10-26T02:00:00'
  839. },
  840. {
  841. title: 'MOVIE',
  842. start: '2017-10-26T02:00:00',
  843. end: '2017-10-26T04:00:00'
  844. },
  845. {
  846. title: 'MOVIE',
  847. start: '2017-10-26T04:00:00',
  848. end: '2017-10-26T06:00:00'
  849. },
  850.  
  851. // <--- DAY 26 --> //
  852.  
  853. {
  854. title: 'The Nightmare Before Christmas',
  855. start: '2017-10-26T18:00:00',
  856. end: '2017-10-26T20:00:00'
  857. },
  858. {
  859. title: 'MOVIE',
  860. start: '2017-10-26T20:00:00',
  861. end: '2017-10-26T22:00:00'
  862. },
  863. {
  864. title: 'MOVIE',
  865. start: '2017-10-26T22:00:00',
  866. end: '2017-10-26T24:00:00'
  867. },
  868. {
  869. title: 'MOVIE',
  870. start: '2017-10-26T24:00:00',
  871. end: '2017-10-27T02:00:00'
  872. },
  873. {
  874. title: 'MOVIE',
  875. start: '2017-10-27T02:00:00',
  876. end: '2017-10-27T04:00:00'
  877. },
  878. {
  879. title: 'MOVIE',
  880. start: '2017-10-27T04:00:00',
  881. end: '2017-10-27T06:00:00'
  882. },
  883.  
  884. // <--- DAY 27 --> //
  885.  
  886. {
  887. title: 'The Nightmare Before Christmas',
  888. start: '2017-10-27T18:00:00',
  889. end: '2017-10-27T20:00:00'
  890. },
  891. {
  892. title: 'MOVIE',
  893. start: '2017-10-27T20:00:00',
  894. end: '2017-10-27T22:00:00'
  895. },
  896. {
  897. title: 'MOVIE',
  898. start: '2017-10-27T22:00:00',
  899. end: '2017-10-27T24:00:00'
  900. },
  901. {
  902. title: 'MOVIE',
  903. start: '2017-10-27T24:00:00',
  904. end: '2017-10-28T02:00:00'
  905. },
  906. {
  907. title: 'MOVIE',
  908. start: '2017-10-28T02:00:00',
  909. end: '2017-10-28T04:00:00'
  910. },
  911. {
  912. title: 'MOVIE',
  913. start: '2017-10-28T04:00:00',
  914. end: '2017-10-28T06:00:00'
  915. },
  916.  
  917. // <--- DAY 28 --> //
  918.  
  919. {
  920. title: 'The Nightmare Before Christmas',
  921. start: '2017-10-28T18:00:00',
  922. end: '2017-10-28T20:00:00'
  923. },
  924. {
  925. title: 'MOVIE',
  926. start: '2017-10-28T20:00:00',
  927. end: '2017-10-28T22:00:00'
  928. },
  929. {
  930. title: 'MOVIE',
  931. start: '2017-10-28T22:00:00',
  932. end: '2017-10-28T24:00:00'
  933. },
  934. {
  935. title: 'MOVIE',
  936. start: '2017-10-28T24:00:00',
  937. end: '2017-10-29T02:00:00'
  938. },
  939. {
  940. title: 'MOVIE',
  941. start: '2017-10-29T02:00:00',
  942. end: '2017-10-29T04:00:00'
  943. },
  944. {
  945. title: 'MOVIE',
  946. start: '2017-10-29T04:00:00',
  947. end: '2017-10-29T06:00:00'
  948. },
  949.  
  950. // <--- DAY 29 --> //
  951.  
  952. {
  953. title: 'The Nightmare Before Christmas',
  954. start: '2017-10-29T18:00:00',
  955. end: '2017-10-29T20:00:00'
  956. },
  957. {
  958. title: 'MOVIE',
  959. start: '2017-10-29T20:00:00',
  960. end: '2017-10-29T22:00:00'
  961. },
  962. {
  963. title: 'MOVIE',
  964. start: '2017-10-29T22:00:00',
  965. end: '2017-10-29T24:00:00'
  966. },
  967. {
  968. title: 'MOVIE',
  969. start: '2017-10-29T24:00:00',
  970. end: '2017-10-30T02:00:00'
  971. },
  972. {
  973. title: 'MOVIE',
  974. start: '2017-10-30T02:00:00',
  975. end: '2017-10-30T04:00:00'
  976. },
  977. {
  978. title: 'MOVIE',
  979. start: '2017-10-30T04:00:00',
  980. end: '2017-10-30T06:00:00'
  981. },
  982.  
  983. // <--- DAY 30 --> //
  984.  
  985. {
  986. title: 'The Nightmare Before Christmas',
  987. start: '2017-10-30T18:00:00',
  988. end: '2017-10-30T20:00:00'
  989. },
  990. {
  991. title: 'MOVIE',
  992. start: '2017-10-30T20:00:00',
  993. end: '2017-10-30T22:00:00'
  994. },
  995. {
  996. title: 'MOVIE',
  997. start: '2017-10-30T22:00:00',
  998. end: '2017-10-30T24:00:00'
  999. },
  1000. {
  1001. title: 'MOVIE',
  1002. start: '2017-10-30T24:00:00',
  1003. end: '2017-10-31T02:00:00'
  1004. },
  1005. {
  1006. title: 'MOVIE',
  1007. start: '2017-10-31T02:00:00',
  1008. end: '2017-10-31T04:00:00'
  1009. },
  1010. {
  1011. title: 'MOVIE',
  1012. start: '2017-10-31T04:00:00',
  1013. end: '2017-10-31T06:00:00'
  1014. },
  1015.  
  1016. // <--- DAY 31 --> //
  1017.  
  1018. {
  1019. title: 'The Nightmare Before Christmas',
  1020. start: '2017-10-31T12:00:00',
  1021. end: '2017-10-31T14:00:00'
  1022. },
  1023. {
  1024. title: 'MOVIE',
  1025. start: '2017-10-31T14:00:00',
  1026. end: '2017-10-31T16:00:00'
  1027. },
  1028. {
  1029. title: 'MOVIE',
  1030. start: '2017-10-31T16:00:00',
  1031. end: '2017-10-31T18:00:00'
  1032. },
  1033. {
  1034. title: 'Halloween',
  1035. start: '2017-10-31T18:00:00',
  1036. end: '2017-10-31T20:00:00'
  1037. },
  1038. {
  1039. title: 'Halloween II',
  1040. start: '2017-10-31T20:00:00',
  1041. end: '2017-10-31T22:00:00'
  1042. },
  1043. {
  1044. title: 'Halloween III',
  1045. start: '2017-10-31T22:00:00',
  1046. end: '2017-10-31T24:00:00'
  1047. },
  1048. {
  1049. title: 'Halloween 4',
  1050. start: '2017-10-31T24:00:00',
  1051. end: '2017-10-31T24:00:00'
  1052. },
  1053. {
  1054. title: 'Halloween 5',
  1055. start: '2017-11-01T02:00:00',
  1056. end: '2017-11-01T04:00:00'
  1057. },
  1058.  
  1059. ]
  1060. });
  1061.  
  1062. });
  1063.  
  1064. </script>
  1065. <style>
  1066.  
  1067. body {
  1068. margin: 40px 10px;
  1069. padding: 0;
  1070. font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
  1071. font-size: 14px;
  1072. }
  1073.  
  1074. #calendar {
  1075. max-width: 900px;
  1076. margin: 0 auto;
  1077. }
  1078.  
  1079. </style>
  1080. </head>
  1081. <body>
  1082.  
  1083. <div id='calendar'></div>
  1084.  
  1085. </body>
  1086. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement