		//pas de twee variabelen aan met de informatie van je eigen site
		var bookmarkurl="http://www.lekkerewebcamsex.be/"
		var bookmarktitel="Lekkere Webcamsex"
		function favorieten(){
		    if (document.all)
		        window.external.AddFavorite(bookmarkurl,bookmarktitel)
		}
        		function profiel(model_id, v_width, v_height, wnd) {
            	    v_width = (v_width) ? v_width : 485;
            	    v_height = (v_height) ? v_height : 480;

            	    if (! wnd) wnd = window;
            	    if (model_id) model_id += '.';

            	    var params = new Array(
                            "left=" + (screen.availWidth/2 - v_width/2),
                            "top=" + (screen.availHeight/2 - v_height/2),
                            "width=" + v_width,
                            "height=" + v_height,
                            "border=0",
                            "scrollbars=1",
                            "resize=0",
                            "status=0",
                            "toolbar=0",
                            "menubar=0",
                            "location=0"
                            );

            	    wnd.open('http://' + model_id + 'profiel.islive.nl/?'+ info.join('&'), 'popupvenster', params.join(","));
        		}
