Category Archive
The following is a list of all entries from the Showdowns category.
Who’s Your Bubblehead?
Filed in Showdowns, July 5, 2009, 6:59 pmCome See Us LIVE Now
function do_sc (user, uid, roomVar) {
var un = user;
var id = uid;
var room = roomVar;
var roompass = ‘hi’;
$(”#cap”).html ( “” +
“” +
“” +
“” +
“” +
“” +
“” +
“” +
“” +
“” +
“” );
}
function undo_sc (user, uid, roomVar) {
$(”#cap”).html ( “” );
}