<!DOCTYPE html>
<html>
<head>
    <title>SlickUpload</title>
    
	<link rel="shortcut icon" href="http://slickupload.com/favicon.ico" type="image/vnd.microsoft.icon" /> 
	<style type="text/css">
		body {
			font-family: 'Whitney A','Whitney B','Helvetica Neue',Helvetica,Arial,sans-serif;
			background-color: #2a3e51;
			color: #fff;
			text-align: center;
			padding: 12em 0 3em;
		}
		h2 {
			font-size: 4em;
			text-align: center;
			margin-bottom: .5em;
			line-height: 1.3;
			font-weight: 300;
		}
		a:link,a:visited {
			color: #ddf;
		}
	</style>

	<script type="text/javascript">
    var _gaq = _gaq || [];

        
        _gaq.push(['_setAccount', 'UA-642373-1']);
        _gaq.push(['_trackPageview']);

        _gaq.push(['axo._setAccount', 'UA-170982-17']);
        _gaq.push(['axo._trackPageview']);
        

    (function ()
    {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;

        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';

        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })(); 
	</script>
</head>

<html>
	<body>
		<h2>SlickUpload control is no longer supported</h2>
		<p>You may download the source code for 
		<a href="http://www.slickupload.com/SlickUploadSource.zip">SlickUpload</a>
		and use it as is</p>
	</body>
</html>