/*
IrisSC v0.6

Some scripts that are called 
with IrisSC are not created by me, 
I take no credit for them.

IrisSC information can be called with irissc.version, etc
*/

var irissc = {
version: '0.6',
author: 'Gunblaza',
website: 'http://scribes.b1.jcink.com',
upgraded: 'Jan 24, 2009'
};

//Start revoking!
banned=[];
banned[0]=['http://nothing.com'];

for(bs=0;bs<banned.length;bs++) {
if(location.href.match(banned[bs][0])){
}else{


//Core Parts or IrisSC

function scscript(sname){ 
document.write('<script src="http://resourceempire.com/filehosting/gunblaza/', sname, '.js" type="text/JavaScript"><\/script>');
}
function mycss(getcss){ 
document.write('<link rel="stylesheet" type="text/css" href="',getcss,'">');
}

//New activate command
var activate = {
prototype: function act_p(){
scscript("script/prototype");
scscript("script/scriptaculous");
},
jquery: function act_j(){
scscript("script/jquery");
},
scscript: function getscript(name){ 
document.write('<script src="http://resourceempire.com/filehosting/gunblaza/', name, '.js" type="text/JavaScript"><\/script>');
},
script: function getscript(gname){ 
document.write('<script src="', gname, '" type="text/JavaScript"><\/script>');
}
};
//Easy way out of document.write
function dw(dwcontent){ 
document.write(dwcontent);
}

//---no touch
}}