// Script: "spanPathBar.js" - inherits that parent's context.

// prefix of an xhtml anchor tag
var	prefix = "<a style='color:#ffffff;background-color:inherit;' target='_top' href='";


window.document.write ( "<span>" );
window.document.writeln ( prefix + "http://faculty.irsc.edu/'>Faculty.IRSC.Edu</a>&gt;" );
window.document.writeln ( prefix + "http://faculty.irsc.edu/DEPT/AdvancedTechnology/cs/'>Computer Science</a>&gt;" );
window.document.writeln ( prefix + "http://faculty.irsc.edu/DEPT/AdvancedTechnology/cs/faculty.htm'>Faculty</a>&gt;" );
window.document.write ( prefix + "http://faculty.irsc.edu/DEPT/AdvancedTechnology/Faculty/rgibson.htm'>Randy Gibson</a>&gt;" );
window.document.writeln ( "</span>" );

