
var category = document.location + "x"; 
var theCats = new Array("fax","reman","copier","id=12923");
var a = theCats.length;
var b = 0; var c = 0;
var temp;

theUrl = "http://www.dolphinblue.com/tonerNote.html";
theName = "tonerNote";
theProperties = "toolbar=0,location=0, directories=0,status=0,menubar=0,scrollbars=1,resizable=0,top=10,left=10,width=350,height=400";

	while (b < a) {
    temp = theCats[b];
    if (category.indexOf(temp) > -1) { 
    	document.write(" <br><br><a href='#' onClick='window.open(theUrl,theName,theProperties);' class='text'><b><u>&gt; Made in the USA: Click to read why that is important.</u></b></a><br><br> ");
    	}
    b++;
    }
