
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Asif Nasir (Asifnasir@yahoo.com) -->

<!-- Begin
function settitle() {
var a = "Welcome to Style Photogrpahy ";
var b = "Welcome to Style Models";
var c = "Welcome to Style Props";
 var t = new Date();
 s = t.getSeconds();
 if (s == 10) {
  document.title = a;}
 else if (s == 20) {
 document.title = b;}
 else if (s == 30) {
 document.title = c;}
 else if (s == 40) {
 document.title = a;}
 else if (s == 50) {
 document.title = b;}
 else if (s == 00) {
 document.title = c;}
 setTimeout("settitle()", 1000);
 }
//  End -->
