/* JavaScript Functions */

function getquote(){
	var quote=new Array()
	var href=new Array()
	var alt=new Array()
	quote[0]="/lib/images/home/home_quote_brycehughes-dirtbiketvcom-01.gif"
	href[0]="/portfolio/testimonials.asp"
	alt[0]="Bryce Hughes - DirtBikeTV.com"
	quote[1]="/lib/images/home/home_quote_marciazwilling-equestriansinglescom-01.gif"
	href[1]="/portfolio/testimonials.asp"
	alt[1]="Marcia Zwilling - EquestrianSingles.com"
	quote[2]="/lib/images/home/home_quote_anthonysolano-datedashcom-01.gif"
	href[2]="/portfolio/testimonials.asp"
	alt[2]="Anthony Solano - DateDash.com"
	var r=Math.floor(Math.random()*quote.length)
	document.write('<a href="'+href[r]+'"><img src="'+quote[r]+'" alt="'+alt[r]+'" width=156 height=128 border=0></a>')
}

function statuss()
{
        window.status = "Kelli & Patrick :: May 22nd, 2004";
        setTimeout("statuss()", 1);
}

function getphototd(){
	var photo=new Array()
	//photo[0]="/lib/images/home/home_banner/home_banner01-"
	//photo[1]="/lib/images/home/home_banner/home_banner03-"
	//photo[2]="/lib/images/home/home_banner/home_banner04-"
	//photo[0]="/lib/images/home/home_banner/home_banner05-"
	//photo[1]="/lib/images/home/home_banner/home_banner06-"
	//photo[1]="/lib/images/home/home_banner/home_banner07-"
	//photo[0]="/lib/images/home/home_banner/home_banner08-"
	//photo[1]="/lib/images/home/home_banner/home_banner09-"
	//photo[2]="/lib/images/home/home_banner/home_banner10-"
	photo[0]="/lib/images/home/home_banner/home_banner11-"
	//photo[4]="/lib/images/home/home_banner/home_banner12-"
	//photo[5]="/lib/images/home/home_banner/home_banner13-"
	//photo[6]="/lib/images/home/home_banner/home_banner14-"
	//photo[7]="/lib/images/home/home_banner/home_banner15-"
	//photo[8]="/lib/images/home/home_banner/home_banner16-"
	photo[1]="/lib/images/home/home_banner/home_banner17-"
	var r=Math.floor(Math.random()*photo.length)
	document.write('<td width=631 height=148><img src='+photo[r]+'top.jpg alt="Tucson Web Development, Aktivate Media LLC, Aktivate, Media, ASP, SQL, VBScript, Chat Room Application, Guestbook, Bulletin Board, Forum, Internet Solutions, Tucson, Arizona Web Developement, Web Design, Web site Marketing, Database solutions, Oracle, Microsoft SQL Server, Active Server Pages, JSP, PHP, HTML, ASP, JAVA, SQL, VBSCRIPT, VISUAL BASIC, .NET, ASP.NET, ASPX" width=631 height=132 border=0><br><img src='+photo[r]+'bl.jpg alt="Tucson Web Development, Aktivate Media LLC, Aktivate, Media, ASP, SQL, VBScript, Chat Room Application, Guestbook, Bulletin Board, Forum, Internet Solutions, Tucson, Arizona Web Developement, Web Design, Web site Marketing, Database solutions, Oracle, Microsoft SQL Server, Active Server Pages, JSP, PHP, HTML, ASP, JAVA, SQL, VBSCRIPT, VISUAL BASIC, .NET, ASP.NET, ASPX" border=0><img src='+photo[r]+'tag.gif alt="incredible knowledge. extraordinary talent. superior results." border=0></td>')
	//document.write('<td background="'+photo[r]+'" width=631 height=148 align=right valign=bottom>')
}

function imgswap(imgname,imgsrc){eval("document."+imgname+".src='"+imgsrc+"'");}

var myimages=new Array()
function preloadimages(){
	for (i=0;i<preloadimages.arguments.length;i++){
	myimages[i]=new Image()
	myimages[i].src=preloadimages.arguments[i]}
}

function email(name,domain){
	document.write('<a href=\"mailto:' + name + '@' + domain + '\">');
	document.write(name + '@' + domain + '</a>');
}

function emailadv(name,domain,text){
	document.write('<a href=\"mailto:' + name + '@' + domain + '\">');
	document.write(text + '</a>');
}

function popWin(url,name,width,height,statusbar,scrollbars,resizable) {
  newWindow = window.open(url,name,'width='+width+',height='+height+',toolbar=0,location=0,directories=0,status='+statusbar+',menuBar=0,scrollBars='+scrollbars+',resizable='+resizable+'');
  newWindow.focus();
} 


function validateEmail(formName,inputName) {
	// Validate email address
	var inputObject = document.forms[formName].elements[inputName];
	var atSign = inputObject.value.indexOf('@');
	var dot = inputObject.value.lastIndexOf('.');
	var space = inputObject.value.indexOf(' ');
	var emailLength = inputObject.value.length - 1;

	if ((atSign < 1) || (space != -1) || (dot <= atSign + 1) || (dot == emailLength)) {  
		alert('Please enter a valid email address');
		inputObject.focus();
		return false;
	}
	//document.forms[formName].submit;
	window.open('','mlistwin','toolbar=0,location=0,scrollbars=0,width=250,height=150,resizable=0'); 
	document.forms[formName].submit();
	//return true;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

