<!--
// links , need to add in conditionals

//Downtown Los Angeles
if (window.location.href.indexOf("cpid=3748") > -1)
{
	loc1 = "<font color='#5C5E59'><b>Downtown Los Angeles</b></font>";
}
else
{
	loc1 = "<a href='/handler.cfm?event=practice,template&cpid=3748'><font color='#034F97'><b>Downtown Los Angeles</b></font></a>";
}

//Palmdale
/*   
if (window.location.href.indexOf("cpid=3747") > -1)
{
	loc2 = "<font color='#5C5E59'><b>Palmdale</b></font>";
}
else
{
	loc2 = "<a href='/handler.cfm?event=practice,template&cpid=3747'><font color='#034F97'><b>Palmdale</b></font></a>";
}
*/

//Upland
if (window.location.href.indexOf("cpid=3752") > -1)
{
	loc3 = "<font color='#5C5E59'><b>Upland</b></font>";
}
else
{
	loc3 = "<a href='/handler.cfm?event=practice,template&cpid=3752'><font color='#034F97'><b>Upland</b></font></a>";
}

//San Bernardino
if (window.location.href.indexOf("cpid=3753") > -1)
{
	loc4 = "<font color='#5C5E59'><b>San Bernardino</b></font>";
}
else
{
	loc4 = "<a href='/handler.cfm?event=practice,template&cpid=3753'><font color='#034F97'><b>San Bernardino</b></font></a>";
}

//Long Beach
/* if (window.location.href.indexOf("cpid=3754") > -1)
{
	loc5 = "<font color='#5C5E59'><b>Long Beach</b></font>";
}
else
{
	loc5 = "<a href='/handler.cfm?event=practice,template&cpid=3754'><font color='#034F97'><b>Long Beach</b></font></a>";
}
*/

/*
//Palm Springs
if (window.location.href.indexOf("cpid=3751") > -1)
{
	loc6 = "<font color='#5C5E59'><b>Palm Springs</b></font>";
}
else
{
	loc6 = "<a href='/handler.cfm?event=practice,template&cpid=3751'><font color='#034F97'><b>Palm Springs</b></font></a>";
}
*/

//Westminster
if (window.location.href.indexOf("cpid=3749") > -1)
{
	loc7 = "<font color='#5C5E59'><b>Westminster</b></font>";
}
else
{
	loc7 = "<a href='/handler.cfm?event=practice,template&cpid=3749'><font color='#034F97'><b>Westminster</b></font></a>";
}

document.writeln('<table width="182" border="0" cellspacing="0" cellpadding="0">');
document.writeln('<tr><td height="10"><img src="/images/clear.gif" alt="" height="10" border="0"></td></tr>');
document.writeln('<tr>');
document.writeln('<td width="16" valign="top"><img src="/images/uploaded/lacard/loc_bullet1.gif" alt="Downtown Los Angeles" border="0" title="Downtown Los Angeles"></td>');
document.writeln('<td width="166" class="pageheadtext">' + loc1 + '</td>');
document.writeln('</tr>');
document.writeln('<tr><td height="6"><img src="/images/clear.gif" alt="" height="6" border="0"></td></tr>');
/*
document.writeln('<tr>');
document.writeln('<td width="16" valign="top"><img src="/images/uploaded/lacard/loc_bullet1.gif" alt="Palmdale" border="0" title="Palmdale"></td>');
document.writeln('<td width="166" class="pageheadtext">' + loc2 + '</td>');
document.writeln('</tr>');
*/
document.writeln('<tr>');
document.writeln('<td width="16" valign="top"><img src="/images/uploaded/lacard/loc_bullet1.gif" alt="Upland" border="0" title="Upland"></td>');
document.writeln('<td width="166" class="pageheadtext">' + loc3 + '</td>');
document.writeln('</tr>');
document.writeln('<tr><td height="6"><img src="/images/clear.gif" alt="" height="6" border="0"></td></tr>');
document.writeln('<tr>');
document.writeln('<td width="16" valign="top"><img src="/images/uploaded/lacard/loc_bullet1.gif" alt="San Bernardino" border="0" title="San Bernardino"></td>');
document.writeln('<td width="166" class="pageheadtext">' + loc4 + '</td>');
document.writeln('</tr>');
document.writeln('<tr><td height="6"><img src="/images/clear.gif" alt="" height="6" border="0"></td></tr>');
/*
document.writeln('<tr>');
document.writeln('<td width="16" valign="top"><img src="/images/uploaded/lacard/loc_bullet1.gif" alt="Long Beach" border="0" title="Long Beach"></td>');
document.writeln('<td width="166" class="pageheadtext">' + loc5 + '</td>');
document.writeln('</tr>');
*/
/*document.writeln('<tr><td height="6"><img src="/images/clear.gif" alt="" height="6" border="0"></td></tr>');
document.writeln('<tr>');
document.writeln('<td width="16" valign="top"><img src="/images/uploaded/lacard/loc_bullet1.gif" alt="Westminster" border="0" title="Westminster"></td>');
document.writeln('<td width="166" class="pageheadtext">' + loc7 + '</td>');
document.writeln('</tr>');
document.writeln('<tr><td height="6"><img src="/images/clear.gif" alt="" height="6" border="0"></td></tr>');
*/
/*document.writeln('<tr>');
document.writeln('<td width="16" valign="top"><img src="/images/uploaded/lacard/loc_bullet1.gif" alt="Palm Springs" border="0" title="Palm Springs"></td>');
document.writeln('<td width="166" class="pageheadtext">' + loc6 + '</td>');
document.writeln('</tr>');
*/
document.writeln('</table>');



//-->
