var how_many_ads = 9;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
quote="&quot;I'd love to be exciting and say that I was the rebel at school, but sadly I wasn't.&quot;";
}
if (ad==2) {
quote="&quot;Whether they like to admit it or not, everyone's got a bit of Tamsin in them.&quot;";
}
if (ad==3) {
quote="&quot;[As an actress] You feel very much like a puppet, but it had been what I was accustomed to - so you just get on with it and try to find something that rings true.&quot;";
}
if (ad==4) {
quote="&quot;I have sly eyes. When I was in school they always said, 'Emily can never be elected Head Girl because you never know what she's thinking'.&quot;";
}
if (ad==5) {
quote="&quot;She [Susan Sarandon] is just a force of nature. Amazing to work with. We just had such a laugh. And, she's frighteningly smart.&quot;";
}
if (ad==6) {
quote="&quot;[On becoming a successful actress] It was just crazy. It just sort of fell into my lap. It's an awful story for people who've struggled and waited. It's a horrible thing to hear. It was just incredibly fortunate. And now I can't believe I was so casual about it, because I really wouldn't want to do anything else..&quot;";
}
if (ad==7) {
quote="&quot;[As a child] My head was occupied all the time. I was confused about what I wanted to do or who I was; I didn't really feel I had an identity growing up.&quot;";
}
if (ad==8) {
quote="&quot;[On lines from 'Empire'] I mean, you try to make it as real as possible but when you have lines like 'The fallen eagle is Caesar; the vulture Octavius, and there is one, yet to be decided, who will betray them all'. And you're just like, 'Great, how am I going to make that work?'&quot;";
}
if (ad==9) {
quote="&quot;The Globes night [where she won an award] was a frenzy: I hadn't written anything. I looked down at the audience and Jack Nicholson was staring up at me and I couldn't even remember what my bloody name was. So I have learnt my lesson!&quot;";
}
document.write('' + quote + '');
// End -->
