<!--

if (window!= top)
top.location.href=location.href

window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers||document.getElementById) {
if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
top.window.outerHeight = screen.availHeight;
top.window.outerWidth = screen.availWidth;
}
}


defaultStatus="Samyeli Travel - Run by travellers for travellers"
var x = 400
var speed = 400
var text = "Samyeli Travel - Run by travellers for travellers"

function statustext() {
window.status = text
setTimeout("statustext2()", x)
}

function statustext2() {
window.status = text
setTimeout("statustext()", speed)
}

statustext()
//-->
