<!DOCTYPE html>
<html>
<head>
	<!--**********************************START**********************************************-->    
	<title>AOL Toolbar Download Page</title> 
	<!--updateable text below-->   	
	<meta name="description" content="AOL Toolbar.  Free, and installs in seconds.  Save time by adding buttons to your favorite sites."> 
	<!--***********************************END*********************************************-->  

	<meta name="keywords" content="toolbar, browser, extension, firefox, internet explorer, download">
	<script src="http://toolbar.aol.com/utilities/url.js"></script>	
	
</head>

<body>
	<script>
		var ncid = url.getParameter('ncid');
		if(typeof ncid === "undefined") {
			ncid = url.getParameter('icid');
		} 
		if(typeof ncid === "undefined") {
			ncid = "download";
		}
		var bid = url.getParameter('bid');
		var appid = url.getParameter('appid');
		var tbid;
		if(typeof url.getParameter('tb_uuid') !== "undefined") {
			tbid = url.getParameter('tb_uuid');
		} else if(typeof url.getParameter('tbuid') !== "undefined") {
			tbid = url.getParameter('tbuid');
		}		
		 var url = "http://extensions.aol.com/-/aol/?ncid=" + ncid + ((typeof bid !== "undefined") ? "&bid=" + bid : "") + ((typeof appid !== "undefined") ? "&appid=" + appid : "") + ((typeof tbid !== "undefined") ? "&tbid=" + tbid : "");

		 location.href = url;
</script>

</body>
</html>