<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Masonry Service for Construction &amp; Remodeling. Riverside, California: Photo Gallery</title>
<meta name="DESCRIPTION" content="Contact Kretschmar &amp; Smith, Inc., for professional masonry service for new construction and remodeling on commercial buildings in and around Los Angeles. Riverside, California."><meta name="KEYWORDS" content="kretschmar &amp; smith,inc.,masonry,stone,construction,remodeling,commercial,sub,contractor,rebuilding,block,brick,stone setting,stone work,los angeles,orange county,san bernardino,san diego,california,6293 pedley road ,riverside,ca,92509-6002">
<META HTTP-EQUIV="Content-Type" content="text/html; charset=UTF-8">
<META NAME="ROBOTS" CONTENT="INDEX,FOLLOW">
<script language="JavaScript">
<!--
function MM_findObj(n, d) { //v4.01
  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 && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

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];}}
}

//-->
</script>
<link rel="stylesheet" href="smoothbox.css" type="text/css" media="screen" />
<script type="text/javascript" src="mootools.v1.11.js"></script>
<script type="text/javascript" src="smoothbox.js"></script>
<link href="main.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#ffffff" onLoad="MM_preloadImages('images/index_r1_c2_f2.jpg','images/index_r1_c3_f2.jpg','images/index_r1_c4_f2.jpg','images/index_r1_c5_f2.jpg','images/index_r1_c6_f2.jpg');">
<table width="779" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td><!--#include virtual="includes/navigation.html"--></td>
  </tr>
  <tr>
   <td width="779" height="378" background="images/index_r2_c1.jpg"> 
   <SCRIPT>
// CREDITS:
// Fade Effect Slideshow
// By Urs Dudli and Peter Gehrig
// Copyright (c) 2002 Peter Gehrig and Urs Dudli. All rights reserved.
// Permission given to use the script provided that this notice remains as is.
// Additional scripts can be found at http://www.24fun.com
// info@24fun.com
// 3/11/2003

// IMPORTANT:
// If you add this script to a script-library or script-archive
// you have to add a highly visible link to
// http://www.24fun.com on the webpage
// where this script will be featured

// CONFIGURATION:
// Go to http://www.24fun.com
// and create your own slideshow
// with our new Slideshow Generator.

var slideurl=new Array()
var slidecomment=new Array()
var slidelink=new Array()
var slidetarget=new Array()

slideurl[0]="images/slideshow/1.jpg"
slidecomment[0]=""
slidelink[0]=""
slideurl[1]="images/slideshow/2.jpg"
slidecomment[1]=""
slidelink[1]=""
slideurl[2]="images/slideshow/3.jpg"
slidecomment[2]=""
slidelink[2]=""
slideurl[3]="images/slideshow/4.jpg"
slidecomment[3]=""
slidelink[3]=""
var slidefont="Arial"
var slidefontcolor="white"
var slidefontsize="1"
var slidewidth=779
var slideheight=378
var pauseslide=2500
var textposition="bottom_auto_nocontrols"
var slidecontent
var max_space=19
var space=" "
var i_substring=0
var i_space=max_space
var all_space=" "
var content=""
var pausefade=20
var i_slide=0
var i_filter=-1
var nextorprevious=1
var transparency=0
var transparencystep=5
var isloaded=false
var started=false
var stopshow=false

var newpause=pauseslide
var checkpause=200
var neximage=""
var howmanycomplete=0
var preload_slides=-1

var browserinfos=navigator.userAgent  
var ie=document.all&&!browserinfos.match(/Opera/)?1:0 
var ns6=document.getElementById&&!document.all?1:0
var ns4=document.layers?1:0
var op=browserinfos.match(/Opera/)

if (ns4) {
	var preloadedimages=new Array()
	for (i=0;i<slideurl.length;i++){
		preloadedimages[i]=new Image()
		preloadedimages[i].src=slideurl[i]
	}
}

function initslideshow4() {
	setimagetocache()
	getcontent()
	if (ie) {
		slidecontainer.innerHTML=slidecontent
		}
	if (ns6 || op) {
		transparency=100
		document.getElementById('slidecontainer').innerHTML=slidecontent
	}
	var inittimer=setTimeout("checkifcached()",100)
}

function setimagetocache() {
	preload_slides++
	if (preload_slides<=slideurl.length) {
		nextimage=new Image();
   		nextimage.src=slideurl[preload_slides];
		checkautocached()
	}
}

function checkautocached() {
	if (nextimage.complete) {
		howmanycomplete++
		setimagetocache()
	}
   	else {
   		var timer2=setTimeout("checkautocached()",checkpause);
	}
}

function stopslideshow() {
	stopshow=true
}

function playslideshow() {
	stopshow=false
}
			
function checkifcached() {
	if (i_slide<=howmanycomplete) {
		if (ie || ns6 || op) {
			if (textposition=="top_auto" || textposition=="bottom_auto"  || textposition=="left_auto" || textposition=="right_auto" || textposition=="top_auto_nocontrols" || textposition=="bottom_auto_nocontrols") {
				unfadeslide()
			}
			if (textposition=="top_hand" || textposition=="bottom_hand" || textposition=="left_hand" || textposition=="right_hand") {
				if (started) {
					fadeslidehand()
				}
				started=true
			}
		}
   	}
   	else {
		newpause=newpause-checkpause
		if (newpause<1200) {newpause=1200}
   		var timer2=setTimeout("checkifcached()",checkpause);
	}
}

function getcontent() {
	if (textposition=="top_auto") {
		slidecontent="<font face='"+slidefont+"' size='"+slidefontsize+"' color='"+slidefontcolor+"'>"+slidecomment[i_slide]+"</font><br><img name='slideimage' src='"+slideurl[i_slide]+"' border=0><br><a href='javascript:stopslideshow()'><font face='"+slidefont+"' size='"+slidefontsize+"' color='"+slidefontcolor+"'>stop</font></a> <a href='javascript:playslideshow()'><font face='"+slidefont+"' size='"+slidefontsize+"' color='"+slidefontcolor+"'>play</font></a>"
	}
	else if (textposition=="bottom_auto") {
		slidecontent="<a href='javascript:stopslideshow()'><font face='"+slidefont+"' size='"+slidefontsize+"' color='"+slidefontcolor+"'>stop</font></a> <a href='javascript:playslideshow()'><font face='"+slidefont+"' size='"+slidefontsize+"' color='"+slidefontcolor+"'>play</font></a><br><img name='slideimage' src='"+slideurl[i_slide]+"' border=0><br><font face='"+slidefont+"' size='"+slidefontsize+"' color='"+slidefontcolor+"'>"+slidecomment[i_slide]+"</font>"
	}
	else if (textposition=="left_auto") {
		slidecontent="<table cellpadding=3 cellspacing=0 border=0><tr valign=top><td align=right><a href='javascript:stopslideshow()'><font face='"+slidefont+"' size='"+slidefontsize+"' color='"+slidefontcolor+"'>stop</font></a> <a href='javascript:playslideshow()'><font face='"+slidefont+"' size='"+slidefontsize+"' color='"+slidefontcolor+"'>play</font></a><br><br><font face='"+slidefont+"' size='"+slidefontsize+"' color='"+slidefontcolor+"'>"+slidecomment[i_slide]+"</font></td><td><img name='slideimage' src='"+slideurl[i_slide]+"' border=0></td></tr></table>"
	}
	else if (textposition=="right_auto") {
		slidecontent="<table cellpadding=3 cellspacing=0 border=0><tr valign=top><td><img name='slideimage' src='"+slideurl[i_slide]+"' border=0></td><td><a href='javascript:stopslideshow()'><font face='"+slidefont+"' size='"+slidefontsize+"' color='"+slidefontcolor+"'>stop</font></a> <a href='javascript:playslideshow()'><font face='"+slidefont+"' size='"+slidefontsize+"' color='"+slidefontcolor+"'>play</font></a><br><br><font face='"+slidefont+"' size='"+slidefontsize+"' color='"+slidefontcolor+"'>"+slidecomment[i_slide]+"</font></td></tr></table>"
	}
	else if (textposition=="top_auto_nocontrols") {
		slidecontent="<font face='"+slidefont+"' size='"+slidefontsize+"' color='"+slidefontcolor+"'>"+slidecomment[i_slide]+"</font><br><img name='slideimage' src='"+slideurl[i_slide]+"' border=0>"
	}
	else if (textposition=="bottom_auto_nocontrols") {
		slidecontent="<img name='slideimage' src='"+slideurl[i_slide]+"' border=0><br><font face='"+slidefont+"' size='"+slidefontsize+"' color='"+slidefontcolor+"'>"+slidecomment[i_slide]+"</font>"
	}
	else if (textposition=="top_hand") {
		slidecontent="<font face='"+slidefont+"' size='"+slidefontsize+"' color='"+slidefontcolor+"'>"+slidecomment[i_slide]+"</font><br><img name='slideimage' src='"+slideurl[i_slide]+"' border=0><br><a href='javascript:checkifcached()'><font face='"+slidefont+"' size='"+slidefontsize+"' color='"+slidefontcolor+"'>next</font></a>"
	}
	else if (textposition=="bottom_hand") {
		slidecontent="<a href='javascript:checkifcached()'><font face='"+slidefont+"' size='"+slidefontsize+"' color='"+slidefontcolor+"'>next</font></a><br><img name='slideimage' src='"+slideurl[i_slide]+"' border=0><br><font face='"+slidefont+"' size='"+slidefontsize+"' color='"+slidefontcolor+"'>"+slidecomment[i_slide]+"</font>"
	}

	else if (textposition=="left_hand") {
		slidecontent="<table cellpadding=3 cellspacing=0 border=0><tr valign=top><td align=right><a href='javascript:checkifcached()'><font face='"+slidefont+"' size='"+slidefontsize+"' color='"+slidefontcolor+"'>next</font></a><br><br><font face='"+slidefont+"' size='"+slidefontsize+"' color='"+slidefontcolor+"'>"+slidecomment[i_slide]+"</font></td><td><img name='slideimage' src='"+slideurl[i_slide]+"' border=0></td></tr></table>"
	}
	else if (textposition=="right_hand") {
		slidecontent="<table cellpadding=3 cellspacing=0 border=0><tr valign=top><td><img name='slideimage' src='"+slideurl[i_slide]+"' border=0></td><td><a href='javascript:checkifcached()'><font face='"+slidefont+"' size='"+slidefontsize+"' color='"+slidefontcolor+"'>next</font></a><br><br><font face='"+slidefont+"' size='"+slidefontsize+"' color='"+slidefontcolor+"'>"+slidecomment[i_slide]+"</font></td></tr></table>"
	}
}

function unfadeslide() {
	if (transparency<100){
		transparency+=transparencystep
		if (ie) {
			document.all.slidecontainer.filters.alpha.opacity=transparency
		}
		if (ns6) {
			document.getElementById('slidecontainer').style.MozOpacity=transparency/100
		}
		var fadetimer=setTimeout("unfadeslide()",pausefade)
		}
		else {
			clearTimeout(fadetimer)
			var fadetimer=setTimeout("fadeslide()",newpause)
		}
}

function unfadeslidehand() {
	if (transparency<100){
		transparency+=transparencystep
		if (ie) {
			document.all.slidecontainer.filters.alpha.opacity=transparency
		}
		if (ns6) {
			document.getElementById('slidecontainer').style.MozOpacity=transparency/100
		}
		var fadetimer=setTimeout("unfadeslidehand()",pausefade)
	}
	else {
		clearTimeout(fadetimer)
	}
}

function fadeslide() {
	if (!stopshow) {
		if (transparency>0){
			transparency-=transparencystep
			if (ie) {
				document.all.slidecontainer.filters.alpha.opacity=transparency
			}
			if (ns6) {
				document.getElementById('slidecontainer').style.MozOpacity=transparency/100
			}
			var fadetimer=setTimeout("fadeslide()",pausefade)
		}
		else {
			var autotimer=setTimeout("autoslide()",200)
		}
	}
	else {
		var stoptimer=setTimeout("fadeslide()",500)
	}
}

function fadeslidehand() {
	if (transparency>0){
		transparency-=transparencystep
		if (ie) {
			document.all.slidecontainer.filters.alpha.opacity=transparency
		}
		if (ns6) {
			document.getElementById('slidecontainer').style.MozOpacity=transparency/100
		}
		var fadetimer=setTimeout("fadeslidehand()",pausefade)
	}
	else {
		i_slide++
		if (i_slide>=slideurl.length) {i_slide=0}
		getcontent()
		if (ns6 || op) {
			document.getElementById('slidecontainer').innerHTML=slidecontent
		}
		if (ie) {
			slidecontainer.innerHTML=slidecontent
		}
		transparency=0
		var fadetimer=setTimeout("unfadeslidehand()",500)
	}
}

function autoslide(){
		newpause=pauseslide
		i_slide++
		if (i_slide>=slideurl.length) {i_slide=0}
		getcontent()
		if (ns6 || op) {
			document.getElementById('slidecontainer').innerHTML=slidecontent
		}
		if (ie) {
			slidecontainer.innerHTML=slidecontent
		}
		transparency=0
		i_space=max_space
		checkifcached()
}

function handslide(){
	i_slide++
	if (i_slide>=slideurl.length) {i_slide=0}
	getcontent()

	if (ns6 || op) {
		document.getElementById('slidecontainer').innerHTML=slidecontent
	}
	if (ie) {
		slidecontainer.innerHTML=slidecontent
	}
	transparency=100
}

function simpleslideshow() {
	i_slide++
	if (i_slide>=slideurl.length) {i_slide=0}
	document.slideimage.src=preloadedimages[i_slide].src
	simpleslideshowcomment()
	var fadetimer=setTimeout("simpleslideshow()",pauseslide)
}

function simpleslideshowcomment() {
	if (i_space>=0){
		all_space=""
		content=""
		for (i=0;i<i_space;i++) {
			all_space+=" "
		}
		for (i=0;i<slidecomment[i_slide].length;i++) {
			var thisletter=slidecomment[i_slide].substring(i,i+1)
			thisletter=thisletter+all_space
			content+=thisletter
		}
		window.status=content
		i_space--
		var fadetimer=setTimeout("simpleslideshowcomment()",pausefade)
	}
	else {
		clearTimeout(fadetimer)
		i_space=max_space
	}
}

function simpleslideshowjump() {
	if (slidetarget[i_slide]=="_self") {
		document.location.href=slidelink[i_slide]
	} 
	else if (slidetarget[i_slide]=="_blank") {
		codepopup=window.open(slidelink[i_slide], "code", "status=yes,location=yes,toolbar=yes,menubar=yes,resizable=yes,scrollbars=yes,width=780,height=580,top=10,left=10");
	} 
	else if (slidetarget[i_slide]=="_top") {
		top.location.href=slidelink[i_slide]
	} 
	
	else if (slidetarget[i_slide]=="_parent") {
		parent.location.href=slidelink[i_slide]
	} 
	else {
		var jumpto=eval("parent."+slidetarget[i_slide])
		jumpto.location.href=slidelink[i_slide]
	}
}

if (ie) {
	document.write('<div style="position:relative;width:'+slidewidth+'px;height:'+slideheight+'px;overflow:hidden">')
	document.write('<div id="slidecontainer" style="position:absolute;width:'+slidewidth+'px;height:'+slideheight+'px;top:0px;left:0px;filter:alpha(opacity=100)"></div>')
	document.write('</div>')
	window.onload=initslideshow4
}
else if (ns6||op) {
	document.write('<div style="position:relative;width:'+slidewidth+'px;height:'+slideheight+'px;overflow:hidden">')
	document.write('<div id="slidecontainer" style="position:absolute;width:'+slidewidth+'px;height:'+slideheight+'px;top:0px;left:0px;-moz-opacity:100"></div>')
	document.write('</div>')
	window.onload=initslideshow4
}
else if (ns4) {
	document.write('<a href="javascript:simpleslideshowjump()"><img name="slideimage" src="'+slideurl[0]+'" border=0></a>')
	i_slide=-1
	window.onload=simpleslideshow
}
</script> </td>
  </tr>
  <tr>
   <td align="center" valign="top" background="images/index_r3_c1.jpg"><table width="95%" border="0" cellspacing="0" cellpadding="0">
     <tr>
       <td><div align="center" class="headtext">Portfolio</div></td>
     </tr>
     <tr>
       <td><hr></td>
     </tr>
     <tr>
       <td class="regtext">Click on any picture to enlarge.</td>
     </tr>
     <tr>
       <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
           <tr>
             <td align="left" valign="top"><table width="100%" border="0" align="center">
               <tr>
				 <td width="33%"><div align="center"><a href="images/portfolio/image1.jpg" title="Redlands East Valley High School Redlands, CA" class="smoothbox" rel="gallery-plants"><img src="images/portfolio/thumb1.jpg" alt="Redlands East Valley High School Redlands, CA" vspace="20" style="width: 150px; height: 107px; border: groove 2px #003366;" /></a><br>Redlands East Valley High School<br>Redlands, CA<br></div></td>
                 <td width="33%"><div align="center"><a href="images/portfolio/image2.jpg" title="Redlands East Valley High School Redlands CA" class="smoothbox" rel="gallery-plants"><img src="images/portfolio/thumb2.jpg" alt="Redlands East Valley High School Redlands CA" vspace="20" style="width: 150px; height: 107px; border: groove 2px #003366;" /></a><br>Redlands East Valley High School<br>Redlands CA</div></td>
                 <td width="33%"><div align="center"><a href="images/portfolio/image3.jpg" title="Rancho Cucamonga High School Rancho Cucamonga, CA" class="smoothbox" rel="gallery-plants"><img src="images/portfolio/thumb3.jpg" alt="Rancho Cucamonga High School Rancho Cucamonga, CA" vspace="20" style="width: 150px; height: 107px; border: groove 2px #003366;" /></a><br>Rancho Cucamonga High School<br>Rancho Cucamonga, CA</div></td>
               </tr>
               <tr>
                 <td width="33%"><div align="center"><a href="images/portfolio/image4.jpg" title="Redlands East Valley High School Redlands, CA" class="smoothbox" rel="gallery-plants"><img src="images/portfolio/thumb4.jpg" alt="Redlands East Valley High School Redlands, CA" vspace="20" style="width: 150px; height: 107px; border: groove 2px #003366;" /></a><br>Redlands East Valley High School<br>Redlands, CA</div></td>
                 <td width="33%"><div align="center"><a href="images/portfolio/image5.jpg" title="Leavy Teaching Library University of Southern California, Los Angeles, CA" class="smoothbox" rel="gallery-plants"><img src="images/portfolio/thumb5.jpg" alt="Leavy Teaching Library University of Southern California, Los Angeles, CA" vspace="20" style="width: 150px; height: 107px; border: groove 2px #003366;" /></a><br>Leavy Teaching Library<br>University of Southern California,<br>Los Angeles, CA</div></td>
                 <td width="33%"><div align="center"><a href="images/portfolio/image6.jpg" title="Katherine Bogdanovich Locker Wing Locker Hydrocarbon Research Institute University of Southern California, Los Angeles, CA" class="smoothbox" rel="gallery-plants"><img src="images/portfolio/thumb6.jpg" alt="Katherine Bogdanovich Locker Wing Locker Hydrocarbon Research Institute University of Southern California, Los Angeles, CA" vspace="20" style="width: 150px; height: 107px; border: groove 2px #003366;" /></a><br>Katherine Bogdanovich Locker Wing<br>Locker Hydrocarbon Research Institute<br>University of Southern California,<br>Los Angeles, CA</div></td>
               </tr>
               <tr>
                <td width="33%"><div align="center"><a href="images/portfolio/image7.jpg" title="Hospital Facility Norwalk, CA" class="smoothbox" rel="gallery-plants"><img src="images/portfolio/thumb7.jpg" alt="Hospital Facility Norwalk, CA" vspace="20" style="width: 150px; height: 107px; border: groove 2px #003366;" /></a><br>Hospital Facility<br>Norwalk, CA</div></td>
                <td width="33%"><div align="center"><a href="images/portfolio/image8.jpg" title="UC Riverside Entomology Building  University of California Riverside" class="smoothbox" rel="gallery-plants"><img src="images/portfolio/thumb8.jpg" alt="UC Riverside Entomology Building University of California Riverside" vspace="20" style="width: 150px; height: 107px; border: groove 2px #003366;" /></a><br>UC Riverside Entomology Building <br>University of California Riverside</div></td>
                <td width="33%"><div align="center"><a href="images/portfolio/image9.jpg" title="Hospital Facility Norwalk, California" class="smoothbox" rel="gallery-plants"><img src="images/portfolio/thumb9.jpg" alt="Hospital Facility Norwalk, California" vspace="20" style="width: 150px; height: 107px; border: groove 2px #003366;" /></a><br>Hospital Facility<br>Norwalk, California</div></td>
               </tr>
               <tr>
                 <td width="33%"><div align="center"><a href="images/portfolio/image10.jpg" title="UC Riverside Entomology Building University of California Riverside" class="smoothbox" rel="gallery-plants"><img src="images/portfolio/thumb10.jpg" alt="UC Riverside Entomology Building University of California Riverside" vspace="20" style="width: 150px; height: 107px; border: groove 2px #003366;" /></a><br>UC Riverside Entomology Building<br>University of California Riverside</div></td>
                 <td width="33%"><div align="center"><a href="images/portfolio/image11.jpg" title="Orange County Fire Authority Regional Training Facility Irvine, CA" class="smoothbox" rel="gallery-plants"><img src="images/portfolio/thumb11.jpg" alt="Orange County Fire Authority Regional Training Facility Irvine, CA " vspace="20" style="width: 150px; height: 107px; border: groove 2px #003366;" /></a><br>Orange County Fire Authority<br>Regional Training Facility, Irvine, CA</div></td>
                 <td width="33%"><div align="center"><a href="images/portfolio/image12.jpg" title="Casa Blanca Family Learning CenterRiverside, CA" class="smoothbox" rel="gallery-plants"><img src="images/portfolio/thumb12.jpg" alt="Casa Blanca Family Learning Center Riverside, CA" vspace="20" style="width: 150px; height: 107px; border: groove 2px #003366;" /></a><br>Casa Blanca Family Learning Center<br>Riverside, CA</div></td>
               </tr>
               <tr>
                 <td width="33%"><div align="center"><a href="images/portfolio/image14.jpg" title="UCR Chass Interdisciplinary Riverside, CA" class="smoothbox" rel="gallery-plants"><img src="images/portfolio/thumb14.jpg" alt="UCR Chass Interdisciplinary Riverside, CA" vspace="20" style="width: 150px; height: 107px; border: groove 2px #003366;" /></a><br>UCR Chass Interdisciplinary<br>Riverside, CA<br></div></td>
                 <td width="33%"><div align="center"><a href="images/portfolio/image13.jpg" title="EL Cerrito Middle SchoolCorona, CA" class="smoothbox" rel="gallery-plants"><img src="images/portfolio/thumb13.jpg" alt="EL Cerrito Middle School Corona, CA" vspace="20" style="width: 150px; height: 107px; border: groove 2px #003366;" /></a><br>EL Cerrito Middle School<br>Corona, CA<br></div></td>
                 <td width="33%"><div align="center"><a href="images/portfolio/image15.jpg" title="Heritage High School Romoland, CA" class="smoothbox" rel="gallery-plants"><img src="images/portfolio/thumb15.jpg" alt="Heritage High School Romoland, CA" vspace="20" style="width: 150px; height: 107px; border: groove 2px #003366;" /></a><br>Heritage High School<br>Romoland, CA<br></div></td>
               </tr>
               <tr>
                 <td width="33%"><div align="center"><a href="images/portfolio/image16.jpg" title="AIRC Welding Facility Walnut, CA" class="smoothbox" rel="gallery-plants"><img src="images/portfolio/thumb16.jpg" alt="AIRC Welding Facility Walnut, CA" vspace="20" style="width: 150px; height: 107px; border: groove 2px #003366;" /></a><br>AIRC Welding Facility<br>Walnut, CA<br></div></td>
                 <td width="33%"><div align="center"><br></div></td>
                 <td width="33%"><div align="center"><a href="images/portfolio/image17.jpg" title="Patriot High School Rivreside, CA" class="smoothbox" rel="gallery-plants"><img src="images/portfolio/thumb17.jpg" alt="Patriot High School Rivreside, CA" vspace="20" style="width: 150px; height: 107px; border: groove 2px #003366;" /></a><br>Patriot High School<br>Rivreside, CA<br></div></td>
               </tr>
             </table></td>
           </tr>
           <tr>
             <td align="left" valign="top"><br><br></td>
           </tr> 
       </table></td>
     </tr>
     <tr>
       <td><hr></td>
     </tr>
     <tr>
       <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
           <tr>
             <td><div align="center"><span class="titletext">Contact Us Today:</span><br>
                     <span class="regtext">6293 Pedley Road<br>
                     Riverside, CA 92509<br>
                Phone: 951.361.1405</span></div></td>
           </tr>
       </table></td>
     </tr>
   </table></td>
  </tr>
  <tr><td><img src="images/index_r4_c1.jpg" width="779" height="20" border="0" alt=""></td></tr>
</table><!-- WiredMinds eMetrics tracking with Enterprise Edition V5.4 START -->
<script type='text/javascript' src='https://count.carrierzone.com/app/count_server/count.js'></script>
<script type='text/javascript'><!--
wm_custnum='8b18277523a09d18';
wm_page_name='portfolio.html';
wm_group_name='/services/webpages/k/a/kandsmasonry.com/public';
wm_campaign_key='campaign_id';
wm_track_alt='';
wiredminds.count();
// -->
</script>
<!-- WiredMinds eMetrics tracking with Enterprise Edition V5.4 END -->
</body></html>