// GurkoZ Productions Java script


//--- Quote ---
var core = 0
var currentdate = 0
function StringArray (n) {
  this.length = n;
  for (var i =1; i <= n; i++) {
    this[i] = ' '
  }
}

quote = new StringArray(10)
quote[0] = "The place where the cool guys hang"
quote[1] = "The area of effort"
quote[2] = "The design dedicated website"
quote[3] = "The edge of design"
quote[4] = "The home of creativity"
quote[5] = "The place for you"
quote[6] = "The core of creation"
quote[7] = "The creative community"
quote[8] = "The final frontier"
quote[9] = "The site for design junkies"

var ran = 60/quote.length
currentdate = new Date()
core = currentdate.getSeconds()
adcore = Math.floor(core/ran)
core = adcore
var thequote = quote[core]
var theq = '"'
var theend = '.'
