

              <!-- 
              if (top == self) self.location.href = "index.htm";
              // -->
              

<!-- Begin
function addbookmark()
{
bookmarkurl="http://TotalTrucker.com"
bookmarktitle="Welcome To TotalTrucker.com Classifieds "
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
//  End -->


<!-- Idea by:  Nic Wolfe (Nic@TimelapseProductions.com) -->
<!-- Web URL:  http://fineline.xs.mw -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=550,height=550,left = 442,top = 184');");
}
// End -->


<!--
/********************************************
keypad
****************************************************/
 var RegisterWindow=null;
function Register(mypage,myname,w,h,pos,infocus){
if(pos=='random'){
LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;
TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=='center'){
LeftPosition=(screen.width)?(screen.width-w)/2:100;
TopPosition=(screen.height)?(screen.height-h)/2:100;}
else if((pos!='center' && pos!='random') || pos==null){LeftPosition=100;TopPosition=100;}settings='width='+ w + ',height='+ h + ',top=' + TopPosition + ',left=' + LeftPosition + ',location=no,directories=no,menubar=no,toolbar=no,status=no,scrollbars=no,resizable=yes,dependent=no';
RegisterWindow=window.open('',myname,settings);
if(infocus=='front'){RegisterWindow.focus();RegisterWindow.location='http://totaltrucker.com/TotalTrucking/KeyPad.htm';}
}
//-->