//Maximize window (IE only, NN gets (too) big but not maximized)
//self.moveTo(-4,-4);
//self.resizeTo(screen.availwidth+8,screen.availHeight+8);
self.focus();

if (top.frames.length!=0) 
top.location=self.document.location; 

setInterval("window.status='Porn Movie Pleasures, Bookmark And Return For Daily Updates! Press CTRL-D NOW!!!!'",2);

function ss(strText) {
	window.status = strText;
	return(true);
}

function doMouseOver(e) {
	window.status = "Porn Movie Pleasures, Bookmark And Return For Daily Updates! Press CTRL-D NOW!!!!";
	return(true);
}

// Function for setting all statusbar for whole page both in IE and NN!
function doLoad() {
	// Not IE4 or NS4?
	if((window.document.captureEvents == null) && (document.all == null))
		return;
	// NS - capture events
	if(window.document.captureEvents != null)
		window.document.captureEvents(Event.MOUSEOVER>Event.MOUSEOUT);
	document.onmouseover = doMouseOver;
	document.onmouseout = doMouseOver;
	doMouseOver();
}

function updated() {
	var dayNames = new Array("SUNDAY","MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY"); 

	var monthNames = 
	     new Array("JANUARY","FEBRUARY","MARCH","APRIL","MAY","JUNE","JULY","AUGUST","SEPTEMBER","OCTOBER","NOVEMBER","DECEMBER"); 

	var now = new Date(); 

	var year = 0 + now.getYear() 

	document.write("" + dayNames[now.getDay()] + ", " + monthNames[now.getMonth()] + " " + now.getDate() + ", " + year); 
}

function set(html) {
	document.write(html); 
}
