
$(document).ready(function(){
	/*
	var framevars = "?KeepThis=true&TB_iframe=true&height=685&width=931";
	$('div.portfolio-thumbnail h4 a').each( function(){
		
		var projectLink = $(this).attr('href');
		projectLink.replace("/our-work/", "/individual-project/");
		
		$(this).attr('href', projectLink + framevars);
		
	});
	*/
});

