<!-- navigation precaching
// End -->

function MoveTo(){
	destination = document.quick_article_form.article.options[document.quick_article_form.article.selectedIndex].value;
	if (destination) {
		if (destination != 0){
			location.href = destination;
		}
	}
}

function MoveTo_pod_quick(){
	destination = document.pod_quick_links.podcasts.options[document.pod_quick_links.podcasts.selectedIndex].value;
	if (destination) {
		if (destination != 0){
			window.open (destination, "mywindow","status=1,toolbar=1");
		}
	}
}

function MoveTo_int_quick(){
	destination = document.int_quick_links.interview.options[document.int_quick_links.interview.selectedIndex].value;
	if (destination) {
		if (destination != 0){
			window.open (destination, "mywindow","status=1,toolbar=1");
		}
	}
}

function MoveTo_chat_quick(){
	destination = document.chat_quick_links.chat.options[document.chat_quick_links.chat.selectedIndex].value;
	if (destination) {
		if (destination != 0){
			location.href = destination;
		}
	}
}

function Inject_Ad(){
	var random_number = new String (Math.random());
	random_number = random_number.substring (2,11);
	return('<scr' + 'ipt src=http://ad.doubleclick.net/adj/fantasyguru.fsv/home;sect=home;fantasy=yes;game=no;tile=1;dcopt=ist;sz=728x90;ord=' + random_number + '?></scr' + 'ipt>');
}



function MoveTo_fgsa_quick(){
	destination = document.fgshow_quick_links.fgshow_archives.options[document.fgshow_quick_links.fgshow_archives.selectedIndex].value;
	if (destination) {
		if (destination != 0){
			location.href = destination;
		}
	}
}

function MoveTo_itl_quick(){
	destination = document.intheloop_quick_links.intheloop.options[document.intheloop_quick_links.intheloop.selectedIndex].value;
	if (destination) {
		if (destination != 0){
			location.href = destination;
		}
	}
}
