var number;

//number=Math.round(Math.random()*2)+1; 
number=2;
if (number == 1){
document.write('What is <i>your</i> bag? Who rocks <i>your</i> cradle?');
}
if (number == 2){
document.write('Feeling creative?');
}
if (number == 3){
document.write('What creams <i>your</i> pants? What screams "you\'re pants"?');
}

