﻿function bookmarkme() {
    s.tl(this, 'o', 'JURUKAN:'+document.title+':Click:Bookmark');
	if ( navigator.appName != 'Microsoft Internet Explorer' ) { 
		window.sidebar.addPanel(document.title,document.location,""); 
	} else { 
		window.external.AddFavorite(document.location,document.title); } 
}



