/* <script type="text/javascript">showSubtitle();</script> */

var r_text = new Array ();

r_text[0] = "We won't tell anyone what you do with it.";
r_text[1] = "We never stopped sizzling.";
r_text[2] = "Legal in 48 states.";
r_text[3] = "Legal in 48 states.";

/*
r_text[0] = "Full featured disc burning for real people.";
r_text[1] = "Burn Disco, burn.";
r_text[2] = "Let out your inner pyromaniac.";
r_text[3] = "Your media will thank you.";
r_text[4] = "Your discs will scream bloody murder.";
r_text[5] = "Setting your world on fire.";
r_text[6] = "We won't tell anyone what you do with it.";
r_text[7] = "Burn Disco, burn.";
r_text[8] = "We never stopped sizzling.";
r_text[9] = "Introducing the Delicious Generation.";
r_text[10] = "Jack Jack is back.";
*/
var i = Math.round(3*Math.random());

function showSubtitle(){
  document.write(r_text[i]);
}


