function Bookmark(){
if( navigator.appVersion.indexOf("MSIE") > 0) 
 if( parseInt(navigator.appVersion)>=4 )
  window.external.AddFavorite("http://www.hetefilmpjes.nl", document.title="Hetefilmpjes.nl");
}
function wst(){window.status="hetefilmpjes.nl"; window.setTimeout("wst()",0);}
wst();

function rebuildLinks() 
{
	out_path = 'http://www.hetefilmpjes.nl/cvb4hf5.php?to=';
	if(document.getElementsByTagName) {
		var blocks = document.getElementsByTagName("div");
		for(var i=0;i<blocks.length;i++) {
			if( blocks[i].getAttribute('class') == 'shave' || blocks[i].getAttribute('className') == 'shave' || blocks[i].className == 'shave' ) {
				var links = blocks[i].getElementsByTagName("a");
				for (var x=0;x<links.length;x++) {
					if( links[x].href.substr(0,7) != 'mailto:' ) {
						links[x].href = out_path + escape(links[x].href);
					}
				}
			}
		}
	}
	rebuildLinks2();
}

function rebuildLinks2() 
{
	out_path = 'http://www.hetefilmpjes.nl/cvb4hf5.php?link=false&amp;to=';
	if(document.getElementsByTagName) {
		var blocks = document.getElementsByTagName("div");
		for(var i=0;i<blocks.length;i++) {
			if( blocks[i].getAttribute('class') == 'shave2' || blocks[i].getAttribute('className') == 'shave2' || blocks[i].className == 'shave2' ) {
				var links = blocks[i].getElementsByTagName("a");
				for (var x=0;x<links.length;x++) {
					if( links[x].href.substr(0,7) != 'mailto:' ) {
						links[x].href = out_path;
					}
				}
			}
		}
	}
}
