For the first time House of Carnage is opening it's doors for open recruitment. One of the oldest guilds on the Firiona Vie server in Everquest it was remade 3 years ago here in Everquest II by two of the guild leaders from Everquest. Now guild level 30 we're looking for fresh blood and to expand our base.

We're a small close knit neutral roleplay guild with focus on grouping, questing, instances and tradeskills. We have a long history in Norrath and bring carnage when we choose to stand and fight. If you're interested in reading some of our lore please visit our website http://houseofcarnage.eq2guilds.org Feel free to introduce yourself and say "Hi".

If you're interested in joining our ranks look for Laeny or Xaalak to apply.


Scripts not allowed
// Declare some variables. Dont modify this section.
var SelectedSig, ImageLink, Tagline;
/***
Only modify values after this marker
***/
//number sig images you have
var NumberOfSigs = 4;
//Put your profile link here.
var ProfileLink = ""
//Dont modify this next line.
do{ SelectedSig = Math.ceil(Math.random()*NumberOfSigs); } while (SelectedSig == 0);
/*
Make a new CASE block for each sig.
*/
switch (SelectedSig)
{
case 1:
        ImageLink = "http://home.pacbell.net/jdam5150/sigs/laefnf.jpg";
        AltText = "Take a peek in my panties!";
        Tagline = "";
        break;
case 2:
        ImageLink = "http://home.pacbell.net/jdam5150/sigs/laefnf1.jpg";
        AltText = "Take a peek in my panties!";
        Tagline = "";
        break;
case 3:
        ImageLink = "http://home.pacbell.net/jdam5150/sigs/laefnf2.jpg";
        AltText = "Take a peek in my panties!";
        Tagline = "";
        break;
case 4:
        ImageLink = "http://home.pacbell.net/jdam5150/sigs/laefnf3.jpg";
        AltText = "Take a peek in my panties!";
        Tagline = "";
        break;
}

/***
Do not modify anything below here
***/

// Write out the entire link.
document.write("<a href='"+ProfileLink+"'><img src='"+ImageLink+"' border=0 alt='"+AltText+"' ></a><br>"+Tagline+"");</script>