//====================================
// Window Status Message
//====================================

var messagebottom = "Kellyfind.com : DON'T FORGET TO BOOKMARK US !";
function bottomstatus() {
	window.status = messagebottom;
	timerID= setTimeout("bottomstatus()", 25);
}

//====================================
// Popups
//====================================
function popRatings(href) {
	openCenter(href,'Vote','328','217');
}
