<!-- GraveElegance button rotation

txt="<a href=\"http://m0rphine.com/grave/\" target=_Blank><img src=\"http://m0rphine.com/grave/title.png\" style=\"border:0px!important;padding:0px!important;\" title=\"Grave Elegance: Semi-Elite - Elite Clique/Exchange\" border=\"0\"></a>";

gfx0="http://m0rphine.com/grave/buttons/88x31/88x31_8.jpg";
lnk0="http://m0rphine.com/grave/";
alt0="Grave Elegance Rotation/Clique";

gfx1="http://img.photobucket.com/albums/v482/Dead_Girl/bis.gif";
lnk1="http://bleedinsilence.net";
alt1="BleedInSilence.net";

gfx2="http://img.photobucket.com/albums/v482/Dead_Girl/tragedy.png";
lnk2="http://s.artificialnight.net";
alt2="Synaesthetique";

gfx3="http://www.hateflesh.com/promo/vainjaynebutton2.gif";
lnk3="http://www.vainjayne.com";
alt3="VainJayne{.}com";

gfx4="http://fragilemuse.org/fragilebutton4.gif";
lnk4="http://fragilemuse.org";
alt4="Fragilemuse.org";

gfx5="http://ame-electrique.org/ae5.gif";
lnk5="http://ame-electrique.org";
alt5="L'ame Electrique";

gfx6="http://vehemencia.net/imgs/buttons/partmonster.png";
lnk6="http://www.vehemencia.net/";
alt6="Vehemencia";

gfx7="http://corpseflowers.org/images/cf_02.gif";
lnk7="http://corpseflowers.org/";
alt7="CorpseFlowers.Org";

gfx8="http://web.vip.hr/nelchee.vip/banners/inobscuro.gif";
lnk8="http://inobscuro.com";
alt8="In Obscuro";


gfx9="http://iskall.nu/~carnelian/images/banner.gif";
lnk9="http://www.whirlwind.nu/";
alt9="Whirlwind";

gfx10="http://img.photobucket.com/albums/v11/morbidromantic/buttons/mrdotnet88x31_4.gif";
lnk10="http://www.morbid-romantic.net";
alt10="Morbid Romantic";

gfx11="http://demoralize.org/images/buttons/demo88x31-5.gif";
lnk11="http://demoralize.org";
alt11="Demoralize";

gfx12="http://img.photobucket.com/albums/v342/katenator/misc-pictures/88link1-1.gif";
lnk12="http://www.thenightscape.net/";
alt12="The Nightscape.net";

gfx13="http://m0rphine.com/wp-content/uploads/2009/08/m0rphine-6.png";
lnk13="http://m0rphine.com";
alt13="m0rphine.com";

gfx14="http://flashofwhitewings.net/images/button88x31_01.gif";
lnk14="http://flashofwhitewings.net/";
alt14="Flash of White Wings.net";

gfx15="http://www.autumnus.net/images/buttonani.gif";
lnk15="http://www.autumnus.net/";
alt15="Autumnus";

gfx16="http://aidanimm.com/images/buttons/button10.gif";
lnk16="http://aidanimm.com/";
alt16="Aidanimm.com";

gfx17="http://tiefroterkub.net/images/buttons/1.gif";
lnk17="http://www.tiefroterkub.net/";
alt17="Tiefroter Kub";

gfx18="http://img.photobucket.com/albums/v629/euri/be88x31.gif";
lnk18="http://beyondeternal.com/";
alt18="Beyond Eternal";

gfx19="http://scarytale.net/images/buttons/11.gif";
lnk19="http://scarytale.net/";
alt19="Scarytale.net";

gfx20="http://expiation.org/images/misc/expiation-button.gif";
lnk20="http://expiation.org/";
alt20="Expiation.org";




len=20;  // change to equal number of banners

function rndnumber(){
var randscript = -1
while (randscript < 0 || randscript > len || isNaN(randscript)){
randscript = parseInt(Math.random()*(len+1))
}
return randscript
}
rnd = rndnumber()

document.write('<a href=\"'+eval("lnk"+rnd)+'\" target=\"_blank\"><img style=\"border:0px!important;padding:0px!important;\" src=\"'+eval("gfx"+rnd)+'\" alt=\"'+eval("alt"+rnd)+'\" border=0 width=88 height=31></a><br>'+txt+'</a>');

//-->