<!-- Hide JavaScript from old browsers

var how_many_ads = 14;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;


if (ad==1) {
document.write('<IMG SRC="http://everybody-lies.info/wordpress/wp-content/themes/sunflowergirl-light/imgs/1.jpg">');
}

if (ad==2) {
document.write('<IMG SRC="http://everybody-lies.info/wordpress/wp-content/themes/sunflowergirl-light/imgs/2.jpg" >');
}

if (ad==3) {
document.write('<IMG SRC="http://everybody-lies.info/wordpress/wp-content/themes/sunflowergirl-light/imgs/3.jpg">');
}
if (ad==4) {
document.write('<IMG SRC="http://everybody-lies.info/wordpress/wp-content/themes/sunflowergirl-light/imgs/4.jpg" >');
}
if (ad==5) {
document.write('<IMG SRC="http://everybody-lies.info/wordpress/wp-content/themes/sunflowergirl-light/imgs/5.jpg" >');
}
if (ad==6) {
document.write('<IMG SRC="http://everybody-lies.info/wordpress/wp-content/themes/sunflowergirl-light/imgs/6.jpg">');
}
if (ad==7) {
document.write('<IMG SRC="http://everybody-lies.info/wordpress/wp-content/themes/sunflowergirl-light/imgs/7.jpg">');
}
if (ad==8) {
document.write('<IMG SRC="http://everybody-lies.info/wordpress/wp-content/themes/sunflowergirl-light/imgs/8.jpg" >');
}
if (ad==9) {
document.write('<IMG SRC="http://everybody-lies.info/wordpress/wp-content/themes/sunflowergirl-light/imgs/9.jpg" >');
}
if (ad==10) {
document.write('<IMG SRC="http://everybody-lies.info/wordpress/wp-content/themes/sunflowergirl-light/imgs/10.jpg">');
}
if (ad==11) {
document.write('<IMG SRC="http://everybody-lies.info/wordpress/wp-content/themes/sunflowergirl-light/imgs/11.jpg" >');
}
if (ad==12) {
document.write('<IMG SRC="http://everybody-lies.info/wordpress/wp-content/themes/sunflowergirl-light/imgs/12.jpg">');
}
if (ad==13) {
document.write('<IMG SRC="http://everybody-lies.info/wordpress/wp-content/themes/sunflowergirl-light/imgs/13.jpg" >');
}
if (ad==14) {1
document.write('<IMG SRC="http://everybody-lies.info/wordpress/wp-content/themes/sunflowergirl-light/imgs/14.jpg">');
}



// End of hiding -->