<!-- hide from old browsers
self.name = "main";
var go;
var go1;
var go2;
var go3;
var undefined;

function openWin(width, height, URL) {
	if (go === undefined || go.closed) {
		go = window.open("","popup","toolbar=no,width=" + width + ",height=" + height + ",directories=no,status=no,location=no,scrollbars=no,resizable=no,menubar=no");

		if(go!=null) {
			if(go.opener == null) {
				go.opener = self;
			}
		}
	}

	go.location.href = URL;
}

function openWin2(width, height, URL) {
	if (go1 === undefined || go1.closed) {
		go1 = window.open("","popup2","toolbar=no,width=" + width + ",height=" + height + ",directories=no,status=no,location=no,scrollbars=no,resizable=no,menubar=no");

		if(go1!=null) {
			if(go1.opener == null) {
				go1.opener = self;
			}
		}
	}

	go1.location.href = URL;
}

function openWinScrollers(width, height, URL) {
	if (go2 === undefined || go2.closed) {
		go2 = window.open(URL,"popup2s","toolbar=no,width=" + width + ",height=" + height + ",directories=no,status=no,location=no,scrollbars=yes,resizable=yes,menubar=no");

		if(go2!=null) {
			if(go2.opener == null) {
				go2.opener = self;
			}
		}
	}

	// go2.location.href = URL;
}

function openWin2Scrollers(width, height, URL) {
	if (go3 === undefined || go3.closed) {
		go3 = window.open(URL,"popup3s","toolbar=no,width=" + width + ",height=" + height + ",directories=no,status=no,location=no,scrollbars=yes,resizable=yes,menubar=no");

		if(go3!=null) {
			if(go3.opener == null) {
				go3.opener = self;
			}
		}
	}

	// go3.location.href = URL;
}


function addbookmark(type)
{
	var windowString = '';
  	if(type=='google') windowString='http://www.google.com/bookmarks/mark?op=add&title='+encodeURIComponent(document.title)+'&bkmk='+encodeURIComponent(location.href);
  	if(type=='reddit') windowString='http://reddit.com/submit?url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title);
	if(type=='digg') windowString='http://digg.com/submit?phase=2&amp;url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title);
	if(type=='delicious') windowString='http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title);
	window.open(windowString,type,'toolbar=no,height=800,width=800,resizable=yes,status=yes,scrollbars=yes');
}



//+'&labels='+getMeta()[2]+'&annotation='+getMeta()[1]
//+'&amp;tags='+getMeta()[2]+'&annotation='+getMeta()[1]

// - end hiding -->

<!-- hide from old browsers

var url="http://www.weather2flights.com"
var title="Weather2Flights.com"
function addfave() {
if (document.all)
window.external.AddFavorite(url,title)}

// - end hiding -->