$(document).ready(
	function()
	{

		/* light Box */
		$(function() {
			$('.portf-block a:even').lightBox();
			});

	});

		
function doClear(theText) { if (theText.value == theText.defaultValue) { theText.value = "" } }
function doDefault(theText) { if (theText.value == "") { theText.value = theText.defaultValue } }

