// RANDOM JABBASCRIPT
// *****************************************
// You will bring Solo and the wookie to me.
// HO HO HO MILA KUNIS HO HO HO
// *****************************************
//                               by Threeboy
//                          www.truenuff.com
// *****************************************

promo = new Array();

promo[0] = "<a href=\"http://www.macspoofed.com\"><img src=\"images/internal/macspoofed.jpg\" /></a>";

index = Math.floor(Math.random() * promo.length);
document.write(promo[index]);

