﻿// if (top.location != self.location) {
//	top.location.replace(self.location);
// }
// fucken old script, from old versions of Dreamweaver and intended for popups
// we will keep it here though, if there is an archived page of some sort which might need it
function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}


// More current stuff, aka banners DeLuxe
images = new Array(6);

images[0] = "<a href='http://www.vomitory.net' title='Visit Vomitory.net for more information'><img src='/img/sponsored/vomitory_omv.jpg' alt='Vomitory -banner' /></a>";
images[1] = "<a href='http://www.moshoholics.com' title='Visit Moshoholics.com for more information'><img src='/img/sponsored/fku_wmd.jpg' alt='F.K.Ü. -banner' /></a>";
images[2] = "<a href='http://www.hailofbullets.com' title='Visit HailOfBullets.com for more information'><img src='/img/sponsored/hob_odw.jpg' alt='Hail of Bullets -banner' /></a>";
images[3] = "<a href='http://www.myowngrave.com' title='Visit MyOwnGrave.com for more information'><img src='/img/sponsored/mog_necrology.jpg' alt='My Own Grave -banner' /></a>";
images[4] = "<a href='http://www.theprojecthate.net' title='Visit TheProjectHate.net for more information'><img src='/img/sponsored/tph_btna.jpg' alt='The Project Hate -banner' /></a>";
images[5] = "<a href='http://www.torturedivision.net' title='Visit TortureDivision.net for more information'><img src='/img/sponsored/td_tteoad.jpg' alt='Torture Division -banner' /></a>";

index = Math.floor(Math.random() * images.length);
