﻿<!-- Begin
function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
//  End -->

<!--
function MM_popupMsg(msg) { //v1.0
  alert(msg);
}
//-->

<!-- Begin

var artists = new Array(
        'http://www.motorburg.com/img/artists-rotate/meet-c-cruz.gif',
        'http://www.motorburg.com/img/artists-rotate/meet-c-smith.jpg',
        'http://www.motorburg.com/img/artists-rotate/meet-darrell-mayabb.jpg',
	    'http://www.motorburg.com/img/artists-rotate/meet-jimmy-smith.jpg',
	    'http://www.motorburg.com/img/artists-rotate/meet-ralph-burch.jpg',
	    'http://www.motorburg.com/img/artists-rotate/meet-greg-tedder.jpg',
        'http://www.motorburg.com/img/artists-rotate/meet-thom-taylor.jpg');
var linx = new Array(
        'http://www.motorburg.com/c-cruz/index.html',
        'http://www.motorburg.com/c-smith/index.html',
        'http://www.motorburg.com/darrell-mayabb/index.html',
        'http://www.motorburg.com/jimmy-smith/index.html',
        'http://www.motorburg.com/ralph-burch/index.html',
        'http://www.motorburg.com/greg-tedder/index.html',
        'http://www.motorburg.com/thom-taylor/index.html');
var old = 0;
var current = 0;

function init()
{
        if (!document.images) return
        while (current == old)
        {
                current = Math.floor(Math.random()*artists.length);
        }
        old = current;
        document.images['artist'].src = artists[current];
        setTimeout('init()',5000);
}

function sendpage()
{
        location.href = linx[current];
}

//  End -->

<!-- Begin

var banners = new Array(
        'http://www.motorburg.com/img/ads-rotate/dayton-wire-large.jpg',
        'http://www.motorburg.com/img/ads-rotate/hr-memories-large.gif',
        'http://www.motorburg.com/img/ads-rotate/hush-mat-large.jpg',
	    'http://www.motorburg.com/img/ads-rotate/ididit-large.jpg',
	    'http://www.motorburg.com/img/ads-rotate/pro-products-large.gif',
        'http://www.motorburg.com/img/ads-rotate/spectre-large.gif');
var linx2 = new Array(
        'http://daytonwirewheels.com/motorburg.htm',
        'http://www.hotrodmemories.com',
        'http://www.hushmat.com',
        'http://www.ididit.com',
        'http://www.professional-products.com',
        'http://www.spectreperformance.com');
var old2 = 0;
var current2 = 0;

function init2()
{
        if (!document.images) return
        while (current2 == old2)
        {
                current2 = Math.floor(Math.random()*banners.length);
        }
        old2 = current2;
        document.images['banner'].src = banners[current2];
        setTimeout('init2()',5000);
}

function sendpage2()
{
        window.open(linx2[current2],'_blank')

}

//  End -->
<!-- Begin

var largeads = new Array(
        'http://www.motorburg.com/img/ads-rotate/hush-mat-large.jpg',
        'http://www.motorburg.com/img/ads-rotate/dayton-wire-large.jpg',
        'http://www.motorburg.com/img/ads-rotate/hr-memories-large.gif',
	    'http://www.motorburg.com/img/ads-rotate/ididit-large.jpg',
	    'http://www.motorburg.com/img/ads-rotate/pro-products-large.gif',
        'http://www.motorburg.com/img/ads-rotate/spectre-large.gif');
var linx3 = new Array(
        'http://www.hushmat.com',
        'http://daytonwirewheels.com/motorburg.htm',
        'http://www.hotrodmemories.com',
        'http://www.ididit.com',
        'http://www.professional-products.com',
        'http://www.spectreperformance.com');
var old3 = 0;
var current3 = 0;

function init3()
{
        if (!document.images) return
        while (current3 == old3)
        {
                current3 = Math.floor(Math.random()*largeads.length);
        }
        old3 = current3;
        document.images['largeads'].src = largeads[current3];
        setTimeout('init3()',5000);
}

function sendpage3()
{
        window.open(linx3[current3],'_blank')

}

//  End -->
<!-- Begin

var spotlight = new Array(
        'http://www.motorburg.com/img/spotlight/canvasback.gif',
        'http://www.motorburg.com/img/spotlight/industrial-complex.gif',
        'http://www.motorburg.com/img/spotlight/lead-east.gif',
	    'http://www.motorburg.com/img/spotlight/rolld-gold.gif',
	    'http://www.motorburg.com/img/spotlight/starlite.gif',
	    'http://www.motorburg.com/img/spotlight/tedder-splendid.gif',
        'http://www.motorburg.com/img/spotlight/strokeit.gif');
var linx4 = new Array(
        'http://motorburg.com/mall/stores/t-taylor/tt-pp-canvasback-coupe.html',
        'http://motorburg.com/mall/stores/c-cruz/cc-pp-street-rod-ic.html',
        'http://motorburg.com/mall/stores/d-mayabb/dm-pp-20th-lead-east.html',
        'http://motorburg.com/mall/stores/j-smith/js-pp-rolld-gold-lime-twist.html',
        'http://motorburg.com/mall/stores/treadmarks_apparel/treadmarks-starlite-drive-in.html',
        'http://motorburg.com/mall/stores/g-tedder/gt-pp-splendid-sprinter.html',
        'http://motorburg.com/mall/stores/r-burch/rb-canvas-strokeit.html');
var old4 = 0;
var current4 = 0;

function init4()
{
        if (!document.images) return
        while (current4 == old4)
        {
                current4 = Math.floor(Math.random()*spotlight.length);
        }
        old4 = current4;
        document.images['spotlight'].src = spotlight[current4];
        setTimeout('init4()',5000);
}

function sendpage4()
{
        location.href = linx4[current4];

}

//  End -->