  // break out of frames
  if (window!= top)
top.location.href=location.href

var url;
function popwin( url ) {
open(url,"dbnpopwin","toolbar=no,location=no,Directory=no,Status=yes,menubar=no,scrollbars=yes,resizable=yes,,width=550,height=600,screenX=10,screenY=10");
};
var title, width, height;
function popimg( url, title, width, height ) {
var imgpage=open("about:blank","dbnpopimg","toolbar=no,location=no,Directory=no,Status=no,menubar=no,scrollbars=no,resizable=no,,width=" + width + ",height=" + height );

imgpage.document.writeln("<html><head><title>" + title + "</title></head>");
imgpage.document.writeln("<body bgcolor=\"#000000\" style=\"margin: 0\">");
imgpage.document.writeln("<a href=\"javascript:window.close();\" title=\"Click to close this window.\">");
imgpage.document.writeln("<img border=\"0\" src=\"" + url + "\" alt=\"Click to close this window.\" width=\"" + width + "\" height=\"" + height + "\">");
imgpage.document.write("</a></bo"          ); // Bytehost's retarded ad code is set to insert wherever it finds a /body or /html tag in any file. *argh*
imgpage.document.write(        "dy></ht"   ); // Block it because it breaks the entire file.
imgpage.document.write(               "ml>");
imgpage.document.close();
};
var dbn="DeathByNukes";
var email="@gmail.com";
var dbnsteam="76561197964724048";

function nonoobsplz() {
	alert("Please view all available information on the website about this file before contacting me for help with it.");
};