-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.php
800 lines (613 loc) · 27.4 KB
/
home.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
<meta name="description" content="description"/>
<meta name="keywords" content="keywords"/>
<meta name="author" content="author"/>
<link rel="stylesheet" type="text/css" href="template/default.css" media="screen"/>
<title>The Class Notes - Cornell's Original Co-Ed A Cappella Group</title>
</head>
<body>
<div class="container">
<?php include("./template/header.php") ?>
<div class="top">
<span>Cornell's Original Co-Ed A Cappella Group</span>
</div>
<div class="main">
<div class="item">
<div class="date">
<div>2013</div>
<span>Sep 09</span>
</div>
<div class="content">
<h1>New Notes!!</h1>
<div class="body">
We are SO excited to welcome the following new Notes into the Class Notes family!
<ul>
<li>Melissa Romanovich</li>
<li>Manuel Calderon Tamayo</li>
<li>Stef Wu</li>
<li>Nishat Yasmin</li>
</ul>
</div>
</div>
</div>
<div class="item">
<div class="date">
<div>2013</div>
<span>Sep 06</span>
</div>
<div class="content">
<h1>Callback List Fall 2013</h1>
<div class="body">
<p>A huge thank you goes out to everyone who auditioned for us. There was so much fantastic talent — paring down a list of such ability was incredibly difficult.</p></p>
<p>Congratulations to the following callbackees:</p>
<p><strong>Sopranos</strong></p>
<ul>
<li>Anna Yesypenko</li>
<li>Emma Keteltas</li>
<li>Sammie Wilhelm</li>
<li>Leah Dewitt</li>
</ul>
<p><strong>Mezzos</strong></p>
<ul>
<li>Melissa Romanovich</li>
<li>Sarah Miller</li>
<li>Stef Wu</li>
<li>Michelle Fleurantin</li>
<li>Nishat Yamin</li>
<li>Anna Cone</li>
</ul>
<p><strong>Altos</strong></p>
<ul>
<li>Julie Kohn</li>
<li>Anita Alur</li>
</ul>
<p><strong>Tenors</strong></p>
<ul>
<li>Manuel Calderon</li>
<li>Zachary Zimmerman</li>
<li>Grant Behnke</li>
<li>Arun Chakravorty</li>
</ul>
<p><strong>Baritones</strong></p>
<ul>
<li>Garrett Heller</li>
</ul>
<p><strong>Bass</strong></p>
<ul>
<li>Conner Parkinson</li>
<li>Colton Harvey</li>
<li>Sebin Lee</li>
</ul>
<p>If you have any questions (when to be where, etc.), or if your name is on this list but you did not receive an email today, please email Catherine Rieflin, at <a href="mailto:[email protected]">[email protected]</a>. We look forward to hearing you on Saturday!</p>
</div>
</div>
</div>
<div class="item">
<div class="date">
<div>2013</div>
<span>Aug 03</span>
</div>
<div class="content">
<h1>Fall Auditions 2013</h1>
<div class="body">
<p>New semester, new Notes! The Class Notes are holding open auditions for all voice parts and class years at these times and locations:</p>
<p>
Monday, Sep. 02: 7 - 9 pm in Lincoln Hall, room B08<br />
Tuesday, Sep. 03: 8 - 10 pm in RPCC, room 222<br />
Thursday, Sep. 05: 7:45 - 10pm in Lincoln Hall, room 124
</p>
<p>For the audition, please prepare a 30 second solo that showcases your voice. The rest of the audition will consist of a quick bit of range testing and pitch matching.</p>
<p>Please e-mail us with any questions! We look forward to hearing from you!</p>
<p>
Jeffrey Schwartz (Musical Director) - <a href="mailto:[email protected]">[email protected]</a><br/>
Chris Donaldson (General Manager) - <a href="mailto:[email protected]">[email protected]</a>
</p>
<p>
<a href="http://www.facebook.com/theclassnotes">www.facebook.com/theclassnotes</a><br />
<a href="http://www.youtube.com/cornellclassnotes">www.youtube.com/cornellclassnotes</a>
</p>
</div>
</div>
</div>
<div class="item">
<div class="date">
<div>2013</div>
<span>Jan 20</span>
</div>
<div class="content">
<h1>Spring Auditons 2013!!</h1>
<div class="body">
<p>New semester, new Notes! The Class Notes are holding open auditions for all voice parts and class years at these times and locations:</p>
<p>
Wednesday, 1/30: 7 - 10 pm in Lincoln Hall, room B08<br />
Thursday, 1/31: 7 - 10 pm in RPCC, room 222
</p>
<p>For the audition, please prepare a 30 second solo that showcases your voice. The rest of the audition will consist of a quick bit of range testing and pitch matching.</p>
<p>Please e-mail us with any questions! We look forward to hearing from you!</p>
<p>
Julian Ordman (Musical Director) - <a href="mailto:[email protected]">[email protected]</a><br/>
Catherine Rieflin (General Manager) - <a href="mailto:[email protected]">[email protected]</a>
</p>
<p>
<a href="http://www.facebook.com/theclassnotes">www.facebook.com/theclassnotes</a><br />
<a href="http://www.youtube.com/cornellclassnotes">www.youtube.com/cornellclassnotes</a>
</p>
</div>
</div>
</div>
<div class="item">
<div class="date">
<div>2012</div>
<span>Oct 31</span>
</div>
<div class="content">
<h1>CLASSIFIED 2012</h1>
<div class="body">
<p>
Our Fall concert, CLASSIFIED 2012, is quickly approaching! On NOV. 9, 2012, have your socks knocked off by the suave sound of the classiest Cornellians on campus: THE CLASS NOTES! Tickets are $7 in advance and $10 at the door — but buy quickly! Tickets to this once-in-a-lifetime event are selling out rapidly. Email [email protected] for tickets, talk to your favourite Class Note, or <a href="http://campusamp.com/classified2012" target="_blank">grab the advance ticket from the comfort of your own home on CampusAmp</a>!
</p>
</div>
</div>
</div>
<div class="item">
<div class="date">
<div>2012</div>
<span>Oct 31</span>
</div>
<div class="content">
<h1>FULL DISCLOSURE</h1>
<div class="body">
<p>
<img src="http://www.theclassnotes.com/images/full_disclosure.png" alt="Full Disclosure Cover" width="610">
</p>
<p>
We are extremely proud to announce that we will be releasing our 9th studio album, "Full Disclosure", at CLASSIFIED 2012, our Fall Concert on November 9, 2012. The CD will go on sale for $5 at the show and will be available shortly thereafter on iTunes and other digital outlets. You can also preorder it below:</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<table>
<tr><td><input type="hidden" name="on0" value="Options">Options</td></tr><tr><td><select name="os0">
<option value="Full Disclosure CD (Pickup)">Full Disclosure CD (Pickup) $5.00 USD</option>
<option value="Full Disclosure CD w/ Shipping">Full Disclosure CD w/ Shipping $8.00 USD</option>
<option value="Full Disclosure CD AND Classified 2012 Ticket">Full Disclosure CD AND Classified 2012 Ticket $12.00 USD</option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----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-----END PKCS7-----
">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
<p>(Please email Parker at [email protected] to arrange pick-up in Ithaca.)</p>
<p>Production credits and special thanks go to Doug Epstein, Ben Lieberman, and Carl Taylor, Chris Juengel, and Eric Scholz of Liquid 5th.
</p>
</div>
</div>
</div>
<div class="item">
<div class="date">
<div>2012</div>
<span>Sept 3</span>
</div>
<div class="content">
<h1>FALL 2012 NEWBIES!!</h1>
<div class="body">
<p>
We are extremely excited to welcome six wonderful newbies into the group! Many congratulations to our incredibly talented newbie class: Ethan Fuld '16, Joe Neumeyer '16, Katie Rosenberger '16, Dan Rosenthal '15, Jacqueline Wagner '15, Emily Woisin '16! We're excited to start making music with y'all!
</p>
</div>
</div>
</div>
<div class="item">
<div class="date">
<div>2012</div>
<span>Aug 3</span>
</div>
<div class="content">
<h1>Fall Auditions!</h1>
<div class="body">
<img src="http://www.theclassnotes.com/images/set-fire-to-the-rain.jpeg" alt="Set Fire to the Rain" width="300" style="float: right; margin: 5px 5px 5px 10px;">
<p>
Singer? Beatboxer? Check out The Class Notes, Cornell's original, award-winning co-ed a cappella group!
</p>
<p><a href="https://www.facebook.com/events/488766447817847/" target="_blank" title="Facebook Event for Fall 2012 Auditions!">RSVP to the Facebook event!</a> </p>
<p>Audition dates, times and locations:</p>
<p>Saturday, Aug 25 5-7pm in RPCC 203<br />
Monday, Aug 27 8-10pm in RPCC 203<br />
Tuesday, Aug 28 6-9pm in Lincoln 107<br />
Thursday, Aug 30 7-10pm in Lincoln B08</p>
<p><a href="http://facebook.com/theclassnotes" target="_blank">We're on Facebook! Like us!</a>
</div>
</div>
</div>
<div class="item">
<div class="date">
<div>2012</div>
<span>Aug 1</span>
</div>
<div class="content">
<h1>Voices Only 2012</h1>
<div class="body">
<img src="http://www.voicesonlyacappella.com/images/VO2012One.jpg" alt="Voices Only 2012 Volume One" width="200" height="200" style="float: right; margin: 5px 5px 5px 10px;">
<p>
One of our recently recorded covers, <em>Best Thing I Never Had</em> (Maya Gunaseharan, soloist), was selected for <a href="http://www.voicesonlyacappella.com/VO/vo2012.php" title="Voices Only 2012 announcement.">Voices Only 2012</a>! We are thrilled and honored to have been chosen for this annual a cappella compilation. Many thanks to our recording engineer, Ben Lieberman, and Liquid 5th for the editing, mixing and mastering. You guys rock!
</p>
<p><a href="http://itunes.apple.com/us/album/best-thing-i-never-had/id549559033?i=549559154&ign-mpt=uo%3D4" title="View the album in iTunes.">Pick up the track on iTunes!</a> We're #13.</p>
</div>
</div>
</div>
<div class="item">
<div class="date">
<div>2012</div>
<span>Apr 18</span>
</div>
<div class="content">
<h1>Cuttin' Class 2012</h1>
<div class="body">
<p>
<font size = "6">Cuttin' Class 2012!<br>
Saturday April 28<br>
8:00pm Call Auditorium, Kennedy Hall
</font>
</p>
<img src="./poster/julianPoster.jpg" alt="" style="float: left; margin: 4px;">
<p>
Tickets are $7 in advance or $10 at the door. Buy them from any Class Note
or email [email protected] to reserve a ticket
on the will call list.
</p>
<p>
And don't forget to join the <a href="http://www.facebook.com/events/143815665747891/">Facebook event</a>!
</p>
<br>
</div>
</div>
</div>
<div class="item">
<div class="date">
<div>2012</div>
<span>Mar 17</span>
</div>
<div class="content">
<h1>2012 ICCA Mid-Atlantic Semifinals!</h1>
<div class="body">
<img src="./poster/classNotesAtRutgers.jpg" alt="" style="float: right; margin: 4px;">
<p>
<br>
We had a great time at ICCA Semifinals at Rutgers this past weekend.
Many thanks to Mark McCarthy for helping us out with hotel rooms,
our host group Deep Treble for getting us where we needed on time,
the Gunaseharan family for hosting us overnight and treating us to
a delicious breakfast, and obviously our extremely dedicated alumni
for coming out to support us. Congratulations to the three placing
groups, and best of luck to the Pennharmonics as they travel to compete
in the finals in NYC on April 28th.
</p>
</div>
</div>
</div>
<div class="item">
<div class="date">
<div>2012</div>
<span>Feb 25</span>
</div>
<div class="content">
<h1>The Class Notes Visit RIT!</h1>
<div class="body">
<p>
<br>
Last night the Class Notes were incredibly honored to perform as a guest group at
the spring show of RIT's talented <a href = 'http://ritpop.com/index.php'> Proof
of Purchase</a>! Check out the videos below for part of our set.
<br>
</p>
<ul>
<li><a href = 'http://www.youtube.com/watch?v=aABMmGZs59A'>Set Fire to the Rain</a></li>
<li><a href = 'http://www.youtube.com/watch?v=lzXl0xy-m4c'>Best Thing I Never Had</a></li>
</ul>
</div>
</div>
</div>
<div class="item">
<div class="date">
<div>2012</div>
<span>Feb 20</span>
</div>
<div class="content">
<h1>ICCAs 2012 Quarterfinal Victory!</h1>
<div class="body">
<p>
<br>
We are incredibly pleased to announce that the Cornell Class Notes have won 1st place in the 2012
ICCA Mid-Atlantic Quarterfinals at Cornell University! The energy in Call Auditorium last night was
electric, and we'd like to thank everyone who came out to support us.
In addition to the rush of placing 1st, we'd also like to point out the individuals who also won some
very special awards.
<ul>
<li>Maya Gunaseharan: Best Soloist</li>
<li>Alex Martino: Best Vocal Percussion</li>
</ul>
<br><br>
We feel so priveledged to have been selected to move on from a pool of truly phenomenal talent, and
hope to represent Cornell well at the ICCA Mid-Atlantic Semi-Finals at Rutgers University.
<br><br>
</p>
</div>
</div>
</div>
<div class="item">
<div class="date">
<div>2012</div>
<span>Feb 5</span>
</div>
<div class="content">
<h1>New Note!</h1>
<div class="body">
<img src="./current/jeffNewb.png" alt="" style="float: right; margin: 4px;">
<p>
We are thrilled to announce the addition of one new Class Note! Congratulations, newb!
</p>
<ul>
<li>Jeffrey Schwartz '14</li>
</ul>
</div>
</div>
</div>
<div class="item">
<div class="date">
<div>2011</div>
<span>Oct 24</span>
</div>
<div class="content">
<h1>Classified '11!</h1>
<div class="body">
<img src="./poster/starwars.jpg" alt="" style="float: right; margin: 4px;"/>
<p>
<font size = "6">Classified 2011!</font>
</p>
<p>
This year's Classified is almost here! The Class Notes have been traversing the known universe preparing some of the best co-ed a cappella music for you!
So check us out for an evening full of music, laughs, and evil overlords from the far reaches of space.
</p>
<ul>
<li>Classified '11</li>
<li>Call Auditorium in Kennedy Hall</li>
<li>Saturday, October 29th, 8:00pm</li>
<li>$6 in advance at Willard Straight Hall, $10 at the door</li>
</ul>
</div>
</div>
</div>
<div class="item">
<div class="date">
<div>2011</div>
<span>Sep 6</span>
</div>
<div class="content">
<h1>Newbies!</h1>
<div class="body">
<img src="./current/newbs.JPG" alt="" style="float: right; margin: 4px;"/>
<p>
The Class Notes are incredibly pleased to welcome <b>Catherine Rieflin '15, Jessica Li '15</b> and <b>Parker Moore '14</b> into our family!
Contratulations to all of you! We can't wait to start making music with you all.
</p>
</div>
</div>
</div>
<div class = "item">
<div class = "date">
<div>2011</div>
<span>August 19</span>
</div>
<div class="content">
<h1>O-Week Archsings!</h1>
<div class = "body">
<p>
Welcome (back) to Cornell! The Class Notes have a fantastic five archsings coming up over the next week, so be sure to stop by and check out Cornell's Original
Co-ed A Cappella group.
</p>
<ul>
<li> Sunday August 21st, 8:30-9:30pm : Collegetown with Nothing but Treble</li>
<li> Tuesday August 23rd, 7:00-8:00pm : Balch Arch with Absolute A Cappella</li>
<li> Wednesday August 24th, 8:30-9:30pm : Collegetown with After Eight</li>
<li> Thursday August 25th, 7:30-8:30pm : Baker Flag Pole with the After Eight</li>
<li> Friday August 26th, 8:00-9:00pm : Court Kay Bauer with the Callbaxx</li>
</ul>
<br>
<p>
Auditions will be the first week of classes (week of August 28th), so check back here later
on for more information.
</p>
</div>
</div>
</div>
<div class="item">
<div class="date">
<div>2011</div>
<span>August 15</span>
</div>
<div class="content">
<h1>Singles on iTunes!</h1>
<div class="body">
<p>
The Class Notes are pleased to announce that they will be releasing three new singles on iTunes over the course of August. We'd like to thank
the fabulous <a href="http://www.dougepstein.com">Douglas Epstein</a> for all his work recording and producing these tracks with us. You can find our
newest releases as well as all our music on iTunes <a href="http://itunes.apple.com/us/artist/cornell-class-notes/id400601761">here</a>. Check
the schedule below for the release dates!
</p>
<ul>
<li>Battlefield - 8/12</li>
<li>Misery - 8/19</li>
<li>Breakeven - 8/26</li>
</ul>
</div>
</div>
</div>
<div class="item">
<div class="date">
<div>2011</div>
<span>April 25</span>
</div>
<div class="content">
<h1>New Notes!</h1>
<div class="body">
<p>
We are thrilled to announce that Mitchell Davis is now a member of The Class Notes!
</p>
<br>
</div>
</div>
</div>
<div class="item">
<div class="date">
<div>2011</div>
<span>March 13</span>
</div>
<div class="content">
<h1>Cuttin' Class 2011</h1>
<div class="body">
<p>
<font size = "6">Cuttin' Class 2011!<br>
Saturday April 9<br>
7:30pm Call Auditorium
</font>
</p>
<img src="./poster/cc27.png" alt="" style="float: left; margin: 4px;">
<br>
</div>
</div>
</div>
<div class="item">
<div class="date">
<div>2010</div>
<span>Sept 5</span>
</div>
<div class="content">
<h1>New Notes!</h1>
<div class="body">
<p>
We are thrilled to announce that there are 5 new members in the Class Notes! <b>Chris Donaldson, Alex Griffen, Maya Gunaseharan, Ha Lim Lee,</b> and <b>Lacey Steinel</b> - we can't wait to endlessly jam out tunes and harmonize with you all. Congratulations!
</p>
<br>
</div>
</div>
</div>
<div class="item">
<div class="date">
<div>2010</div>
<span>Aug 25</span>
</div>
<div class="content">
<h1>Auditions</h1>
<div class="body">
<p>
<br>
Auditions time is upon us! Auditions for the Class Notes will be held during this week at the following times
and locations. For more information about auditions, visit the <a href="auditions.php">auditions</a> page.
</p>
<ul>
<li> Tuesday August 31, 6:00-10:00 PM Risley Dance Studio</li>
<li> Wednesday September 1, 8:00-10:00 PM Lincoln 107</li>
<li> Thursday September 2, 8:00-10:00 PM Lincoln 107</li>
</ul>
<br>
</div>
</div>
</div>
<div class="item">
<div class="date">
<div>2010</div>
<span>July 13</span>
</div>
<div class="content">
<h1>Orientation Week</h1>
<div class="body">
<p>
<br>
August will be here before you know it, which means it's almost time for another
semester of fantastic Cornell a cappella! The Class Notes will be performing throughout
orientation week, so come out and see what makes a cappella singing so much fun!
</p>
<ul>
<li> Monday August 23, 8:30-9:30pm : Collegetown with Hearsay</li>
<li> Tuesday August 24, 1:30-4:00 : Schmooze & sing at the Memorial Room in WSH</li>
<li> Wednesday August 25, 7:00-8:00pm : Balch Arch with Nothing but Treble</li>
<li> Thursday August 26th, 7:30-8:30pm : Baker Flag Pole with the Chai Notes</li>
<li> Friday August 27th, 7:00-8:00pm : Balch Arch with the Chordials</li>
</ul>
<br>
<p>
Auditions will be the first week of classes (week of August 29), so check back here later
on for more information.
</p>
</div>
</div>
</div>
<div class="item">
<div class="date">
<div>2010</div>
<span>April 15</span>
</div>
<div class="content">
<h1>New CD - <i>Black Tie Optional</i></h1>
<div class="body">
<img src="./albums/large/BTO_new.jpg" alt="" style="float: right; margin: 4px;">
<p>
<br>
We are thrilled to announce the release of our new CD, <i>Black Tie Optional</i>, which
will be arriving just in time for Cuttin' Class '10 on Friday, April 23 (see below).
</p>
<br>
<p>
But wait, it gets better: order a concert ticket and our new CD together at a discounted price to
enjoy fantastic a cappella music wherever you go!
</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="HZRC7VBLTBRMU">
<table>
<tr><td><input type="hidden" name="on0" value="Concert and CD Options">Black Tie Optional</td></tr><tr><td><select name="os0">
<option value="Black Tie Optional CD (shipping included)">Black Tie Optional CD (shipping included) $18.00</option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="USD">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</div>
</div>
</div>
<div class="item">
<div class="date">
<div>2010</div>
<span>April 3</span>
</div>
<div class="content">
<h1>Cuttin' Class XXVI</h1>
<div class="body">
<object width="320" height="192"><param name="movie" value="http://www.youtube.com/v/Vgr0exOOonU&hl=en_US&fs=1&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Vgr0exOOonU&hl=en_US&fs=1&rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="320" height="192"></embed></object>
<img src="./poster/cuttinclass26.jpg" alt="" style="float: right; margin: 4px;">
<p>
<br>
It's the group that pioneered the co-ed a cappella landscape and became a cultural
phenomenon - the Class Notes are back with an all-new repertoire!
<br><br><br>
In three weeks, share the love - get hooked on the feeling - and get ready to
cheer for the underdogs! Cuttin' Class XXVI is April 23; we hope to see you there!
</p>
<ul>
<li>Cuttin' Class XXVI</li>
<li>Statler Auditorium</li>
<li>Friday April 23, 8:00pm</li>
<li>$7 in advance, $10 at the door</li>
</ul>
</div>
</div>
</div>
</div>
<?php include("./template/navigation.php") ?>
<div class="clearer"><span></span></div>
<div class="footer">© 2010 The Class Notes</div>