<!--

function DateStamp() {

var d = new Array(

"Sunday",

"Monday",

"Tuesday",

"Wednesday",

"Thursday",

"Friday",

"Saturday"

);



var m = new Array(

"January",

"February",

"March",

"April",

"May",

"June",

"July",

"August",

"September",

"October",

"November",

"December"

);



var today = new Date();

var day = today.getDate();

var year = today.getYear();

if (year < 2000) year += 1900; 

document.write(d[today.getDay()]+" "+day+" "+m[today.getMonth()]+"  " + year);

//return d[today.getDay()]+", "+m[today.getMonth()]+" "+day+", " + year;

}



function TimeStamp() {

	var Stamp = new Date();

	var Hours;

	var Mins;

	var Time;

	Hours = Stamp.getHours();

	Mins = Stamp.getMinutes();

	if (Hours >= 12) Time = " p.m.";

		else Time = " a.m.";

	if (Hours > 12) Hours -= 12;

	if (Hours == 0) Hours = 12;

	if (Mins < 10) Mins = "0" + Mins;

	document.write(Hours + ":" + Mins + Time);

}



if (self != top)
    top.location.replace(self.location);

function frameJammer_hp(){
   var framedPage = location.search;
   if (framedPage.length > 1){
      framedPage = framedPage.substring(1);
      var theSplit = framedPage.indexOf('~');
      var thePage = framedPage.substring(0,theSplit);
      var theFrame = framedPage.substring(theSplit+1);
      eval("top."+ theFrame+".location.replace('"+ thePage+"')");
      }
   }

var agt = navigator.userAgent.toLowerCase();
var is_major = parseInt(navigator.appVersion);
var is_iemacdud = (agt.indexOf('msie')!=-1) && (agt.indexOf('mac')!=-1) && (is_major<4);
if (is_iemacdud) setTimeout('frameJammer_hp()',1500); 


function opendirreq(winfile) 
{ 
window.open (winfile,'','scrollbars=yes,width=450,height=400') 
}
function openform(winfile)
{
window.open (winfile,'','scrollbars=yes,width=550,height=400')
}
function opencaneimage(winfile)
{
window.open (winfile,'','scrollbars=no,width=450,height=370')
}
function openlisting(winfile)
{
window.open (winfile,'','scrollbars=yes,width=450,height=450')
}
function openinvestor(winfile)
{
window.open (winfile,'','scrollbars=yes,width=600,height=400')
}
function opendisclaimer(winfile)
{
window.open (winfile,'','scrollbars=no,width=470,height=250')
}
function openprivacy(winfile)
{
window.open (winfile,'','scrollbars=yes,width=500,height=270')
}
function openedjor(winfile)
{
window.open (winfile,'','scrollbars=yes,width=400,height=250')
}
function opencopyright(winfile)
{
window.open (winfile,'','scrollbars=no,width=400,height=235')
}
function opensugres(winfile)
{
window.open (winfile,'','scrollbars=yes,width=550,height=500')
}
function openlink(winfile)
{
window.open (winfile,'','scrollbars=no,width=500,height=450')
}
function openglassex(winfile)
{
window.open (winfile,'','scrollbars=yes,width=450,height=400')
}
function openrequest2(winfile)
{
window.open (winfile,'','scrollbars=yes,width=550,height=500')
}
function openadd(winfile)
{
window.open (winfile,'','scrollbars=no,width=515,height=250')
}
function openform2(winfile)
{
window.open (winfile,'','scrollbars=yes,width=550,height=500')
}
function openform3(winfile)
{
window.open (winfile,'','scrollbars=yes,width=670,height=500')
}
function popup(Site)
{
window.open(Site, '',

'toolbar=no,statusbar=no,location=no,scrollbars=yes,resizable=nos,width=550,height=400')
}
function openland(winfile)
{
window.open (winfile,'','scrollbars=no,width=400,height=400')
}
function openport(winfile)
{
window.open (winfile,'','scrollbars=no,width=280,height=470')
}
function openport2(winfile)
{
window.open (winfile,'','scrollbars=no,width=370,height=450')
}
function openpicWindow1(winfile)
{
window.open (winfile,'','scrollbars=no,width=308,height=460')
}
function openpicWindow2(winfile)
{
window.open (winfile,'','scrollbars=no,width=304,height=460')
}
function openpicWindow3(winfile)
{
window.open (winfile,'','scrollbars=no,width=292,height=460')
}
function openpicWindow4(winfile)
{
window.open (winfile,'','scrollbars=no,width=420,height=331')
}
function openpicWindow5(winfile)
{
window.open (winfile,'','scrollbars=no,width=420,height=344')
}
function openpicWindow6(winfile)
{
window.open (winfile,'','scrollbars=no,width=420,height=346')
}
function openpicWindow7(winfile)
{
window.open (winfile,'','scrollbars=no,width=270,height=230')
}
function openpicWindow8(winfile)
{
window.open (winfile,'','scrollbars=no,width=270,height=241')
}
function openpicWindow9(winfile)
{
window.open (winfile,'','scrollbars=no,width=270,height=218')
}
function openpicWindow10(winfile)
{
window.open (winfile,'','scrollbars=no,width=220,height=217')
}
function openpicWindow11(winfile)
{
window.open (winfile,'','scrollbars=no,width=270,height=254')
}
function openpicWindow12(winfile)
{
window.open (winfile,'','scrollbars=no,width=220,height=184')
}
function openpicWindow13(winfile)
{
window.open (winfile,'','scrollbars=no,width=320,height=260')
}
function openpicWindow14(winfile)
{
window.open (winfile,'','scrollbars=no,width=264,height=455')
}
function openpicWindow15(winfile)
{
window.open (winfile,'','scrollbars=no,width=320,height=298')
}



/* Zooming link script by Paul Anderson, copyright 2001 CNET Builder.com.
   May be freely used with attribution. Not for resale. All rights reserved. 
   Make a link zoom open by adding the event handler
   
   onclick="zoomBox(event,this);return false"
   
   To zoom into a new, positioned window add width, height, left, and top
   
   onclick="zoomBox(event,this,500,400,100,50);return false"
   */

var maxW,maxH,fromX,fromY,toX,toY,adjX,adjY,zBox,zStep=0,zLink,zNew;

function zoomBox(evt,zlink,maxw,maxh,tox,toy) {
if (arguments.length > 2) zNew=1;
scrollH=(window.pageYOffset!=null)?window.pageYOffset:document.body.scrollTop;
maxW=maxw?maxw:window.innerWidth?innerWidth:document.body.clientWidth;
maxH=maxh?maxh:window.innerHeight?innerHeight:document.body.clientHeight;
toX=tox?tox:0;
toY=(toy?toy:0)+scrollH;
fromX=evt.pageX?evt.pageX:evt.clientX;
fromY=(evt.pageY?evt.pageY:evt.clientY)+(document.all?scrollH:0);
adjX=toX+evt.screenX-fromX;
adjY=toY+evt.screenY-fromY;
if (document.createElement && document.body.appendChild && !zBox) {
	zBox=document.createElement("div");
	zBox.style.position="absolute";
	document.body.appendChild(zBox);
} else if (document.all && !zBox) {
	document.all[document.all.length-1].outerHTML+='<div id="zBoxDiv" style="position:absolute"></div>';
	zBox=document.all.zBoxDiv;
} else if (document.layers && !zBox) {
	zBox=new Layer(maxW);
	zBox.style=zBox;
	}
zLink=zlink;
doZoom();
}

function doZoom() {
zStep+=1;
zPct=(10-zStep)/10
if (document.layers) {
	zBox.moveTo(toX+zPct*(fromX-toX),toY+zPct*(fromY-toY));
	zBox.document.open();
	zBox.document.write("<table width='"+maxW*(1-zPct)+"' height="+maxH*(1-zPct)+" border=2 cellspacing=0><tr><td></td></tr></table>");
	zBox.document.close();
	} else {
	zBox.style.border="2px solid #999999";
	zBox.style.left=toX+zPct*(fromX-toX);
	zBox.style.top=toY+zPct*(fromY-toY);
	zBox.style.width=maxW*(1-zPct);
	zBox.style.height=maxH*(1-zPct);
	}
zBox.style.visibility="visible";
if (zStep < 10) setTimeout("doZoom("+fromX+","+fromY+","+toX+","+toY+")",30);
else {
	zBox.style.visibility='hidden';
	zStep=0;
	if (zLink && !zNew) location.href=zLink.href;
	else if (zLink && zNew) {
		var w=window.open(zLink.href,'','width='+maxW+',height='+maxH+',left='+adjX+',top='+adjY+',scrollbars,resizable');
		zNew=null;
		}
	}
}

function PopupPic(sPicURL) { 
window.open( "popup.htm?"+sPicURL, "","resizable=1,HEIGHT=200,WIDTH=300"); 
} 


-->