// JavaScript Document

<!----popup---->


function newWin(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=no,resizable=no,status=no'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
//  End -->


// Rollovers

     imag = new Array ()
     imag[0] = "img/nav_welcome.gif";
     imag[1] = "img/nav_welcome_roll.gif";
	 imag[2] = "img/nav_about.gif";
     imag[3] = "img/nav_about_roll.gif";
	 imag[4] = "img/nav_tour.gif";
     imag[5] = "img/nav_tour_roll.gif";
	 imag[6] = "img/nav_music.gif";
     imag[7] = "img/nav_music_roll.gif";
	 imag[8] = "img/nav_products.gif";
     imag[9] = "img/nav_products_roll.gif";
	 imag[10] = "img/nav_annex.gif";
     imag[11] = "img/nav_annex_roll.gif";
	 imag[12] = "img/nav_coupons.gif";
     imag[13] = "img/nav_coupons_roll.gif";
	 imag[14] = "img/nav_turntable.gif";
     imag[15] = "img/nav_turntable_roll.gif";
	 imag[16] = "img/nav_links.gif";
     imag[17] = "img/nav_links_roll.gif";
	 imag[18] = "img/nav_jivetimeblog.gif";
     imag[19] = "img/nav_jivetimeblog_roll.gif";
	 imag[20] = "img/nav_twitter.gif";
     imag[21] = "img/nav_twitter_roll.gif";
	 imag[22] = "img/nav_facebook.gif";
     imag[23] = "img/nav_facebook_roll.gif";

function swtch(num, imgname, message){
        window.status = message;
        imgname.src = im[num].src
    }
        im = new Array()
        for (var i = 0; i < imag.length; i++){
        im[i] = new Image ()
        im[i].src = imag[i]
    }


// end Rollovers

// Testimonials - Random Refresh

function random_text()
{};
var random_text = new random_text();

// Set the number of text strings to zero to start
var number = 0;


// Incremental list of all possible Text

random_text[number++] = "<p>&quot;Probably the best record shop in the Pacific Northwest (or anywhere else for that matter) Jive TIme Records is exceptional in every regard. Dealing mostly in LPs (with a good selection of used cds and high-quality dvds) Jive Time is nearly picture-perfect.&quot; <em>JudysBook.com</em>"
random_text[number++] = "<p>&quot;A trip to Jive Time is nothing like the modern act of &quot;shopping for music,&quot; which can be done with a few music clicks and is as personal as filing a tax return. Rather, it's full-on boutique shopping, rich with sight, sound and touch, and the cats behind the counter know this. Whether you come to sell your vinyl or to buy more, Jive Time works hard to ensure you a high-fidelity experience.&quot; <em>NW Source</em>"
random_text[number++] = "<p>&quot;Serious collectors are sure to find plenty of treasures, particularly among the stash of rock and soul vinyl. Those with a tighter budget will appreciate the healthy sized racks of $3 LPs and the used CD selection.&quot; <em>CitySearch</em>"
random_text[number++] = "<p>&quot;There's nothing like a good old-fashioned piece of grooved vinyl, so if we're talking &quot;record stores,&quot; I'm going to actually talk record stores the ones with vintage and new LPs. I like the pink-and-orange-striped JIVE TIME the best. I just feel happy there, probably because it's ultratidy and efficient, the bargain bins hold actual bargains, and RJ is one of the coolest cats in town.&quot; <em>The Stranger</em>"
random_text[number++] = "<p>&quot;Shopping for used LPs can be dirty work - some used LP dealers stack boxes upon boxes of used, trashy, LPs from floor to ceiling. Jive Time is the antithesis; the store is immaculate, practically every LP you see is in pristine condition, and there is a lack of clutter. No doubt, this is a conscious choice to raise the business of used record shopping to an art form. Simply put, Jive Time rules.&quot; <em>JudysBook.com</em>"

// Create a random number with limits based on the number
// of possible random text strings
var random_number = Math.floor(Math.random() * number);

//end of function random_text








