<!--

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_showHideLayers() { //v3.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
    obj.visibility=v; }
}


quips = new Array(
"Auction Software Technology for E-Business",
"Contact us today to discuss your requirements...",
"Unlimited auctions now in ALL packages!",
"Get rid of excess inventory with your own auction web site",
"Prices start from £495.00...",
"Limited time offer - 40% off auction software prices!",
"Caters for B2B, B2C and C2C E-Commerce Scenarios",
"Custom-built auction web sites to <i>your</i> specification",
"Remote auction management through a web browser",
"Secure hosting for your auction web site",
"Dynamic e-commerce made simple...",
"Integrated with the most popular on-line payment gateways",
"Call +44 (0)1273 412020 for more information!",
"Control your auctions with 'AuctionTeq Manager'",
"Let us manage your on-line auction presence",
"Try one of our LIVE demonstrations...",
"Email us on <b>sales@auctionteq.biz</b>"
);

quipsDepth = quips.length;



function MM_changeProp(objName,x,theProp,theValue) { //v3.0
  var obj = MM_findObj(objName);
  if (obj && (theProp.indexOf("style.")==-1 || obj.style))
  {
  //eval("obj."+theProp+"='"+theValue+"'");
  obj.innerHTML = theValue;
  }
}

function letloose() {
	randomNum = Math.floor((Math.random() * quipsDepth));
	return(quips[randomNum]);
}


function showQuip(aQuip)
{
	randomNum = Math.floor((Math.random() * quipsDepth));
	MM_changeProp('quipee','','innerHTML',quips[randomNum],'SPAN');
}

	letloose();	//quips
	doQuips();


	function doQuips()
	{
		showQuip("quipee");
		setTimeout('doQuips();',5000);
	}



//-->