|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/yaleb/Columbus website/ |
Upload File : |
<HTML>
<HEAD>
<!-- $MVD$:app("MicroVision WebExpress","770") -->
<!-- $MVD$:template("","0","0") -->
<!-- $MVD$:color("18","80ff","Orange","1") -->
<!-- $MVD$:color("19","ffd6ce","Lavender","1") -->
<!-- $MVD$:color("20","8bb8","Gold","0") -->
<TITLE>Gray Pinstripe Home Page</TITLE>
<META NAME="GENERATOR" CONTENT="MicroVision Development / WebExpress">
</HEAD>
<BODY BGCOLOR="WHITE" TEXT="BLACK" LINK="#53005D" VLINK="#2DBCEC" ALINK="RED">
<BLOCKQUOTE>
<DIV>
<P ALIGN=LEFT>
<!-- $MVD$:codeblock() -->
<script language="JavaScript">
<!--
function WM_preloadImages() {
/*
WM_preloadImages()
Loads images into the browser's cache for later use.
Source: Webmonkey Code Library
(http://www.hotwired.com/webmonkey/javascript/code_library/)
Author: Nadav Savio
Author Email: [email protected]
Usage: WM_preloadImages('image 1 URL', 'image 2 URL', 'image 3 URL', ...);
*/
// Dont bother if there's no document.images
if (document.images) {
if (typeof(document.WM) == 'undefined'){
document.WM = new Object();
}
document.WM.loadedImages = new Array();
// Loop through all the arguments.
var argLength = WM_preloadImages.arguments.length;
for(arg=0;arg<argLength;arg++) {
// For each arg, create a new image.
document.WM.loadedImages[arg] = new Image();
// Then set the source of that image to the current argument.
document.WM.loadedImages[arg].src = WM_preloadImages.arguments[arg];
}
}
}
// -->
</script>
<!-- $MVD$:codeblock() --><!-- $MVD$:codeblock() --><script language="JavaScript">
<!--
// now actually preload the images -- rml
WM_preloadImages('/images/homebuttonpressed.jpg',
'/images/portbuttonpressed.jpg','/images/partnerbuttonpressed.jpg',
'/images/bpbuttonpressed.jpg','/images/philosophybuttonpressed.jpg');
// -->
</script><!-- $MVD$:codeblock() --><!-- $MVD$:codeblock() --><script language="JavaScript">
<!--
function WM_imageSwap(daImage, daSrc){
var objStr,obj;
/*
WM_imageSwap()
Changes the source of an image.
Source: Webmonkey Code Library
(http://www.hotwired.com/webmonkey/javascript/code_library/)
Author: Shvatz
Author Email: [email protected]
Usage: WM_imageSwap(originalImage, 'newSourceUrl');
Requires: WM_preloadImages() (optional, but recommended)
Thanks to Ken Sundermeyer ([email protected]) for his help
with variables in ie3 for the mac.
*/
// Check to make sure that images are supported in the DOM.
if(document.images){
// Check to see whether you are using a name, number, or object
if (typeof(daImage) == 'string') {
// This whole objStr nonesense is here solely to gain compatability
// with ie3 for the mac.
objStr = 'document.' + daImage;
obj = eval(objStr);
obj.src = daSrc;
} else if ((typeof(daImage) == 'object') && daImage && daImage.src) {
daImage.src = daSrc;
}
}
}
// -->
</script>
<!-- $MVD$:codeblock() -->
</BODY>
</HTML>