// global vars, functions for sonorasansoo webdesigns site, custom written by tntemerson

var site_version = "1.0";

portfolio_link = "";



function get_copyRight(holder) {
	lastmod = document.lastModified;
	d = new Date(lastmod);
	day = d.getDate();
	
	if (day < 10) {
		day = "0" + day;
	}
	month = d.getMonth() +1;
	if (month < 10) {
		month = "0" + month;
	}
	
	year = d.getYear();
	year = year.toString();
	temp = year.charAt(0);
	if (temp == "1") {
		year = year.replace(/1/,"20");
	}
	return  "copyright &copy "+month+"."+day+"."+year+" "+holder ; 

}

function get_referrer() {
	var dr="";
	if (!document.referrer) {
		dr="no referrer";
	}
	else {
		dr=document.referrer;		
	}
	return dr;
}



function set_portfolio_url() {

	var url = "";
	
	referred = get_referrer();

	switch (referred) 
	{

		case "http://www.istockphoto.com/user_view.php?id=1765096":
			// istock
			url = "http://www.istockphoto.com/file_search.php?action=file&text=&oldtext=&textDisambiguation=&oldTextDisambiguation=&majorterms=%7B%22csv%22%3A%22%22%2C%22conjunction%22%3A%22AND%22%7D&fileTypeSizePrice=%5B%7B%22type%22%3A%22Image%22%2C%22size%22%3A%22All%22%2C%22priceOption%22%3A%221%22%7D%2C%7B%22type%22%3A%22Illustration+%5BVector%5D%22%2C%22size%22%3A%22Vector+Image%22%2C%22priceOption%22%3A%22All%22%7D%2C%7B%22type%22%3A%22Flash%22%2C%22size%22%3A%22Flash+Document%22%2C%22priceOption%22%3A%22All%22%7D%2C%7B%22type%22%3A%22Video%22%2C%22size%22%3A%22All%22%2C%22priceOption%22%3A%221%22%7D%5D&showPeople=0&printAvailable=0&exclusiveArtists=0&extendedLicense=&illustrationLimit=Exactly&flashLimit=Exactly&showDeactivatedFiles=0&membername=&userID=1765096&lightboxID=0&downloaderID=0&approverID=0&clearanceBin=&color=&copySpace=%7B%22Tolerance%22%3A1%2C%22Matrix%22%3A%5B%5D%7D&orientation=7&minWidth=0&minHeight=0&showTitle=&showContributor=&showFileNumber=1&showDownload=1&enableLoupe=1&order=Downloads&perPage=&within=1";
			break;
		case "http://www.dreamstime.com/emersont_info":
			// dreamstime
			url = "http://www.dreamstime.com/emersont_portfolio_pg1";
			break;
		case "http://stockxpert.com/browse.phtml?f=profile&l=tntemerson":
			// stockxpert
			url = "http://stockxpert.com/browse.phtml?f=profile&l=tntemerson";
			break;
		case "no referrer":
			// no referrer
			url = "http://www.istockphoto.com/file_search.php?action=file&text=&oldtext=&textDisambiguation=&oldTextDisambiguation=&majorterms=%7B%22csv%22%3A%22%22%2C%22conjunction%22%3A%22AND%22%7D&fileTypeSizePrice=%5B%7B%22type%22%3A%22Image%22%2C%22size%22%3A%22All%22%2C%22priceOption%22%3A%221%22%7D%2C%7B%22type%22%3A%22Illustration+%5BVector%5D%22%2C%22size%22%3A%22Vector+Image%22%2C%22priceOption%22%3A%22All%22%7D%2C%7B%22type%22%3A%22Flash%22%2C%22size%22%3A%22Flash+Document%22%2C%22priceOption%22%3A%22All%22%7D%2C%7B%22type%22%3A%22Video%22%2C%22size%22%3A%22All%22%2C%22priceOption%22%3A%221%22%7D%5D&showPeople=0&printAvailable=0&exclusiveArtists=0&extendedLicense=&illustrationLimit=Exactly&flashLimit=Exactly&showDeactivatedFiles=0&membername=&userID=1765096&lightboxID=0&downloaderID=0&approverID=0&clearanceBin=&color=&copySpace=%7B%22Tolerance%22%3A1%2C%22Matrix%22%3A%5B%5D%7D&orientation=7&minWidth=0&minHeight=0&showTitle=&showContributor=&showFileNumber=1&showDownload=1&enableLoupe=1&order=Downloads&perPage=&within=1";
			break;
		default:
			// istock default
			url = "http://www.istockphoto.com/file_search.php?action=file&text=&oldtext=&textDisambiguation=&oldTextDisambiguation=&majorterms=%7B%22csv%22%3A%22%22%2C%22conjunction%22%3A%22AND%22%7D&fileTypeSizePrice=%5B%7B%22type%22%3A%22Image%22%2C%22size%22%3A%22All%22%2C%22priceOption%22%3A%221%22%7D%2C%7B%22type%22%3A%22Illustration+%5BVector%5D%22%2C%22size%22%3A%22Vector+Image%22%2C%22priceOption%22%3A%22All%22%7D%2C%7B%22type%22%3A%22Flash%22%2C%22size%22%3A%22Flash+Document%22%2C%22priceOption%22%3A%22All%22%7D%2C%7B%22type%22%3A%22Video%22%2C%22size%22%3A%22All%22%2C%22priceOption%22%3A%221%22%7D%5D&showPeople=0&printAvailable=0&exclusiveArtists=0&extendedLicense=&illustrationLimit=Exactly&flashLimit=Exactly&showDeactivatedFiles=0&membername=&userID=1765096&lightboxID=0&downloaderID=0&approverID=0&clearanceBin=&color=&copySpace=%7B%22Tolerance%22%3A1%2C%22Matrix%22%3A%5B%5D%7D&orientation=7&minWidth=0&minHeight=0&showTitle=&showContributor=&showFileNumber=1&showDownload=1&enableLoupe=1&order=Downloads&perPage=&within=1";
	}

	return url;

}
