
<!-- Begin

function CreateBookmark() { 
title = "Cecube Online - Traction Resources";   
// Blogger - Replace with <$BlogItemTitle$>   
// MovableType - Replace with <$MTEntryTitle$> 
url = "http://www.cecube.co.uk/index.htm"; 
url_ff = "http://www.cecube.co.uk/index.htm";  
// Blogger - Replace with <$BlogItemPermalinkURL$>   
// MovableType - Replace with <$MTEntryPermalink$>  
// WordPress - <?php bloginfo('url'); ?>
if( window.sidebar && window.sidebar.addPanel ) {
	window.alert( 'This will bookmark CECUBE ONLINE for the browser sidebar. Please deselect "Load this bookmark in the sidebar" from bookmark properties for main window functionality' ); 
    // FireFox and Netscape 6+ (Gecko) - add to Sidebar
    window.sidebar.addPanel( title, url_ff, '' );
} else if( window.external && ( navigator.platform == 'Win32' ||
      ( window.ScriptEngine && ScriptEngine().indexOf('InScript') + 1 ) ) ) {
    //IE Win32 or iCab - checking for AddFavorite produces errors in IE
    //so detect with platform and browser identification.
    //adds the current page as a favourite,
    //or write the required page in here instead of 'location.href'
    window.external.AddFavorite( url, title );
} else if( window.opera && window.print ) {
    //Opera 6+ add as sidebar panel to Hotlist
    return true;
} else if( document.layers ) {
    //NS4 and Escape - add a bookmark easily (adds current page, not target page)
    window.alert( 'Please click OK then press Ctrl+D to create a CECUBE ONLINE bookmark' );
} else {
    //other browsers - add a bookmark (adds current page, not target page)
    window.alert( 'Please refer to your browser bookmarking facility to bookmark CECUBE ONLINE' );
}
return false;
	}

// End -->
