<!-- Hide this script from old browsers --
var imagenumber = 4 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
images[1] = "http://rawrclothing.com/images/eat-sleep-rock-bs.jpg"
images[2] = "http://rawrclothing.com/images/guitar-graffiti-bs.jpg"
images[3] = "http://rawrclothing.com/images/im-a-virgin-bs.jpg"
images[4] = "http://rawrclothing.com/images/crush-crush-crush-bs.jpg"



var image = images[rand1]

links = new Array
links[1] = "http://rawrclothing.com/store/cpshop.cgi/rawr.carbonclothing.6894524+eat-sleep-rock.html"
links[2] = "http://rawrclothing.com/store/cpshop.cgi/rawr.carbonclothing.6832923+graffiti-guitar.html"
links[3] = "http://rawrclothing.com/store/cpshop.cgi/rawr.carbonclothing.6374552+im-a-virgin.html"
links[4] = "http://rawrclothing.com/store/cpshop.cgi/rawr.carbonclothing.5641468+crush-crush-crush.html"


var link = links[rand1]
// -- End Hiding Here -->

