﻿


    function openDelicious(fullpage){
        var URL = "http://del.icio.us/post?url=" + fullpage + "&amp;title=Rocketski - Skiing holidays in France, Italy and Austria"
        show_it(URL,'Delicious')
    }

    function openDigg(fullpage){
        var URL = "http://digg.com/submit?phase=2&amp;url=" + fullpage + "&amp;title=Rocketski - Skiing holidays in France, Italy and Austria"
        show_it(URL,'Diggit')
    }
    
    function openFurl(fullpage){
        var URL = "http://www.furl.net/storeIt.jsp?t=Rocketski - Skiing holidays in France, Italy and Austria&amp;u=" + fullpage
        show_it(URL,'Furl')
    }
    
    function openGoogle(fullpage){
        var URL = "http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=" + fullpage + "&amp;title=Rocketski - Skiing holidays in France, Italy and Austria"
        show_it(URL,'Google')
    }
    
    function openMagnolia(fullpage){
        var URL = "http://ma.gnolia.com/bookmarklet/add?url=" + fullpage + "&amp;title=Rocketski - Skiing holidays in France, Italy and Austria"
        show_it(URL,'Magnolia')
    }
    
    function openNetvous(fullpage){
        var URL = "http://www.netvouz.com/action/submitBookmark?url=" + fullpage + "&amp;title=Rocketski - Skiing holidays in France, Italy and Austria&amp;popup=no"
        show_it(URL,'Netvous')
    }
    
    function openReddit(fullpage){
        var URL = "http://reddit.com/submit?url=" + fullpage + "&amp;title=Rocketski - Skiing holidays in France, Italy and Austria"
        show_it(URL,'Reddit')
    }
    
    function openSimpy(fullpage){
        var URL = "http://simpy.com/simpy/LinkAdd.do?note=Rocketski - Skiing holidays in France, Italy and Austria&amp;href=" + fullpage
        show_it(URL,'Simpy')
    }
    
    function openStumbleupon(fullpage){
        var URL = "http://www.stumbleupon.com/submit?url=" + fullpage + "&amp;title=rocketski.com - Modeling and Photographic Portfolios"
        show_it(URL,'Stumbleupon')
    }
    
    function openYahoo(fullpage){
        var URL = "http://myweb2.search.yahoo.com/myresults/bookmarklet?t=Rocketski - Skiing holidays in France, Italy and Austria&amp;u=" + fullpage
        show_it(URL,'Yahoo')
    }
    
    function openSpurl(fullpage){
        var URL = "http://www.spurl.net/spurl.php?url=" + fullpage + "&amp;title=Rocketski - Skiing holidays in France, Italy and Austria"
        show_it(URL,'Spurl')
    }
    
    function openFacebook(fullpage){
        var URL = "http://www.facebook.com/sharer.php?u=" + fullpage + "&amp;t=Rocketski - Skiing holidays in France, Italy and Austria"
        show_it(URL,'Facebook')
    }
    
    
	function show_it(URL,windowname){
		var details = "titlebar=yes, toolbar=yes, scrollbars=yes, resizable=yes, height=550,width=750";
		var win2 = window.open(URL,windowname,details);
		win2.focus()
	}