File: /home/httpd/html/cuda-challenger.com/public_html/html/tools.php
<META NAME="ROBOTS" CONTENT="INDEX,FOLLOW">
<META NAME="Revisit-After" content="15 Days">
<style>
.NMZ {background-color: #FFFFFF;
border: 2 solid #81A3BC;}
</style>
<script type="text/javascript">
/***********************************************
* Highlight Table Cells Script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
***********************************************/
//Specify highlight behavior. "TD" to highlight table cells, "TR" to highlight the entire row:
var highlightbehavior="TD"
var ns6=document.getElementById&&!document.all
var ie=document.all
function changeto(e,highlightcolor){
source=ie? event.srcElement : e.target
if (source.tagName=="TABLE")
return
while(source.tagName!=highlightbehavior && source.tagName!="HTML")
source=ns6? source.parentNode : source.parentElement
if (source.style.backgroundColor!=highlightcolor&&source.id!="ignore")
source.style.backgroundColor=highlightcolor
}
function contains_ns6(master, slave) { //check if slave is contained by master
while (slave.parentNode)
if ((slave = slave.parentNode) == master)
return true;
return false;
}
function changeback(e,originalcolor){
if (ie&&(event.fromElement.contains(event.toElement)||source.contains(event.toElement)||source.id=="ignore")||source.tagName=="TABLE")
return
else if (ns6&&(contains_ns6(source, e.relatedTarget)||source.id=="ignore"))
return
if (ie&&event.toElement!=source||ns6&&e.relatedTarget!=source)
source.style.backgroundColor=originalcolor
}
</script>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Cuda-Challenger Tools</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META NAME="description" CONTENT="Cuda Challenger owners and fans of the best two Mopar muscle cars made,
the Dodge Challenger and the Plymouth Barracuda.">
<META NAME="Author" CONTENT="NetMediaZone Website Designers">
<META NAME="Generator" CONTENT="NetMediaZone Website Designers">
<META NAME="Keywords" CONTENT="muscle car, plymouth, dodge, barracuda, challenger, mopar, forum, message board, restored, pictures, drag cars, stock">
<META NAME="ROBOTS" CONTENT="INDEX,FOLLOW">
<META NAME="Revisit-After" content="15 Days">
<style>
.NMZ {background-color: #FFFFFF;
border: 1 solid #1D3AB1;}
</style>
<script language="javascript">
/*
Auto center window script- Eric King (http://redrival.com/eak/index.shtml)
Permission granted to Dynamic Drive to feature script in archive
For full source, usage terms, and 100's more DHTML scripts, visit http://dynamicdrive.com
*/
var win = null;
function NewWindow(mypage,myname,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
win = window.open(mypage,myname,settings)
}
</script>
<SCRIPT>
<!--
function F_loadRollover(){} function F_roll(){}
//-->
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript1.2" SRC="http://www.cuda-challenger.com/assets/rollover.js"></SCRIPT>
<LINK REL=STYLESHEET TYPE="text/css" HREF="../html/style.css">
<LINK REL=STYLESHEET TYPE="text/css" HREF="../html/site.css">
<STYLE>
</STYLE><NOLAYER>
<STYLE ID="NOF_STYLE_SHEET">
<!--
-->
</STYLE>
</NOLAYER>
<SCRIPT>
var hwndPopup_2b13;
function openpopup_2b13(url){
var popupWidth = 600;
var popupHeight = 600;
var popupTop = 300;
var popupLeft = 300;
var isFullScreen = false;
var isAutoCenter = true;
var popupTarget = "popupwin_2b13";
var popupParams = "toolbar=1, scrollbars=1, menubar=1, status=1, resizable=1";
if (isFullScreen) {
popupParams += ", fullscreen=1";
} else if (isAutoCenter) {
popupTop = parseInt((window.screen.height - popupHeight)/2);
popupLeft = parseInt((window.screen.width - popupWidth)/2);
}
var ua = window.navigator.userAgent;
var isOpera = (ua.indexOf("Opera") > -1);
var operaVersion;
if (isOpera) {
var i = ua.indexOf("Opera");
operaVersion = parseFloat(ua.substring(i + 6, ua.indexOf(" ", i + 8)));
if (operaVersion > 7.00) {
var isAccessible = false;
eval("try { isAccessible = ( (hwndPopup_2b13 != null) && !hwndPopup_2b13.closed ); } catch(exc) { } ");
if (!isAccessible) {
hwndPopup_2b13 = null;
}
}
}
if ( (hwndPopup_2b13 == null) || hwndPopup_2b13.closed ) {
if (isOpera && (operaVersion < 7)) {
if (url.indexOf("http") != 0) {
hwndPopup_2b13 = window.open(url,popupTarget,popupParams + ((!isFullScreen) ? ", width=" + popupWidth +", height=" + popupHeight : ""));
if (!isFullScreen) {
hwndPopup_2b13.moveTo(popupLeft, popupTop);
}
hwndPopup_2b13.focus();
return;
}
}
if (!(window.navigator.appName == "Netscape" && !document.getElementById)) {
//not ns4
popupParams += ", width=" + popupWidth +", height=" + popupHeight + ", left=" + popupLeft + ", top=" + popupTop;
} else {
popupParams += ", left=" + popupLeft + ", top=" + popupTop;
}
//alert(popupParams);
hwndPopup_2b13 = window.open("",popupTarget,popupParams);
if (!isFullScreen) {
hwndPopup_2b13.resizeTo(popupWidth, popupHeight);
hwndPopup_2b13.moveTo(popupLeft, popupTop);
}
hwndPopup_2b13.focus();
with (hwndPopup_2b13.document) {
open();
write("<ht"+"ml><he"+"ad></he"+"ad><bo"+"dy onLoad=\"window.location.href='" + url + "'\"></bo"+"dy></ht"+"ml>");
close();
}
} else {
if (isOpera && (operaVersion > 7.00)) {
eval("try { hwndPopup_2b13.focus(); hwndPopup_2b13.location.href = url; } catch(exc) { hwndPopup_2b13 = window.open(\""+ url +"\",\"" + popupTarget +"\",\""+ popupParams + ", width=" + popupWidth +", height=" + popupHeight +"\"); } ");
} else {
hwndPopup_2b13.focus();
hwndPopup_2b13.location.href = url;
}
}
}
</SCRIPT>
</HEAD>
<BODY NOF="(MB=(ZeroMargins, 0, 213, 0, 17), L=(memberrides2Layout, 1012, 1064))" STYLE="text-align: center; background-color: rgb(255,255,255); background-image: url('../assets/images/cuda_bck2.jpg');" TOPMARGIN=0 LEFTMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 NOF=LY>
<TR VALIGN=TOP ALIGN=LEFT>
<TD WIDTH=982>
<TABLE ID="Table6" BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%">
<TR>
<TD>
<P><IMG ID="Picture17" HEIGHT=194 WIDTH=215 SRC="http://www.cuda-challenger.com/assets/images/cuda_challenger_hdr_102.jpg" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT="Cuda Challenger" TITLE="Cuda Challenger"></P>
</TD>
<TD>
<P><IMG ID="Picture18" HEIGHT=194 WIDTH=285 SRC="http://www.cuda-challenger.com/assets/images/cuda_challenger_hdr_202.jpg" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT=""></P>
</TD>
<TD>
<P><IMG ID="Picture19" HEIGHT=194 WIDTH=250 SRC="http://www.cuda-challenger.com/assets/images/cuda_challenger_hdr_302.jpg" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT=""></P>
</TD>
<TD>
<P><IMG ID="Picture20" HEIGHT=194 WIDTH=232 SRC="http://www.cuda-challenger.com/assets/images/cuda_challenger_hdr_402.jpg" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT=""></P>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 NOF=LY>
<TR VALIGN=TOP ALIGN=LEFT>
<TD WIDTH=957>
<TABLE ID="Table8" BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" HEIGHT=23>
<TR HEIGHT=24>
<TD>
<P><IMG ID="Picture24" HEIGHT=24 WIDTH=14 SRC="http://www.cuda-challenger.com/assets/images/cuda_navig_1b.jpg" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT=""></P>
</TD>
<TD STYLE="background-color: rgb(129,163,188);">
<P STYLE="text-align: center;"><SPAN STYLE="font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-size: x-small;"></SPAN><IMG ID="Picture43" HEIGHT=24 WIDTH=44 SRC="http://www.cuda-challenger.com/assets/images/cuda_navig_5.jpg" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT=""></P>
</TD>
<TD STYLE="background-color: rgb(129,163,188);">
<P>
<TABLE WIDTH=130 BORDER=0 CELLSPACING=0 CELLPADDING=0 ALIGN=LEFT NOF=TE>
<TR>
<TD>
<TABLE ID="Home" BORDER=0 CELLSPACING=0 CELLPADDING=0 NOF=NB_UNHCNY020 WIDTH=130>
<TR VALIGN=TOP ALIGN=LEFT>
<TD WIDTH=130 HEIGHT=24><A HREF="../index.php" style="cursor:hand; text-decoration:none;" onMouseOver="F_loadRollover('NavigationButton1','',0);F_roll('NavigationButton1',1)" onMouseOut="F_roll('NavigationButton1',0)"><IMG ID="NavigationButton1" NAME="NavigationButton1" HEIGHT=24 WIDTH=130 SRC="http://www.cuda-challenger.com/assets/images/autogen/Home_Nbut1.gif" onLoad="F_loadRollover(this,'Home_NRbut2.gif',0)" BORDER=0 ALT="Home" TITLE="Home"></A></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</P>
</TD>
<TD STYLE="background-color: rgb(129,163,188);">
<P STYLE="text-align: center;"><SPAN STYLE="font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-size: x-small;"></SPAN><IMG ID="Picture27" HEIGHT=24 WIDTH=47 SRC="http://www.cuda-challenger.com/assets/images/cuda_navig_5.jpg" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT=""></P>
</TD>
<TD STYLE="background-color: rgb(129,163,188);">
<P>
<TABLE WIDTH=130 BORDER=0 CELLSPACING=0 CELLPADDING=0 ALIGN=LEFT NOF=TE>
<TR>
<TD>
<TABLE ID="MemberRides" BORDER=0 CELLSPACING=0 CELLPADDING=0 NOF=NB_UYHCNY120 WIDTH=130>
<TR VALIGN=TOP ALIGN=LEFT>
<TD WIDTH=130 HEIGHT=24><A HREF="http://www.cuda-challenger.com/html/member_rides.php" style="cursor:hand; text-decoration:none;" onMouseOver="F_loadRollover('NavigationButton2','',0);F_roll('NavigationButton2',1)" onMouseOut="F_roll('NavigationButton2',0)"><IMG ID="NavigationButton2" NAME="NavigationButton2" HEIGHT=24 WIDTH=130 SRC="http://www.cuda-challenger.com/assets/images/autogen/Member_Rides_Nbut1.gif" onLoad="F_loadRollover(this,'Member_Rides_NRbut2.gif',0)" BORDER=0 ALT="Member Rides" TITLE="Member Rides"></A></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</P>
</TD>
<TD STYLE="background-color: rgb(129,163,188); background-image: none;">
<P STYLE="text-align: center;"><SPAN STYLE="font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-size: x-small;"></SPAN><IMG ID="Picture44" HEIGHT=24 WIDTH=47 SRC="http://www.cuda-challenger.com/assets/images/cuda_navig_5.jpg" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT=""></P>
</TD>
<TD STYLE="background-color: rgb(129,163,188);">
<P>
<TABLE WIDTH=130 BORDER=0 CELLSPACING=0 CELLPADDING=0 ALIGN=LEFT NOF=TE>
<TR>
<TD>
<TABLE ID="Forum" BORDER=0 CELLSPACING=0 CELLPADDING=0 NOF=NB_UYHCNY120 WIDTH=130>
<TR VALIGN=TOP ALIGN=LEFT>
<TD WIDTH=130 HEIGHT=24><A HREF="http://www.cuda-challenger.com/cc/index.php" onMouseOver="F_roll('NavigationButton3',1)" onMouseOut="F_roll('NavigationButton3',0)"><IMG ID="NavigationButton3" NAME="NavigationButton3" HEIGHT=24 WIDTH=130 SRC="http://www.cuda-challenger.com/assets/images/autogen/Forum_Nbut1.gif" onLoad="F_loadRollover(this,'Forum_NRbut2.gif',0)" BORDER=0 ALT="Forum" TITLE="Forum"></A></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</P>
</TD>
<TD STYLE="background-color: rgb(129,163,188);">
<P STYLE="text-align: center;"><SPAN STYLE="font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-size: x-small;"></SPAN><IMG ID="Picture45" HEIGHT=24 WIDTH=47 SRC="http://www.cuda-challenger.com/assets/images/cuda_navig_5.jpg" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT=""></P>
</TD>
<TD WIDTH=130 STYLE="background-color: rgb(129,163,188);">
<P>
<TABLE WIDTH=130 BORDER=0 CELLSPACING=0 CELLPADDING=0 ALIGN=LEFT NOF=TE>
<TR>
<TD>
<TABLE ID="Member_Sites" BORDER=0 CELLSPACING=0 CELLPADDING=0 NOF=NB_UYHCNY120 WIDTH=130>
<TR VALIGN=TOP ALIGN=LEFT>
<TD WIDTH=130 HEIGHT=24><A HREF="http://www.nz440rt.com/cccom_member_websites.html" style="cursor:hand; text-decoration:none;" onMouseOver="F_loadRollover('NavigationButton4','',0);F_roll('NavigationButton4',1)" onMouseOut="F_roll('NavigationButton4',0)"><IMG ID="NavigationButton4" NAME="NavigationButton4" HEIGHT=24 WIDTH=130 SRC="http://www.cuda-challenger.com/assets/images/autogen/Member_Sites_Nbut1.gif" onLoad="F_loadRollover(this,'Member_Sites_NRbut2.gif',0)" BORDER=0 ALT="Member_Sites" TITLE="Member_Sites"></A></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</P>
</TD>
<TD WIDTH=14 STYLE="background-color: rgb(129,163,188);">
<P>
<TABLE WIDTH="100%" BORDER=0 CELLSPACING=0 CELLPADDING=0 NOF=TE>
<TR>
<TD ALIGN="CENTER"><IMG ID="Picture28" HEIGHT=24 WIDTH=47 SRC="http://www.cuda-challenger.com/assets/images/cuda_navig_5.jpg" BORDER=0 ALT=""></TD>
</TR>
</TABLE>
</P>
</TD>
<TD WIDTH=14 STYLE="background-color: rgb(129,163,188);">
<P>
<TABLE WIDTH=130 BORDER=0 CELLSPACING=0 CELLPADDING=0 ALIGN=LEFT NOF=TE>
<TR>
<TD>
<TABLE ID="Tools" BORDER=0 CELLSPACING=0 CELLPADDING=0 NOF=NB_UYHCNY120 WIDTH=130>
<TR VALIGN=TOP ALIGN=LEFT>
<TD WIDTH=130 HEIGHT=24>
<A HREF="http://www.cuda-challenger.com/html/tools.php" TARGET="_blank" onMouseOver="F_roll('NavigationButton5',1)" onMouseOut="F_roll('NavigationButton5',0)"><IMG ID="NavigationButton5" NAME="NavigationButton5" HEIGHT=24 WIDTH=130 SRC="http://www.cuda-challenger.com/assets/images/autogen/Tools_Nbut1.gif" onLoad="F_loadRollover(this,'Tools_NRbut2.gif',0)" BORDER=0 ALT="Tools" TITLE="Tools"></A></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</P>
</TD>
<TD WIDTH=10>
<P><IMG ID="Picture40" HEIGHT=24 WIDTH=14 SRC="http://www.cuda-challenger.com/assets/images/cuda_navig_1c.jpg" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT=""></P>
</TD>
</TR>
<TR HEIGHT=7>
<TD>
<P><IMG ID="Picture30" HEIGHT=7 WIDTH=14 SRC="http://www.cuda-challenger.com/assets/images/cuda_navig_10.jpg" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT=""></P>
</TD>
<TD>
<P><IMG ID="Picture32" HEIGHT=7 WIDTH=44 SRC="http://www.cuda-challenger.com/assets/images/cuda_navig_11.jpg" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT=""></P>
</TD>
<TD>
<P><IMG ID="Picture33" HEIGHT=7 WIDTH=130 SRC="http://www.cuda-challenger.com/assets/images/cuda_navig_12.jpg" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT=""></P>
</TD>
<TD>
<P><IMG ID="Picture34" HEIGHT=7 WIDTH=47 SRC="http://www.cuda-challenger.com/assets/images/cuda_navig_13.jpg" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT=""></P>
</TD>
<TD>
<P><IMG ID="Picture35" HEIGHT=7 WIDTH=130 SRC="http://www.cuda-challenger.com/assets/images/cuda_navig_14.jpg" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT=""></P>
</TD>
<TD>
<P><IMG ID="Picture36" HEIGHT=7 WIDTH=62 SRC="http://www.cuda-challenger.com/assets/images/cuda_navig_15.jpg" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT=""></P>
</TD>
<TD>
<P><IMG ID="Picture37" HEIGHT=7 WIDTH=130 SRC="http://www.cuda-challenger.com/assets/images/cuda_navig_16.jpg" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT=""></P>
</TD>
<TD>
<P><IMG ID="Picture38" HEIGHT=7 WIDTH=64 SRC="http://www.cuda-challenger.com/assets/images/cuda_navig_17.jpg" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT=""></P>
</TD>
<TD>
<P><IMG ID="Picture39" HEIGHT=7 WIDTH=130 SRC="http://www.cuda-challenger.com/assets/images/cuda_navig_18.jpg" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT=""></P>
</TD>
<TD>
<P><IMG ID="Picture29" HEIGHT=7 WIDTH=62 SRC="http://www.cuda-challenger.com/assets/images/cuda_navig_15.jpg" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT=""></P>
</TD>
<TD>
<P><IMG ID="Picture31" HEIGHT=7 WIDTH=130 SRC="http://www.cuda-challenger.com/assets/images/cuda_navig_18.jpg" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT=""></P>
</TD>
<TD>
<P><IMG ID="Picture41" HEIGHT=7 WIDTH=14 SRC="http://www.cuda-challenger.com/assets/images/cuda_navig_10b.jpg" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 ALT=""></P>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 NOF=LY>
<TR VALIGN=TOP ALIGN=LEFT>
<TD HEIGHT=24></TD>
</TR>
<TR VALIGN=TOP ALIGN=LEFT>
<TD WIDTH=780>
<TABLE ID="Table11" BORDER=0 CELLSPACING=2 CELLPADDING=6 WIDTH="100%" HEIGHT=100 onMouseover="changeto(event, '#D1E5F4')" onMouseout="changeback(event, 'white')" class="NMZ">
<TR HEIGHT=8>
<TD COLSPAN=3 STYLE="background-color: rgb(129,163,188);" id="ignore">
<P> <B><SPAN STYLE="font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-size: x-small;">VIN and Fender Tag Decoder: <A HREF="http://www.cuda-challenger.com/tools/decode.exe">Download</A>
<p>
JPEG Image Resizer Tool: <A HREF="http://www.izhuk.com/imaging/">Launch</A>
</SPAN></B></P>
<p>
</TD>
</TR>
<!-- Cut -->
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=435 NOF=LY>
<TR VALIGN=TOP ALIGN=LEFT>
<TD HEIGHT=28 WIDTH=435><IMG ID="Picture22" HEIGHT=28 WIDTH=435 SRC="http://www.cuda-challenger.com/assets/images/bottom_ln.gif" BORDER=0 ALT=""></TD>
</TR>
</TABLE>
<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH=929 NOF=LY>
<TR VALIGN=TOP ALIGN=LEFT>
<TD>
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=197 NOF=LY>
<TR VALIGN=TOP ALIGN=LEFT>
<TD HEIGHT=88 WIDTH=197><IMG ID="Picture21" HEIGHT=88 WIDTH=197 SRC="http://www.cuda-challenger.com/assets/images/cuda_challenger_sm.gif" BORDER=0 ALT="Barracuda Challenger Forum" TITLE="Barracuda Challenger Forum"></TD>
</TR>
</TABLE>
</TD>
<TD>
<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH=732 NOF=LY>
<TR VALIGN=TOP ALIGN=LEFT>
<TD>
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=418 NOF=LY>
<TR VALIGN=TOP ALIGN=LEFT>
<TD WIDTH=142 HEIGHT=5><IMG SRC="http://www.cuda-challenger.com/assets/images/autogen/clearpixel.gif" WIDTH=142 HEIGHT=1 BORDER=0 ALT=""></TD>
<TD></TD>
</TR>
<TR VALIGN=TOP ALIGN=LEFT>
<TD HEIGHT=81></TD>
<TD WIDTH=276><center>
<a href="http://www.moparwebring.org" target="_top"><img SRC="http://www.cuda-challenger.com/assets/images/moparring.gif" BORDER=0 height=37 width=200></a><br><font face="Verdana" size="2"><a href="http://www.moparwebring.org" target="_top">Visit The Mopar Webring</a><br><a href="http://www.440magnum-network.com/rings/mopar/cgi-bin/jump.cgi?action=previous&link=652040627" target="_top">Previous</a> | <a href="http://www.440magnum-network.com/rings/mopar/cgi-bin/jump.cgi?action=next&link=652040627" target="_top">Next</a> | <a href="http://www.440magnum-network.com/rings/mopar/cgi-bin/jump.cgi?action=random" target="_top">Random</a> | <a href="http://www.440magnum-network.com/rings/mopar/sitelist.shtml" target="_top">Sites</a></font></center></TD>
</TR>
</TABLE>
</TD>
<TD>
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=314 NOF=LY>
<TR VALIGN=TOP ALIGN=LEFT>
<TD WIDTH=208 HEIGHT=20><IMG SRC="http://www.cuda-challenger.com/assets/images/autogen/clearpixel.gif" WIDTH=208 HEIGHT=1 BORDER=0 ALT=""></TD>
<TD WIDTH=13><IMG SRC="http://www.cuda-challenger.com/assets/images/autogen/clearpixel.gif" WIDTH=13 HEIGHT=1 BORDER=0 ALT=""></TD>
<TD></TD>
<TD WIDTH=12><IMG SRC="http://www.cuda-challenger.com/assets/images/autogen/clearpixel.gif" WIDTH=12 HEIGHT=1 BORDER=0 ALT=""></TD>
</TR>
<TR VALIGN=TOP ALIGN=LEFT>
<TD COLSPAN=2 HEIGHT=30></TD>
<TD WIDTH=81><A TARGET="_self" HREF="javascript:openpopup_2b13('http://www.netmediazone.net')"><IMG ID="Picture25" HEIGHT=30 WIDTH=81 SRC="http://www.cuda-challenger.com/assets/images/nmz_website.gif" BORDER=0 ALT="Website Designers" TITLE="Website Designers"></A></TD>
<TD></TD>
</TR>
<TR VALIGN=TOP ALIGN=LEFT>
<TD COLSPAN=4 HEIGHT=4></TD>
</TR>
<TR VALIGN=TOP ALIGN=LEFT>
<TD></TD>
<TD COLSPAN=3 WIDTH=106 CLASS="TextObject">
<P><SPAN STYLE="font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-size: xx-small;"><A TARGET="_self" HREF="javascript:openpopup_2b13('http://www.netmediazone.net')">Website Designers</A></SPAN></P>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>