var craving = new ActiveXObject( 'CravingExplorer.Api' );
if ( craving != null ) {
	craving.addDownloadItem( location.href, 'flv', true );
}
