function groupthree()
{
//2
var ranNum= Math.round(Math.random() * 2);
if (ranNum == 0){document.write('<div class="account">							 <input type="radio" name="acc" value="acc3" class="radiob" onclick="this.form[\'accsub\'].disabled=false" />			                 <a href="images/account3.jpg" target="_blank"><img src="images/acc3.jpg" alt=""/></a><p>Free RuneScape Account<br />Att.99 Str.93 Def.93<br />20M</p>				        </div>'); } // account3
if (ranNum == 1){document.write('<div class="account">							 <input type="radio" name="acc" value="acc3" class="radiob" onclick="this.form[\'accsub\'].disabled=false" />			                 <a href="images/account7.jpg" target="_blank"><img src="./images/acc7.jpg" alt=""/></a><p>							 Free RuneScape Account<br />							 Magic.94 Att.71 Str.69 Def.72<br />Equipment+2.6M</p>				        </div>'); } // account7
if (ranNum == 2){document.write('<div class="account">							 <input type="radio" name="acc" value="acc3" class="radiob" onclick="this.form[\'accsub\'].disabled=false" />			                 <a href="images/account11.JPG" target="_blank"><img src="images/acc11.jpg" alt=""/></a><p>Free RuneScape Account<br />Att.89 Str.89 Def.88<br />20M</p>				        </div>'); } // account11
}
