

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "../../../www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>
	Add feed
</title>

    <script type="text/javascript">
        //check if its redirected from pageflakes
        var historyCount = history.length;
        var isRedirectedFromPf = false;

        if( document.location.href.indexOf('#marker') > 0 )
        {
            //I have added my feed in pageflakes, now please let me go
            document.location.href= document.referrer;
        }
        else
        {
            //I clicked the "add to pageflakes link". Please add this feed in my pageflakes page
            var redirectUrl = 'subscribe2.aspx@url=http_3A_2F_2Fwww.marinadicavu.com_2Fxml_2Frss_fr.xml';
            document.location.href="#marker";
            document.location.href= redirectUrl;
        }
    </script>

</head>
<body>


</body>
</html>
