<object id="darkplayer"
codeBase="http://activex.microsoft.
com/activex/controls/mplayer/en/nsm
p2inf.cab#Version=5,1,52,701"
type="application/x-oleobject"
height="0" standby="Loading
Microsoft Windows Media Player
components..." width="0"
classid="CLSID:22d6f312-b0f6-11d0-9
4ab-0080c74c7e95">
<param NAME VALUE>
<param NAME="ShowControls"
VALUE="0">
<param NAME="ShowStatusBar"
VALUE="0">
<param NAME="ShowDisplay"
VALUE="0">
<param NAME="DefaultFrame"
VALUE="Slide">
<param NAME="Autostart" VALUE="1">
<param NAME="Loop" VALUE="True">
</object>
<form name="form">
<p style="text-align: center">
<select style="FONT-SIZE: 8pt;
BACKGROUND:#transparent; WIDTH:
475px; COLOR: #33666; font-face:
verdana" name="playlist" size="1">
<option value="0">The Only
Diffrence Between Martyrdom And
Suicide Is The Press Confrence
</option>
<option value="1">Lying is The Most
Fun A Girl Can Have Without Taking
Her Clothes Off </option>
<option value="2">I Write Sins Not
Tragedies </option>
<option value="3">It's Time To
Dance</option>
<option value="4">Nails For
Breakfast Tacks For Snacks
</option>
<option value="5">London Beckonds
For Songs About Money By
Machines</option>
<option value="6">I Constantly
Thank God For Esteban</option>
<option value="7">But it's better
if i do</option>
<option value="8">
There's a Good Reason These Tables
Are Numbered Honey, You Just
Haven't (Clip)</option>
<option value="9">
Build God Then We Talk
(Clip)</option>
</select><br>
<input TYPE="BUTTON"
NAME="darkplay" VALUE="play"
OnClick="play(document.forms['form'
].playlist);">
<input TYPE="BUTTON"
NAME="darkpause" VALUE="pause"
OnClick="document.darkplayer.Pause(
); playstate=2;">
<input TYPE="BUTTON"
NAME="darkstop" VALUE="stop"
OnClick="document.darkplayer.Stop()
; playstate=2;"></p>
</form>
<script language="JavaScript">
<!--
var playstate = 1;
shuffle = 1; // set to 0 to always
play first song in list
// set to 1 to
randomly choose the first song to
play
songs=new Array();
songs[0]="http://media.spin.com/fea
tures/band_of_the_day/audio/2005/09
/difference_bet_martyrdom_suicide_h
i.mp3";
songs[1]="http://ia300841.eu.archiv
e.org/2/items/lying_is_the_most_fun
_a_girl_can_have_without_taking_her
_clothes_off/PanicAtTheDisco07Lying
IsTheMostFunAGirlCanHaveWithoutTaki
ngHerClothesOff.mp3";
songs[2]="http://www.filelodge.com/
files/hdd2/17398/PANIC%20At%20The%2
0Disco%20-%20I%20Write%20Sins%20Not
%20Tragedies%20(pk%20whole%20song%2
0internet%20rip).mp3";
songs[3]="http://www.purevolume.com
/download.php?id=872750";
songs[4]="http://www.filelodge.com/
files/hdd2/17398/panic%20at%20the%2
0disco%20-%20nails%20for%20breakfas
t%20and%20tacks%20for%20snacks.mp3"
;
songs[5]="http://ia300225.us.archiv
e.org/0/items/Panic_At_The_Disco__L
ondon_Beckoned_Songs_About_Money_Wr
itten_By_Machines_1/003LondonBeckon
edSongsAboutMoneyWrittenByMachines.
mp3";
songs[6]="http://ia300112.us.archiv
e.org/1/items/Panic_1/11panic_at_th
e_discoi_constantly_thank_god_for_e
steban.mp3";
songs[7]="http://ia300216.us.archiv
e.org/3/items/bUT_its_bEtter_iF_you
_Do_4/PanicAtTheDiscoButItsBetterIf
YouDo.mp3";
songs[8]="http://sg1.allmusic.com/c
g/smp.dll?link=lz2iphcwjx19wtsuo6v9
r81&z=MP3&r=20.asx";
songs[9]="http://sg1.allmusic.com/c
g/smp.dll?link=fisjrp462478etns3uy1
5gp&z=MP3&r=20.asx";
if (shuffle == 1) {
var randsg =
Math.floor(Math.random()*songs.leng
th);
document.darkplayer.FileName =
songs[randsg];
document.darkplayer.scr =
songs[randsg];
document.forms['form'].playlist.opt
ions[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum =
list.options[list.selectedIndex].va
lue
document.darkplayer.FileName =
songs[snum];
document.darkplayer.scr =
songs[snum];
}
playstate = 1;
}
//-->
</script>