Scriptet jscripts.js ser sådan her ud:
(Kan ikke finde ud af hvad jeg kan slette i øvrigt, men noget af det bruger jeg jo tydeligvis ikke)
______________________________________
function lag(lagnavn, bil) // IE4+
{
if (document.all[lagnavn].style.display == 'none') {
    document.all[lagnavn].style.display = 'block';
    bil.src = '
http://www.byensbedsteblowjob.com/billeder/down.gif';} else {
    document.all[lagnavn].style.display = 'none';
    bil.src = '
http://www.byensbedsteblowjob.com/billeder/up.gif';}
}
function add(mode, hvor)
{
if (mode == 1) { // startside
    hvor.style.behavior = 'url(#default#homepage)';
    hvor.setHomePage('
http://www.byensbedsteblowjob.com');
} else { // bookmark
    window.external.AddFavorite('
http://www.byensbedsteblowjob.com/','Byens Bedste Blowjob');
}
}
// formatering af tekst i forum og i artikler
function makeBold() {
sT = document.selection.createRange();
sTxt = sT.text;
if(!sTxt.length > 0) { return( false); }
sT.text = "[B]" + sTxt + "[/B]";
}
function makeItalic() {
sT = document.selection.createRange();
sTxt = sT.text;
if(!sTxt.length > 0) { return( false); }
sT.text = "[I]" + sTxt + "[/I]";
}
function makeUnderstreget() {
sT = document.selection.createRange();
sTxt = sT.text;
if(!sTxt.length > 0) { return( false); }
sT.text = "[U]" + sTxt + "[/U]";
}
function makeLink() {
sT = document.selection.createRange();
sTxt = sT.text;
if(!sTxt.length > 0) { return( false); }
sT.text = "
" + sTxt + "";
}
function makeCitat() {
sT = document.selection.createRange();
sTxt = sT.text;
if(!sTxt.length > 0) { return( false); }
sT.text = "
"" + sTxt + ""
";
}
function makeKode() {
sT = document.selection.createRange();
sTxt = sT.text;
if(!sTxt.length > 0) { return( false); }
sT.text = "[CODE]" + sTxt + "[/CODE]";
}
// knap-funktioner
function toggledisplay(blok) {
    if (blok) {
    hideblocks();
    if (blok.style.display == 'none') {
        blok.style.display = 'block'}
    else {
        blok.style.display = 'none'
    }
    form1.currenteditclass.value = blok.id;
    document.getElementById('toggleedc_'+blok.id).style.fontWeight = 'bold';
    }
}
function setMode(bMode,blok,kontrol) {
    var t;
      if (bMode) {
          t = blok.document.body.innerHTML;
          blok.document.body.innerText = t;
          kontrol.style.display = "none";
//          kontrol.style.visibility = "hidden";
      } else {
          t = blok.document.body.innerText;
          blok.document.body.innerHTML = t;
          kontrol.style.display = "block";
//          kontrol.style.visibility = "visible";
      }
      blok.focus();
}
function button_over(doShitButton)
        {
        //doShitButton.style.backgroundColor = "#CCCCCC";
        doShitButton.style.borderColor = "#FFFFFF #666666 #666666 #FFFFFF";
}
function button_out(doShitButton)
        {
        //doShitButton.style.backgroundColor = "#CCCCCC";
        //doShitButton.style.borderColor = "#D4D0C8";
        doShitButton.style.borderColor = "#EEEEEE";
}
function button_down(doShitButton)
        {
        //doShitButton.style.backgroundColor = "#CCCCCC";
        doShitButton.style.borderColor = "#666666 #FFFFFF #FFFFFF #666666";
}
function button_up(doShitButton)
    {
        //doShitButton.style.backgroundColor = "#CCCCCC";
        //doShitButton.style.borderColor = "#CCCCCC";
        doShitButton.style.borderColor = "#FFFFFF #666666 #666666 #FFFFFF";
}